html{
    height: 100%;
}
html, html a {
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);    
}
body{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 16px;
    font-size: 12px;
    color: #003e70;
    height: 100%;
    background: #003e70;
    -webkit-font-smoothing: antialiased; 
}
button, a{
    text-decoration: none;
    color: #003e70;
    outline: 0 transparent!important;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
a:focus, a:hover, a:active, a:selected, a:visited{
    outline: 0;
}
a:hover{
    color:#1D6E9F; 
}
img{
    border: 0;
    vertical-align: middle;
}

.clearBoth{
    clear: both;
    display: block;
}
 
a{
    color: #003e70; 
}
p{
    margin: 0 0 2px;
}
h3{
    margin: 0 0 10px;
}
.coming-soon{                
    width: 330px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -115px 0 0 -185px;
    text-align: left;
    padding: 30px;
    background: #fff;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.coming-soon img{
    width: 47%;
    margin: 0;
    float: left;
}
.coming-soon .details{
    width: 100%;
    float: right;
    font-size: 18px;
    line-height: 26px;
}
.coming-soon table{
    width: 100%;
    border: 0;
    vertical-align: top;
}
.coming-soon td{
    padding: 14px 0 0 0;
    vertical-align: middle;
}
.coming-soon tr:first-child td{
    padding-top: 0;
    
}
.coming-soon tr td:first-child{
    padding-left: 0;
    width: 40px;
}
.coming-soon .fa{
    color: #1D6E9F;
    font-size: 26px;
    line-height: normal;
}
