.medal_title p {
    font-family: ScalaOT Bold;
    font-size: 38px;
    line-height: 46px;
    font-weight: normal;
color: #333333;
}

.medal_title {
    margin-top: 20px;
    margin-bottom: 60px;
}

.medal_desc p {
    font-size: 18px;
    font-family: Merriweather;
    color: rgba(18, 18, 18, 1);
    line-height: 36px;
    text-align: left;
    margin-bottom: 20px;
    margin-bottom: 40px;
}

.medal_section_top select {
    font-family: ScalaOT Regular;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}

.medal_section_top,
.medal_table {
    max-width: 700px;
    margin: 0 auto;
}

.medal_table {
    position: relative;
}

.medal_section_top {
    text-align: center;
}

.country_list {
    width: 300px;
    border-radius: 16px;
    border: 1px solid rgba(232, 232, 232, 1);
    outline: none;
    padding-left: 16px;
    padding-right: 16px;
    height: 36px;
    margin: 0 auto;
    margin-bottom: 30px;
}

/* .country_list {
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
} */

.medal_table table {
    width: 100%;
    font-family: ScalaOT Regular;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.medal_table thead tr {
    height: 36px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

.medal_table thead tr .country_head {
    text-align: left;
}

.medal_table thead tr th {
    text-align: center;
}

.medal_table thead tr th img {
    width: 19px;
    height: 36px;
}

.medal_table tbody tr {
    height: 40px;
}

.medal_table tbody tr td img {
    width: 21px;
    height: 14px;
    margin-left: 10px;
    margin-right: 10px;
}

.medal_table tbody tr td {
    text-align: center;
}

.medal_table tbody tr:nth-child(2n+2) {
    background-color: #ffffff;
}

.medal_table tbody tr:nth-child(2n+1) {
    background-color: #f7f7f7;
}

.medal_table tbody tr .flag_col {
    min-width: 22px;
}

.medal_table tbody tr .c_name_col {
    width: 50%;
    min-width: 100px;
    text-align: left;
}

/* .medal_table tbody tr .gold_col,
.medal_table tbody tr .sli_col,
.medal_table tbody tr .bro_col,
.medal_table tbody tr .total_col {
    width: 10%;
    min-width: 40px;
    text-align: right;
} */

.medal_more {
    font-size: 14px;
    //font-family: ScalaOT Regular, ScalaOT;
    font-family: Helvetica Neue, HelveticaNeue-Bold;
    font-weight: bold;
    color: #D61920;
    line-height: 17px;
    border-radius: 24px;
    border: 1px solid #E8E8E8;
    height: 46px;
    width: 300px;
    margin: 0 auto;
    line-height: 46px;
    vertical-align: middle;
    text-align: center;
    margin-top: 40px;
    cursor: pointer;
}

.medal_more i {
    margin-left: 10px;
}

.short_list tr:nth-child(n+15) {
    display: none;
}

.short_list,
.full_list {
    width: 100%;
}

.full_list tr:nth-child(n+15) {
    display: ;
    width: 100%;
}

.blur_medal_bottom {
    width: 100%;
    height: 130px;
    position: absolute;
    bottom: 0;
    opacity: 1;
    box-shadow: inset 0 -85px 200px 0 #fff;
}

.search_medal {
    margin-bottom: 20px;
    display: none;
}

@media screen and (max-width: 768px) {
    .medal_title p {

        font-size: 24px;
        line-height: 30px;

    }

    .medal_title {
        margin-bottom: 20px;
    }

    .medal_desc p {
        font-size: 18px;
        font-family: ScalaOT Regular, ScalaOT;
        font-weight: 400;
        color: #000000;
        line-height: 28px;
        margin-bottom: 20px;
    }

}