/* center menu - Mdiaz 6-2018 */

/* hide top on mobile */
@media screen and (max-width:616px) {
.onmobile { display:none !important;}
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel {
    display: table;
    margin: 0px auto 0px auto !important;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    padding: 0;
    list-style: none;
    zoom: 1;
    text-align: center;
}

.genericListTable thead th, .membersTable thead th {font-size: 14px;
    padding: 9px 10px 9px 10px;}

/* end menu centering */




#idFooterPoweredByContainer {font-size:8px; }