
.gncss_background_overlay_dark {
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.3);        
}

.gncss_background_overlay_white {
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0);        
}
