﻿/**
    ==== ALT Community Project ====
    Styles of IELTS excercise page
    created day: 27/03/2019
    added by Huyen Vu
*/
/*#region Responsives*/
@media only screen and (max-width:1024px) {
    .m-bottom1 {
        margin-bottom: 50px;
    }

    .border1 .excercise-page-tablet {
        display: grid;
        justify-content: center;
        align-items: center;
    }

    .excercise-page-tablet .col-md-4 {
        margin: 10px auto;
        width: auto;
    }

        .excercise-page-tablet .col-md-4 .progress {
    height: 23px;
    background-color: #fff;
    box-shadow: none;
    width: 150px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 33px;
    margin: 10px auto;
    }
}
@media screen and (max-device-width:992px) {
    .sectionStats .m-bottom1 {
        margin-bottom: 30px;
    }

    .sectionStats .sub_title {
        font-size: 15px;
    }

    .title {
        font-size: 20px;
        top: -10px;
    }

    .correct_txt {
        font-size: 10px;
    }

    .mrg-t-ave {
        margin-top: 10px;
    }

    .lev_txt {
        font-size: 15px;
    }

    .table_choose tbody tr td {
        font-size: 14px;
    }

        a.btn-start, .table_choose tbody tr td:nth-child(3) span {
            font-size: 14px;
            padding: 3px 20px;
        }

    .table_expand td:nth-child(4), .table_expand td:nth-child(5), .table_expand td:nth-child(6) {
        text-align: center;
    }
}
/*#endregion*/
