:root {
    --main-enterprise-text-color: #333333;
    --main-enterprise-font-family: 'Helvetica Neue', Helvetica;
}
body,html{
    background: url(../IMG/wallpaper0.jpg) no-repeat top left fixed;
    background-size: cover;
    font-family: var(--main-enterprise-font-family);
    font-size:15px;
}

table {
   color:var(--main-enterprise-text-color);
 }
td, th {
    padding:5px;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #f0f0f0 #333;
}

div#mainIniDivMnuBottom, div#mainIniDivMnuTop, div#mainIniDivPowered {
    display:none;
}