.loader{
    position: fixed;
    left: 25%;
    top: 35%;
    width: 50%;
    height: 10%;
    padding: 5% 0;
    background-color: #F3F3F3;
    z-index: -1;
    box-shadow: 1px 1px 1px #222;
    text-align: center;
    display: none;
}
.loader img{
    display: inline-block;
}

.red {color: red;}
a.ared:hover {text-decoration: underline!important; color: red;}
a.ared:link {text-decoration: underline!important; color: red;}
a.ared:visited {text-decoration: underline!important; color: red;}
a.ared:active{text-decoration: underline!important; color: red;}
