*{
    margin:0 auto;
}
html{
    position: relative;
    min-height: 100%;
}
body{
font-family: 'Roboto', sans-serif;
margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom:0;
    text-align: center;
    background-color: rgba(0,0,0,.15);
    height: 60px;
    width: 100%;
    margin-top: 10px;
}


.navbar{
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
z-index: 20;
}

.container-top{
margin-top:70px;
}

.nav-brand{
vertical-align: center;
margin-right: 5px;
margin-left: 5px;
margin-top: 5px;
}

.coins{
    padding-top: 60px;
    position: fixed;
    left:-60px;
    top:0px;
    background-color:#3949ab; 
    /*height: 500px;*/
    width: 60px;
    z-index:9;
    text-align: center;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-bottom: 10px;
    border-radius: 2px;
}

.nav.navbar-nav li:hover{
    background-color: #a4b4bc;
}

.btn{

    left: 50px;
    top: 50px;
}
.all{
left: 0px;
top: 0px;
}

.server-status{
    position: absolute;
    height: 40px;
    width: 50px;
    top:5px;
    right: 5px;
    border-radius: 5px;
    float:right;
    display:inline-block;
    text-align: center;
    vertical-align: bottom;
    background-color: #acacac;
}

@media (max-width: 768px){
.server-status, .server-available, .server-online, .server-offline{
    margin-right: 50px;
}

}

.small{
    font-size: 6pt;
}
.img{
    padding-top: 3px;
    padding-top: 3px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.img:hover{
    -webkit-transform: scale(1.35); 
    -moz-transform: scale(1.35);
    -o-transform: scale(1.35);
    transform: scale(1.35);   
}



