/** IPAD */
@media only screen and (min-width:768px) and (max-width:1024px) {
    .buttons_container .button {
        padding: 10px 28px !important;
        border-radius: 3px;
        margin: 0px 10px;
        font-family: 'Source Sans Pro-Regular';
        width: 100%;
        display: inline-block;
        margin-bottom: 10px;
    }

    .below_image {
        width: 100%;
    }

    .header-logo {
        height: 36px;
    }

    .share-social {
        padding: 6px;
    }

    .sp_logo_footer {
        width: 150px;
    }

    .footer-categories {
        width: 16% !important;
    }

    .desktop_only {
        display: none !important;
    }

    .mobile_only {
        display: block !important;
    }

    .trading-page-team-list {
        display: none;
    }
}

@media only screen and (min-width:1366px) {    
    /* .table>tbody>tr>td:nth-child(2), .table>tbody>th>td:nth-child(2) {
        min-width: 120px !important;
    } */

    

    .desktop_only {
        display: block !important;
    }

    .mobile_only {
        display: none !important;
    }
}

.trading_seed_data {
    width: 100%;
    display: inline-flex;
    height: 45px !important;
    border-bottom: 1px solid #4b4b4b !important;
}

.trading_seed_data_val {
    width: 50%;
    text-align: center;
}

.text-left {
    text-align: left !important;
    margin-left: 18px;
}

.banner-block {
    padding: 180px 0 50px;
}

/** MOBILE */
@media only screen and (max-width:767px) {
    .buttons_container .button {
        padding: 10px 28px !important;
    }

    .header-main .head-logo img {
        margin-left: 10px;
    }

    .desktop_only {
        display: none !important;
    }

    .mobile_only {
        display: block !important;
    }

    .trading-page-team-list {
        display: none;
    }
}

.mobile_only {
    display: none;
}

.search_container {
    width: 100%;
    text-align: center;
}

.search_container input {
    color: #ffffff;
    width: 600px;
    padding: 5px 10px;
    background-color: #1b1b1b;
    outline: none;
    border: 1px solid #FFFFFF;
}

.block-title {
    margin-top: 10px;
    text-align: center;
    display: block;
    background: #171717d6;
    border: 1px solid #383636;
    width: 99.7%;
    padding: 15px;
}

.block-title span {
    font-size: 14px;
}