@import url("https://fonts.googleapis.com/css?family=Raleway");
@import url("https://fonts.googleapis.com/css?family=Suez+One");
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Bungee|Lobster');
body{
    padding: 0px;
    margin: 0px;
    width: 100%;
    margin: 0px;
    text-align: center;
    position: absolute;
    font-family: Raleway;
}
.white{
    color: #fff;
}
.blue{
    color: #0d4b72;    
}
.card-mds{
    background: #fff;
    width: 24%;
    height: 113px;
    padding: 10px 0px;
    box-shadow: 0px 0px 5px #aaa;
    margin: 5px 0.5%; 
    position: relative;
}
.card-mds p{
    width: 94%;
    margin: 2px 3% ;
    text-align: center;
}
.rac{
    font-size: 9px;
    margin: 0px;
}
.sch{
    font-size: 10px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 900;
}
.info{
    margin: 2px 0px 0px 0px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.pin{
    width: 50%;
    font-size: 13px;
    margin: 0px 0px;
    color: #fff;
    text-transform: uppercase;
    background: #113c6f;
    padding: 5px 0px;
    font-family: Segoe Ui;
}
.logo{
    width: 20px;
    height: 20px;
    margin: 0px;
}
.pinhold{
    width: 100%;
    margin: 5px 0px;
}
.link{
    font-size: 13px;
    font-style: italic;
}
.card{
    background: #fff;
    margin: 5px 0px;
    width: 100%;
    clear: both;
    text-align: center;
    display: inline-block;
    box-shadow: 0px 1px 2px #aaa;
    padding: 10px 0px 20px 0px;
}
.tableSmall{
    width:80%; 
    margin:20px 10% 0px 10%; 
}
@media(max-width:600px){
    .tableSmall{
        width:100%; 
        margin: 20px 0px 0px 0px;
    }
}
.alert{
    background: red;
}
.bind{
    overflow: auto;
    width: 100%;
    text-align: center;
    margin: 0px 0px;
    padding: 2px 0px 2px 0px;
    display: inline-block;
}
.round{
    text-align: center;
    position: absolute;
    width: 120px;
    height: 120px;
    display: inline-block;
    background: #0d4b72;
    border: 10px solid white;
    margin: -80px 0px;
    border-radius: 100%;
}
i{
    font-size: 80px !important;
    margin: 20px 20px;
}
.L{
    float: left;
}
.R{
    float: right;
}
.C{
    text-align: center;
}
.message{
    display: none;
}
@media(max-width:750px){
    .card-mds{
       display:none; 
    }
    .message{
        display: block;
        font-size: 25px;
        top: 0;
        bottom: 0;
    }
}