.yeekee-block, 
.yeekee-vip-block, 
.btc-block {                
    position: relative;
    width: 12.5%;
    padding: 4px;
    border-radius: 5px;
    color: #48526E;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    cursor: pointer;
    border: 2px solid #293038;
    background-color: #1E2329;
}
.yeekee-block-active,
.yeekee-vip-block-active,
.btc-block-active {
    border: 2px solid #fff;
}

.yeekee-not-found,
.yeekee-vip-not-found,
.btc-not-found {
    color: #48526E !important;
}

.yeekee-open,
.yeekee-vip-open,
.btc-open {
    color: #ffffff !important;
}

.yeekee-reject,
.yeekee-vip-reject,
.btc-reject {
    color: #FF5160 !important;
}

.yeekee-result,
.yeekee-vip-result,
.btc-result {
    color: #FCD535 !important;
}