header .bottom .t-td.menu nav > ul {
    padding: 1.5em 0;
}

header .bottom .t-td.menu nav > ul > li a {
    font-size: .9em;
    padding: 0 .2em;
}

header .bottom .t-td.menu nav > ul > li a:after {
    content: "|";
    color: #fcaf3c;
    position: absolute;
    right: -.3em;
    /*top: 1.5em;*/
    top: 0;
}

header .bottom .t-td.menu.en nav > ul > li a {
    font-size: .85em;
}

header .bottom .t-td.menu nav>ul>li:hover ul{
    z-index: 1;
}

header .bottom.fixed .t-td.menu nav > ul > li a:after {
    top: 0.75em;
}

header .bottom .t-td.menu nav > ul > li:last-child a:after {
    display: none;
}

header .bottom .t-td.calendar a {
    padding-top: 0;
}

@media screen and (max-width: 767px) {
    .committee-item {
        width: 50%;
    }
}

@media screen and (max-width: 450px) {
    .committee-item {
        width: 100%;
    }
}

.single-new .info .type {
    font: .7em OpenSansLight;
}

.currency {
    padding: 1.77778em 1.77778em 1.77778em;
}

.currency .currency-item {
    margin-bottom: 1.5em;
}

.download-ratings-2021 a {
    padding-bottom: 30px;
    color: #F9B000;
    font-size: 24px;
    font-weight: 500;
    text-decoration: underline;
}