#menu-main li:hover > .sub-menu {

    visibility: visible;

    opacity: 1;

}





#menu-main li {

    overflow: unset!important;

}


.fusion-column-first {
    clear: unset!important;
}


nav.fusion-main-menu{

    overflow: unset!important;

}



table tr:nth-child(odd) td{

}

table tr:nth-child(even) td{

    

    background-color: rgb(205, 205, 205);

    

}



table p {

    font-size: 18px !important;

}

@media screen and (max-width: 1023px) {

    .fusion-column-wrapper {

        padding: 0!important;

    }

    body table p {

        font-size: 14px !important;

    }

}