table.hmd-currency  {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 30px !important;
    font-family: inherit !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1) !important;
}

th.hmd-currency  {
    background: #777777 !important;
    color: #fcfcfc !important;
    padding: 12px 8px !important;
    text-align: center !important;
    font-weight: bold !important;
}
/*th:hover.hmd-currency {*/
/*    background:none !important;*/
/*}*/
td.hmd-currency  {
    padding: 10px 8px !important;
    border-bottom: 1px solid #eee !important;
    text-align: center !important;
}

tr.hmd-currency:nth-child(even) {
    background-color: none !important;
}

tr.hmd-currency:hover {
    background-color: none !important;
}

h3.hmd-currency  {
    color: #0073aa !important;
    border-bottom: 2px solid #0073aa !important;
    padding-bottom: 8px !important;
    margin: 25px 0 15px !important;
    font-size: 1.4em !important;
}
@media (min-width: 768px) {
    .gcp-scroll-container {
        overflow-x: visible !important;
    }
    .gcp-table {
        min-width: auto !important;
    }
}