﻿#hideAll{
    background-color: white;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    display:inline-block;
    z-index: 99999; /* Higher than anything else in the document */
}