File: //opt/Autom8Redis/style.css
/* #pageloader
{
background: rgba( 255, 255, 255, 0.8 );
display: none;
height: 100%;
position: fixed;
width: 100%;
z-index: 9999;
display: none;
}
#pageloader img
{
left: 50%;
margin-left: -32px;
margin-top: -32px;
position: absolute;
top: 50%;
} */
.hide
{
display: none;
}
.thickness{
display: block;
width: 100%;
height: 50px;
color: green;
}
.center{
text-align: center;
}
.mt4{
margin-top: 40px;
}
.mt7{
margin-top: 70px;
}
.mb4{
margin-bottom: 40px
}
.ml4{
margin-left: 40px
}
.border{
border:1px solid black;
box-shadow: 3px 3px 5px 6px #ccc;
}