table.informer_currency_table {
    border: 1px solid #c1c3c5;
    height: 100px;
}

.informer_currency_c_t {
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    height: 23px;
    color: #636466;
    background-color: #c7c8ca;
}

.informer_currency_c_c {
    padding: 15px 5px;
    background-color: #e6e7e8;
}

.informer_currency_c_b {
    padding-bottom: 4px;
    font-family: Tahoma, sans-serif;
    font-size: 10px;
    color: #000000;
    background-color: #e6e7e8;
}

.informer_currency_block_img {
    padding-top: 2px;
    width: 30px;
    height: 28px;
    font-family: Arial, sans-serif;
    font-size: 24px;
    color: #636466;
    background: transparent url(https://informers.mt5.com/i/img/informers/currency_rate/grey_symbol_back.png) no-repeat center center;
}

.informer_currency_block_txt {
}

.informer_currency_block_value {
    padding: 0px 5px;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #000000;
    display: block;
    float: left;
    clear: both;
}

.informer_currency_block_change_up {
    margin: 0px 3px;
    padding-left: 11px;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    color: #009d3f;
    display: block;
    float: left;
    clear: both;
    background: transparent url(https://informers.mt5.com/i/img/informers/currency_rate/up_arrow.png) no-repeat left center;
}

.informer_currency_block_change_down {
    margin: 0px 3px;
    padding-left: 11px;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    color: #cd0000;
    display: block;
    float: left;
    clear: both;
    background: transparent url(https://informers.mt5.com/i/img/informers/currency_rate/down_arrow.png) no-repeat left center;
}

.informer_currency_c_b a {
    text-decoration: none;
    color: #C7C8CA;
}