.currency-listing-container {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
}

.currency-listing-container h4 {
    background: #98c01f;
    text-align: center;
    color: #000;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
    padding: 10px 0;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    letter-spacing: 1.2px;
    font-size: 16px;
}

.currency-listing-container table {
    width: 100%;
    color: #000;
    border: 0px;
    border-spacing: 0;
    text-align: center;
}

.currency-listing-container table thead tr th {
    background: #4c9127;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    font-weight: 600;
    letter-spacing: 1.1px;
    font-size: 14px;
    text-align: center;
}

.currency-listing-container table tbody tr td {
    padding: 5px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

.currency-listing-container table tr:nth-child(even) {
    background: #f1f1f1;
}

.currency-listing-container table tr:nth-child(odd) {
    background: #fff;
}

.currency-listing-container .info {
    font-size: 11px;
    text-align: center;
    margin: 0;
    padding: 2px 0;
}

.currency-listing-container .info:first-of-type {
    margin-top: 10px;
}

.currency-listing-container .info a {
   color: #007dc6;
   text-decoration: none;
   font-weight: 600;
   font-size: 11px;
}

.currency-listing-container .info a:hover {
    text-decoration: underline;
}