.exchangeRates {
    width: 240px;
}

.exchangeRates .header {
    height: 36px;
    padding: 0 0 10px 48px;
    font: normal 20px/34px 'robotoCondensedBoldItalic';
    background: url('../gfx/exchangeHeader.png') 0 0 no-repeat;
}

.exchangeRates .more {
    float: right;
    padding-right: 24px;
    position: relative;
    right: 5px;
    color: #63615F;
    font: normal 14px/20px 'robotoRegular';
    background: url("../gfx/widgetCross.png") no-repeat right center;
}

.exchangeRates .table {
    border-bottom: 1px solid #48541b;
    margin-bottom: 6px;
}

.exchangeRates .tableHeaders {
    font: normal 14px/24px 'robotoCondensedBold';
    float: left;
    border-bottom: 1px solid #48541b;
    letter-spacing: 1px;
    color: #d4db21;
}

.exchangeRates .tableHeaders div {
    float: left;
}

.exchangeRates .one {
    min-height: 28px;
}

.exchangeRates .one div {
    font: normal 14px/28px 'robotoRegular';
    float: left;
    color: #e6e6e6;
}

.exchangeRates .even {
    background: #2e2d2b;
}

.exchangeRates .country {
    width: 130px;
}

.exchangeRates .currency {
    width: 70px;
}

.exchangeRates .rate {
    width: 40px;
}