.fuelPrices {
    width: 240px;
}

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

.fuelPrices .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;
}

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

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

.fuelPrices .tableHeaders div {
    float: left;
}

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

.fuelPrices .one div {
    font: normal 14px/14px 'robotoRegular';
    padding: 7px 0;
    float: left;
    color: #e6e6e6;
}

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

.fuelPrices .country {
    width: 110px;
}

.fuelPrices .currency {
    width: 50px;
}

.fuelPrices .pb95,
.fuelPrices .diesel {
    width: 40px;
}