.subscription .right-panel {
    padding-left: 40px;
}
.subscription .btn {
    margin-right: 10px;
}
.subscription .edit-buttons form {
    display: inline-block;
}
.subscription .edit-buttons {
    float: right;
    margin-top: 20px;
}
.subscription .subscribed-title {
    color: #3fa847;
}
.subscription .plan-img {
    width: 40px;
    margin-right: 5px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 20px;
    background: #eee;
}
.subscription .strong-line {
    /*margin-top: 15px;*/
    padding: 10px 0;
    font-size: 1.3em;
}
.subscription-btn {
    background: #eeee;
    border-radius: 5px;
    margin-left: 15px;
    border-left: 1px solid #ddd;
    border-right:  1px solid #ddd;
}
.subscription-btn .fa {
    color: #eba133;
}
.subscription-btn a {
    font-weight: bold !important;
}
.subscription .text-background {
    padding: 5px 10px;
    background: #eee;
    display: inline-block;
}
.subscription h2 {
    color: #545457;
    font-size: 1.4em;
    font-weight: bold;
}
.subscription #card-element {
    border: 1px solid #eee;
    padding: 20px 20px;
    font-size: 30px;
}
.subscription .vat-display {
    color: #4bae4f;
}
.subscription .outcome > * {
    display: none;
    width: 100%;
    color: #fff;
}
.subscription .outcome .visible {
    display: inline-block;
}


/* Plans Page {{{ */
.plans .subscribed .item .btn-primary {
    margin-top: -30px;
}
.plans .subscribed .item {
    border: 15px solid #ccc;
}
.plans .subscribed-header {
    position: absolute;
    top: -30px;
    right: 0px;
    z-index: 10;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    font-size: 1.3em;
    color: #5a5;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 1px solid #eee;
    border: 5px solid;
    border-radius: 20px !important;
    width: 50%;
    margin-right: 25%;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;
}
.switch-plans {
    margin-top: 25px;
}
.switch-plans .selected {
    cursor: default;
    opacity: 0.5;
}
/* }}} */


@media (max-width: 1200px) {
    .subscription .right-panel {
        padding-left: 12px;
    }
}
@media (max-width: 360px) {
    .subscription .btn {
        margin-bottom: 10px;
    }
}