.currency {
    margin: 0;
}

.currency section {
    width: 460px;
    height: 100px;
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.currency section.loading {
    background: url('/images/loading.gif') center center no-repeat;
    position: relative;
}

.currency section.loading div {
    display: none;
}

.divTable {
    display: table;
    width: 100%;
    height: 100%;
    border: tan 1px outset;
    font-size: 18px;
    color: whitesmoke;
    text-align: center;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    display: table-header-group;
    font-weight: bold;
    background-color: #90afc5;
    color: rgb(68, 68, 68);
    font-size: 15px;
}

.divTableCell,
.divTableHead {
    display: table-cell;
    padding: 0px 10px 0 0;
    float: left;
    color: #cfc9c9;
    font-size:0.8rem;
}
.divTableCell span{
    font-size:0.8rem;
}

.divTableBody {
    display: table-row-group;
    background-color: #336b87;
}

#currencyName {
    text-align: left;
}