#world_currencies table {
    width:100%;
    border-collaps:collaps;
}
#world_currencies table tr td, #world_currencies th {
    text-align:left;
    padding:6px 10px 6px 10px;
    vertical-align:top;
}
#world_currencies table tr:nth-child(2n+2) {
    background-color:#d6fafb;
}
#world_currencies th {
    background-color:#a8dadb;
    color:#ffffff;
    font-weight:bold;
}