html {
    font-family: Arial, Helvetica, sans-serif !important;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 40%;
    left: 0px;
    opacity: 0.5;
    filter: alpha(opacity=50);
 }