@media only screen and (max-width:1025px) {
    .container {
        width: 94%;
        margin: 0 3%;
    }

    section.middle_part {
        width: 100%;
        float: left;
        padding: 15px 14px;
    }

    .team_list h4 {
        float: left;
        font-size: 22px;
        color: #c2680f;
        text-transform: uppercase;
        font-weight: 600;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .counter_content_margin {
        margin-top: 50px !important;
    }

    .team_list_right_content {
        width: 100%;
        float: left;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
        -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .counter_content {
        width: 55%;
        float: right;
        background: #39419e;
        margin-top: 0px;
        padding: 12px 15px;
        text-align: center;
        margin-bottom: 10px;
        margin-right: -2px;
    }
    .logout_button a {
    text-decoration: none;
    background: #c2680f;
    padding-top: 4px;
    color: #fff;
    margin-right: 10px;
    padding: 7px 6px;
    float: left;
    font-weight: 600;
    margin-top: 16px;
    border-radius: 10px;
    font-size: 14px;
    border: #000 solid 2px;
}
.logout_button {
    float: right;
    margin-right:-28px;
}
.mid_logo h1 span{display:none;}
.mid_logo {
    display: inline-block;
    width: auto;
    margin-top: 9px;
}
.mid_logo figure {
    float: left;
    margin-bottom: 0px;
    width: 41px;
    height: 41px;
    margin-right:10px;
}
}


@media only screen and (max-width: 979px) {
    .container {
        width: 93%;
        margin: 0 3%;
    }

    .counter_content_margin {
        margin-top: 45px !important;
    }

    .team_content_pic h2 {
        width: 100%;
        float: left;
        margin-top: 0px;
        margin-bottom: 20px;
        font-size: 16px;
        color: #000;
        font-weight: 600;
    }

    .wallet_bg {
        width: 100%;
        float: left;
        margin-top: 30px;
        background: url(../xelgs/line-bg.png) no-repeat 100% 40%;
    }

    .goat_players_content h5 {
        background: #560867;
        color: #fff;
        font-size: 14px;
        padding: 5px 25px;
        margin-bottom: 20px;
        display: inline-block;
        transform: skew(-10deg);
        width: 160px;
    }

    .mid_logo {
        display: inline-block;
        width:auto;
        margin-left: -62px;
        margin-top: 9px;
    }

    .goat_players_right_content {
        float: left;
        margin-left: 10px;
        width: 100%;
        margin-left: -21px;
        margin-bottom: 15px;
    }

    .logout_button a {
        text-decoration: none;
        background: #c2680f;
        padding-top: 4px;
        color: #fff;
        margin-right:7px;
        padding: 7px 6px;
        float: left;
        font-weight: 600;
        margin-top: 16px;
        border-radius: 10px;
        font-size: 10px;
        border: #000 solid 2px;
    }
    .logout_button {
        float: right;
        margin-right: -16px;
    }

}

@media only screen and (max-width: 767px) {
    .container {
        width: 93%;
        display: block;
        margin: auto;
    }

    .table_content {
        width: 100%;
        float: left;
        background: #fff;
        padding: 20px;
        overflow: scroll;
        overflow-x: hidden;
        border-radius: 10px;
    }
}


@media only screen and (max-width: 479px) {
    .container {
        width: 100%;
        display: block;
        margin: auto;
    }

    header {
        width: 100%;
        float: left;
        background: #fce6d0;
        border-bottom: #ef8b24 solid 1px;
        padding: 10px 0px;
        text-align: center;
    }

    .logout_button {
        float: right;
        margin-top: -121px;
    }

    .mid_logo {
        display: inline-block;
        width:auto;
        margin-left: 0px;
        margin-top: 19px;
    }

    .team_content {
        width: 100%;
        float: left;
        background: #cdeafe;
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
        box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
        -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
    }

    .counter_content {
        width: 100%;
        float: right;
        background: #39419e;
        margin-top: 0px;
        padding: 12px 15px;
        text-align: center;
        margin-bottom: 10px;
        margin-right: -2px;
    }

    .counter_content_margin {
        margin-top: 21px !important;
    }

    .team_content_pic h2 {
        width: 100%;
        float: left;
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 16px;
        color: #000;
        font-weight: 600;
    }

    .wallet {
        width: 100%;
        float: right;
        height: auto;
        box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
        -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
        background: #fff;
        border-radius: 10px;
        margin-top: 30px;
    }

    .team_logo h4 {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 0px;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .wallet_bg {
        width: 100%;
        float: left;
        margin-top: 30px;
        margin-bottom: 5px;
        background: url(../xelgs/line-bg.png) no-repeat -101% 40%;
    }

    section.middle_part {
        width: 100%;
        float: left;
        padding: 15px 8px;
    }

    .goat_players_right_content {
        float: left;
        margin-left: 10px;
        width: 100%;
        margin-left: -30px;
        margin-bottom: 15px;
    }
.team_list h4 {
        float: left;
        font-size: 22px;
        color: #c2680f;
        text-transform: uppercase;
        font-weight: 600;
        margin-top: 7px;
        margin-bottom: 10px;
    }

}