 body,
 html {
     -webkit-tap-highlight-color: transparent;
     -webkit-touch-callout: none;
     -webkit-text-size-adjust: none;
     -webkit-user-select: none;
     margin: 0;
     padding: 0;
     font-family: Arial, Verdana, sans-serif;
     font-size: 12px;
     font-weight: 400;
     color: #ccc;
     background-color: #4aa4c2
 }

 .loader {
     width: 100%;
     height: 100px;
     position: absolute;
     text-align: center;
     margin-top: 250px;
     display: block !important
 }