/* ### Default CSS ### */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    scrollbar-width: thin;
}

/* ### Loading ### */
#overlay{
    position: fixed;
    top: 0;
    left: 0;
    background: #2a2a2a55;
    width: 100%;
    text-align:center;
    height: 100%;
    z-index: 1100;
}
#loading{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align:center;
}