#rates-widget {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
}

#rates-backend #rates-widget {
    background: none;
    height: auto;
    float: left;
    width: 230px;
    overflow: visible;
    margin-left: 20px;
    margin-top: 40px;
    background-color: #fff;
    border-radius: 4px;
}
#rates-widget h2{
    font-size: inherit
}
#rates-widget h2 .btn {
    color:#024c80;
    font-weight:700;
}

#rates-widget .blocks {
    clear: both;
}

#rates-widget.full .blocks {
    height: auto;
}

#rates-widget .rates h3 {
    color: #fff;
    background-image: url(background-rate-closed.png);
    background-repeat: no-repeat;
    background-position: -16px -2px;
    font-size: 15px;
    font-weight: normal;
    padding: 8px 16px 0;
    height: 24px;
    margin: 0;
    cursor: pointer;
}

#rates-widget.full .rates h3 {
    height: 36px;
}

.kg #rates-widget .rates h3 {
    font-size: 12px;
    padding-top: 7px;
    padding-bottom: 0;
    height: 23px;
    padding-left: 8px;
}

#rates-widget .rates.opened h3 {
    background-image: url(background-rate-opened.png);
    cursor: default;
}

#rates-widget.full .rates h3 {
    background-color: #0b4f81;
}

#rates-widget.full .rates.clearing h3 {
    background-color: #ef813f;
}

#rates-widget.full .rates.nbkr h3 {
    background-color: #b4babd;
}

#rates-widget .rates ul {
    display: none;
    // height : 164 px;
}

#rates-widget.full .rates ul {
    // height : auto;
}

#rates-widget .rates.opened ul, #rates-widget.full .rates ul {
    display: block;
}

#rates-widget ul {
    padding: 0 10px;
    margin: 4px 0;
/ / margin : 0;
}

#rates-widget li {
    color: #4d4d4d;
    font-size: 9pt;

}

#content #rates-widget li {
    list-style: none;
}

#rates-widget li.header {
    margin-bottom: 6px;
}

#rates-widget li.rate {
    border-bottom: 1px solid #ccc;
    margin-bottom: 4px;
    height: 24px;
    clear: both;
}

#rates-widget li.rate.kzt {
    border-bottom: none;
    margin-bottom: 0;
}

#rates-widget li strong {
    font-size: 10pt;
    font-weight: 300;
    display: block;
    width: 76px;
    float: left;
    padding-left: 4px;

}

#rates-widget li.rate span {
    display: block;
    float: left;
    width: 64px;
    text-align: center;
}

#rates-widget .nbkr {

}

#rates-widget .nbkr li span {
    margin-left: 34px;
}

#rates-widget .nbkr li.header span {
    margin-left: 65px;
}

#rates-widget li.header span {
    margin-left: 20px;
    font-size: 8pt;
}

.en #rates-widget .nbkr li.header span {
    margin-left: 68px;
}

.en #rates-widget .nbkr li.header span.date {
    margin-left: 0;
}


#rates-widget li.header span.sell {
    margin-left: 12px;
}


.en #rates-widget li.header span.sell {
    margin-left: 41px;
}

#rates-widget li.header span.date {
    color: #5e6870;
    margin-left: 0;
}

#rates-widget p {
    padding: 4px 10px 0 0;
    margin: 0;
    text-align: right;
}

#rates-widget p a {
    color: #0b4f81;
}