.notice-box-fa,
.notice-box {
    font-size:17px;
    font-weight:600;
}

.notice-box-fa {
    font-family:tahoma,sans-serif;
} 

.notice-box-fa a,
.notice-box a {
    background-color:#17a2b8;
    padding:0 6px;
    border-radius:6px;
}

.notice-box-fa a:hover,
.notice-box a:hover {
    background-color:#000;
}

/* ========================================================== vip plans */

.present {
    font-weight: 600;
    font-size:17px;
    color: #fff;
}

.vip_status_box {
    background: #3f3f3f;
    box-shadow: 0 0 0 4px #333;
    width: 100%;
    min-height: 200px;
    float: right;
    position: relative;
    margin: 0 0 15px 0;
    padding: 15px;
}

.statushead {
    background-color: #333!important;
}

.vip_status_box .vip_block {
    text-align: center;
    color: #eee;
    padding: 25px 0;
    border-right: 1px solid #323232;
}

.vip_status_box .vip_block:last-child {
    border: none;
}

.vip_status_box .vip_block > h3 {
    height: 25px;
    line-height: 25px;
    font-size: 2rem;
    font-family: 'Audiowide', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 15px 0;
    display: block;
}

.vip_status_box .vip_block > i {
    font-size: 48px;
    text-shadow: 1px 1px 1px #222;
    padding: 10px 0;
    display: block;
}

.vip_status_box #status_box.is_online_now {
    color: #aecd73;
}

.vip_status_box #status_box.is_offline_now {
    color: #d38484;
}

.vip_status_box .vip_block .vip_status_icon {
    margin: 15px 0 0 0;
    position: relative;
}

.vip_status_box .vip_block.is_online_now .vip_status_icon:before {
    background-color: #aecd73;
    content: 'on';
    font-size: 17px;
    font-family: 'Audiowide', sans-serif;
    font-weight: 600;
    display: inline-block;
    padding: 8px 15px;
    text-transform: uppercase;
    color: #577126;
}

.vip_status_box .vip_block.is_offline_now .vip_status_icon:before {
    background-color: #d38484;
    content: 'off';
    font-size: 17px;
    font-family: 'Audiowide', sans-serif;
    font-weight: 600;
    display: inline-block;
    padding: 8px 15px;
    text-transform: uppercase;
    color: #923232;
}

.vip_status_box .vip_block > span {
    background-color: #666;
    font-size: 17px;
    font-family: 'Audiowide', sans-serif;
    font-weight: 600;
    display: inline-block;
    padding: 8px 15px;
    margin: 15px 0 0 0;
    text-transform: uppercase;
    color: #fff;
}

#plans-wrapper {
    margin: 15px 0;
    clear: both;
}

#plans-wrapper > h2,
.statushead {
    background-color: #2c2b2b;
    font-size: 25px;
    font-family: Dosis, sans-serif;
    font-weight: 900;
    color: #eee;
    text-indent: 2px;
    margin: 15px auto auto!important;
    text-align: center;
    width: calc(100% / 1.5);
    padding: 15px;
    text-transform: uppercase;
}

.discountbox {
    color: #eee;
    font-size:20px;
    font-weight:600;
}

.discountbox .coupon > span > a {
    font-weight:900;
}

.plan-box {
    background-color:#343a40;
    text-align: center;
    color: #eee;
    font-weight: 700;
    font-size: 1.4rem;
    box-shadow:0 3px 12px rgba(0,0,0,.14);
}

.plan-box h4 {
    color: #17a2b8;
    padding:15px;
}

.plan-box .price span {
    font-weight:600;
    font-size:27px
}

.plans-wrapper-inner .note .text {
    font-size:19px;
}

.best-value {
    background-color:#484f55;
    transform:scale(1.05);
    position:relative;
    z-index:5;
    color:#eee;
}

.black-card {
    background-color: #2c2b2b;
}

.plan-box ul {
    padding: 0;
    margin: 0;
}

.plan-box ul li {
    font-size: 22px;
    font-weight: 200;
    list-style: none;
    padding: 15px 5px;
    border-top: 1px solid #444;
}

.plan-box p {
    padding: 15px;
    line-height: 1.8;
    border-top: 1px solid #444;
}

.by-time-plans .border-right,
.by-credit-plans .border-right,
.plan-box .border-bottom {
    border-color: #333!important;
}

.buy-button-wrapper a {
    background: #eee;
    padding: 15px;
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: lowercase;
    color: #222;
    margin: 20px 0;
    text-align: center;
    border-radius:4px;
}

.buy-button-wrapper a:hover {
    background: #222;
    color:#eee;
}

.buy-button-wrapper a > span {
    color: #243a80;
    font-size: 17px;
    text-transform: capitalize;
}

.buy-button-wrapper a > span > u {
    color: #199bd7!important;
    text-decoration: none;
}

.bottom-note {
    font-size: 18px;
    font-weight: 200;
    color: #eee;
    line-height: 1.3;
    background: #3f3f3f;
    box-shadow: 0 0 0 4px #333;
    padding: 15px;
    margin: 10px 0;
}

.bottom-note i {
    font-style: normal;
    font-weight: 200;
    letter-spacing: 2px;
    font-size: 20px;
    padding: 5px 8px 5px 38px;
    background: #555;
    box-shadow: inset 30px 0 0 0 #444;
    position: relative;
    top: -2px;
    text-align: right;
    margin: 0 0 10px 0;
    display: inline-block;
}

.bottom-note i::before {
    color: #ccc;
    content: "\f128";
    font-family: 'FontAwesome';
    font-size: 19px;
    left: 9px;
    position: absolute;
    text-align: center;
    top: 6px;
}

.red-text {
    color: red;
}

.green-text {
    color: greenyellow;
}

.redtable {
    background-color: #c00;
    font-weight: 900!important;
    text-transform: uppercase;
}