.ts3host-btn-primary.disabled {
    opacity: 0.5;
}

.ts3host-btn-success span:hover, .ts3host-btn-cb span:hover {
    color: #FFF;
    background: rgba(42,50,58,0);
}

.ts3host-btn-primary {
    color: white;
    padding: 2px;
    margin-bottom: 2px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    background: transparent;
    background-image: -webkit-linear-gradient(left,#F99B00,#E92B2D);
    background-image: linear-gradient(to right,#F99B00,#E92B2D);
}
.ts3host-btn-info {
    color: white;
    padding: 2px;
    margin-bottom: 2px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    background: transparent;
    background-image: -webkit-linear-gradient(left,#01e9d3,#018fb5);
    background-image: linear-gradient(to right,#01e9d3,#018fb5);
}
.ts3host-btn-success {
    color: white;
    padding: 2px;
    margin-bottom: 2px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    background: transparent;
    background-image: -webkit-linear-gradient(left,#69e755,#00a15b);
    background-image: linear-gradient(to right,#69e755,#00a15b);
}
.ts3host-btn-default {
    color: white;
    padding: 2px;
    margin-bottom: 2px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    background: transparent;
    background-image: -webkit-linear-gradient(left,#848D95,#4c555d);
    background-image: linear-gradient(to right,#848D95,#4c555d);
}

.help-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #252D34;
    position: relative;
    text-align: left;
    height: auto;
    max-width: 1480px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 30px;
    color: #798192;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.caseflip .btn_create_flip {
    float: right;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 2px 2px rgba(0,0,0,.5);
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    background: 0 0;
    background-image: -webkit-linear-gradient(right,#ff8d30,#ecea2b);
    background-image: linear-gradient(to right,#ff8d30,#ecea2b);
    border: none;
    color: #FFF;
    padding: 2px;
    position: absolute;
    right: 0px;
    bottom: 10px;
}
.btn_create_flip {
    float: right;
}

.caseflip .btn_join {
    color: #fff;
    padding: 2px;
    margin-bottom: 2px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    background: 0 0;
    background-image: -webkit-linear-gradient(to right,#ff8d30,#ecea2b);
    background-image: linear-gradient(to right,#ff8d30,#ecea2b);
}