div,span,p,a,ol,ul,li {

}
h1 {
color: #999;

}
div#httpe {
text-align: center;

}
div#httpe i {
display: block;
text-align: center;
color:#CCC;
}
div#httpe h1 {

}
#loading {
position: fixed;
width: 100%;
height: 100%;
text-align: center;
background-color: rgba(255,255,255,0.5);
top: 0px;
left: 0px;
z-index: 9999;
}
#loading p {
position:absolute;
top: 45%;
width: 100%;
text-align: center;
height: 10em;
vertical-align:middle;
}
#loading p span{
font-size: 48px;
}
.glyphicon-refresh-animate {
    -animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
transform-origin: 24px 24px;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}
@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
