/*Top announce*/
.nav-list-top a {
    height: 45px;
    display: block;
    line-height: 45px;
    color: #ffffff;
    text-decoration: none;
    font-family: 'KalatexaDisplay', sans-serif;
    background: #0e407f;
    font-size: 20px;
    padding: 0 10px;
    text-align: left;
    box-sizing: border-box;
    margin-bottom: 2px;
    border-radius: 6px;
}

.nav-list-top a .fa-angle-right {
    float: right;
    line-height: 40px;
    text-align: right;
    font-size: 32px;
    color: #ffffff;
}

.boxscore {
    display: none;
    background: #f2f2f2;
}

.boxscore._show {
    display: block;
}

.boxscore ul {
    padding: 0 10px;
}

.list-score .score-box h1 {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    padding: 5px 0px;
    background: #0e407f;
    margin-bottom: 10px;
    position: relative;
}

.list-score {
    padding: 30px 0 20px;
}

.list-score .score-box h1 img {
    margin: 0 5px;
}

.score-box li {
    font-size: 16px;
    padding: 10px 0;
    position: relative;
    border-bottom: solid 1px #e6e3e3;
}

.score-box li:last-of-type {
    border-bottom: 0;
    text-align: center;
}

.ts-score {
    position: absolute;
    right: 0;
    top: 10px;
    font-family: 'KalatexaDisplay', sans-serif;
    font-size: 18px;
    color: #1056ae;
}

.ts-name {
    font-family: 'KalatexaDisplay', sans-serif;
    font-size: 18px;
}

.ts-school {
    font-family: 'KalatexaText', sans-serif;
    color: #a2a2a2;
    line-height: 1.8em;
    letter-spacing: 0.3px;
}

.btn-normal.btshow-gateng,
.btn-normal.btshow-gatth,
.btn-normal.btshow-docpack {
    display: none !important;
}

.boxscore.boxscore9 .btn-normal.btshow-gateng,
.boxscore.boxscore9 .btn-normal.btshow-gatth {
    display: block !important;
}

.score-box.score-box13 .btn-normal.btshow-docpack {
    display: block !important;
    margin: 0 auto;
}

.range .btn-normal {
    border-radius: 50px;
    display: block;
    width: 200px;
    margin: 0 auto 5px;
    font-size: 16px;
    padding: 7px 10px 5px;
}

.boxscore .txt-red {
    text-align: center;
}

.announce-top.-mobile {
    padding-top: 40px;
}
.score-box .btn-normal {
    display: block;
    margin: 10px auto;
    padding: 10px 5px 5px;
    color: #fff;
    background: #0e407f;
    font-family: 'KalatexaDisplay', tahoma, sans-serif;
}
.announce-top.-mobile .title-part {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    position: relative;
}
.mobile-head > .btn-back {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 14px;
    color: #0e407f;
    line-height: 30px;
    display: block;
    z-index: 12;
    font-family: "KalatexaDisplay", sans-serif;
    font-weight: bold;
}
#announce-top .title-block > .wrapper-content::before {
    left: 0;
}
#announce-top .mobile-head .wrapper-content {
        padding: 40px 0 0;
}


@media screen and (min-width:768px) {
    .nav-list-top,
    .txt-score {
        display: none;
    }
    .boxscore {
        display: block;
        position: relative;
    }
    .list-score {
        display: grid;
        grid-template-columns: repeat(5, 18.8%);
        grid-row-gap: 20px;
        grid-column-gap: 15px;
    }
    .mobile-head > .btn-back{
        display: none;
    }
    .boxscore ul {
        padding-bottom: 70px;
    }
    .score-box li,
    .ts-school {
        font-family: tahoma,sans-serif;
        font-size: 12px;
    }
    .ts-name,
    .ts-score {
        font-family: tahoma,sans-serif;
        font-size: 14px;
    }
    .score-box li:last-of-type {
        position: absolute;
        left: 50%;
        margin-left: -90px;
        bottom: 0;
    }
    .range .btn-normal {
        width: 180px;
    }
}
