@media all and (min-width: 769px){
    .dashboard {
        margin-top: 10px;
    }
    .btc_cls, .eth_cls, .withdraw_amt_cls, .overall_earning_cls {
        background: #337ab7;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        display: inline-block;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
}
@media all and (max-width: 769px){
    .dropdown-menu li a.sub_menu {
        text-align: center;
    }
}