


.newsPager {
    padding: 10px 0 !important;
}
#topicpath li a {
    color: #007AFF !important;
    text-decoration: underline;
}

.newsPager > ul {
    display: flex;
    flex-wrap: wrap;
}

.newsPager > ul > li:not(.newsPagerPrevBtn):not(.newsPagerNextBtn) {
    white-space: nowrap;
    border: solid 2px #1c579c;
    border-radius: 3px;
}
.newsPager > ul > .newsPageDisplayed {
    font-weight: bold;
    background: #1c579c;
}
.newsPager > ul > li {
    float: left;
    margin: 3px !important;
    padding: 5px !important;
    color: #1c579c !important;
    line-height: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.newsPager > ul > .newsPageDisplayed > a {
    cursor: default;
    color: white !important;
}
.newsPager > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    
    color: inherit !important;
    font-size: 0.90rem;
    text-decoration: inherit !important;
}

.newsPager > ul > .newsPagerPrevBtn, .newsPager > ul > .newsPagerNextBtn {
    padding: 5px !important;
    color: inherit;
    font-size: 0.80rem !important;
    text-decoration: underline;
    white-space: nowrap;
}

.section h3 {
    font-size: 18px !important;
    font-weight: bold;
    border: solid 1px #e2e4e8;
    border-bottom: none 0 transparent;
    padding: 15px 60px 15px 10px !important;
    position: relative;
    border-radius: 2px 2px 0 0;
    line-height: 1.25;
}

.section h3:before {
    content: "";
    display: block;
    height: 3px;
    background: #1c579c;
    margin: -12px -57px 15px -7px !important;
}

#main .section h3 > span {
    color: white !important;
    font-size: 12px !important;
    background: #2cc0c0;
    padding: 5px 5px 5px 10px !important;
    border-radius: 4px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px !important;
}


@media screen and (min-width: 767px) {
    #main .section h3 > span {
        display: none;
    }
}

.section .block {
    padding: 10px 10px 20px !important;
    margin-bottom: 20px !important;
    overflow: hidden;
    border: solid 1px #e2e4e8;
    border-top: none 0 transparent;
    border-radius: 0 0 2px 2px;
    -webkit-transition: height .3s;
    transition: height .3s;
}
.section .block:before {
    content: "";
    display: block;
    border-top: dotted 1px #e2e4e8;
    margin: -10px -5px 10px !important;
}

#main a:not(.noicon)[target="_blank"]:before {
    content: "";
    width: 13px;
    height: 12px;
    display: inline-block;
    margin-right: 2px !important;
    background: url(../img/blank.png) 0 0 no-repeat;
    background-size: 100% auto;
}



