.fxinterestrates .fxtitle {
    margin-bottom: 1%;
    color: #5a2049;
    font-family: 'aspira-regular';
    font-size: 1.3em;
    font-weight: bold;
}

.fxinterestrates .rate_table {
    width: 100%;
    float: left;
    display: table;
}

.fxinterestrates .currency_rates,
.error_message {
    display: none;
}

.fxinterestrates .table-row {
    font-size: 0.7em;
    border: 1px solid #cecfd5;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    padding: 5px 0;
    overflow: hidden;
    width: 100%;
    display: table-row;
    color: #333;
}

.fxinterestrates .table-row.hide_rate {
    display: none;
}

.fxinterestrates .table-row:last-child {
    border-bottom: 1px solid #dddddd;
}

.fxinterestrates .table-row .column,
.column1,
.column2,
.column3,
.column4,
.column5 {
    width: 25%;
    display: table-cell;
    padding: 10px 10px;
    text-align: left;
}

.fxinterestrates {
    margin-bottom: 40px;
    overflow: auto;
    width: 100%;
    background-color: #ffffff;
    margin: 0px 5px 40px 5px;
}

.fxinterestrates .ratetablecontainer {
    width: 100%;
}

.fxinterestrates #table-head {
    border-bottom: 1px solid #999999;
    color: #999999;
    display: table-header-group;
    font-size: 0.;
    padding-bottom: 8px;
    padding-top: 8px;
    vertical-align: middle;
}

.fxinterestrates .grey {
    background-color: #eee;
    font-family: 'aspira-regular';
    font-size: 14px;
    text-align: center;
}

.fxinterestrates .white {
    background-color: #fff;
    font-family: 'aspira-regular';
    font-size: 12px;
    text-align: center;
}

.fxinterestrates .increase {
    color: #64A70B;
}

.fxinterestrates .decrease {
    color: #9C0000;
}

.fxinterestrates .bottom {
    color: #999999;
    font-size: 14px;
    width: 100%;
    float: left;
}

.fxinterestrates .bottom a {
    cursor: pointer;
}

.fxinterestrates .grayfont {
    color: gray;
}

.fxtrends {
    width: 25%;
    padding-right: 10px;
    display: table-cell;
}

.fxinterestrates .table-row:hover {
    background-color: #FFFFDA !important;
    cursor: pointer;
}

.fxinterestrates .table-row:first-child:hover {
    background-color: #FFFFFF;
    cursor: default;
}

.fxinterestrates strong {
    font-family: 'aspira-regular';
}

.fxinterestrates .reuter {
    background-image: url(../../../../../../etc.clientlibs/fxcentre/clientlibs/resources/images/Refintiv_logo.png);
    height: 42px;
    width: 107px;
    display: inline;
    float: left;
}

.fxinterestrates .linkUrl {
    clear: both;
}

.fxinterestrates .fx-notes {
    height: auto;
    width: 100%;
    display: inline-block;
    color: #999999;
}