﻿.exchangeRates table {
    width: 200px;
    margin: 0 5px 0 20px;
}

    .exchangeRates table thead {
        font-size: 12px;
        font-weight: bold;
    }

        .exchangeRates table thead tr td {
            padding-bottom: 3px;
            text-align: center;
        }

    .exchangeRates table tbody tr td {
        font-size: 14px;
    }

    .exchangeRates table thead tr td a.prevDate, .exchangeRates table thead tr td a.nextDate {
        display: block;
        width: 16px;
        height: 16px;
        cursor: pointer;
    }

    .exchangeRates table thead tr td a.prevDate {
        margin-left: 20px;
    }

    .exchangeRates table thead tr td a.nextDate {
        display: none;
    }

    .exchangeRates table thead tr td span {
        display: block;
        float: left;
        font-size: 16px;
        margin-top: -2px;
        text-align: center;
        width: 95px;
    }

    .exchangeRates table tr td {
        padding-top: 3px;
    }

    .exchangeRates table tbody tr td:first-child {
        padding: 5px 5px 2px 15px;
    }
