body {
    background: #fff;
    color: #222;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    width: 1200px;
    margin: 0 auto !important;
    float: none !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #191312 ;
    font-weight: 900;
    line-height: 1.3;
}

h1 {
    font-size: 30px;
}

h2 {
    margin-top: 1.3em;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    color: #0d467b;
    text-transform: uppercase;
    margin:-10px;
}

p {
    margin:5px;
}

a {
    color: #990002;
}

a:hover {
    text-decoration: none;
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}

::-webkit-scrollbar-thumb:vertical {
    background-color:#0d467b;
    height: 10px;
    }
 
::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    background-color: #fff;
    }

#header {
    position: absolute;
    top: 0px;
    width: 1200px;
    margin: auto;
    height: 112px;
    background-color: #fff;
    z-index:9999;
    border-bottom: 3px solid #0d467b;
}

#logo {
    position: absolute;
    top: 0px;
    left: 5px;
    max-width: 100%;
    max-height: 95px;
}

#fblogo {
    position: relative;
    top: 520px;
    left: 20px;
    width: 176px;
    text-align: right;
    font-size: 13px;
}

th, td {
    padding: 10px;
}

table tr:nth-child(even) {
    background-color: transparent;
    color:#222;
    text-align: center;
    border-bottom: 2px solid #0d467b;
}

table tr:nth-child(odd) {
    background-color: transparent;
    color:#222;
    text-align: center;
    border-bottom: 2px solid #0d467b;
}

table th {
    color: #fff;
    background-color: #990002;
    text-transform: capitalize;
    text-align: center;
}

nav{
    position: absolute;
    width: 650px;
    height: 40px;
    top: 92px;
    right: 10px;
    background-color: #0d467b;
    border-radius: 5px;
}

nav a:hover {
    text-decoration: none;
    color:#fff;
    background: #990002;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

nav p {
    padding 0px 10px;
}

nav ul {
    float: left;
}

nav ul li {
    float: left;
    list-style: none;
    position: relative;
}

nav ul li a {
    display: block;
    font-family: arial;
    color: #fff;
    font-size: 13px;
    padding: 9px 11px;
    text-transform: uppercase;
    text-decoration: none;
}

nav ul li ul {
    display: none;
    position: absolute;
    top: 40px;
    background-color: #0d467b;
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
}

nav ul li:hover ul {
    display: block;
}

nav ul li ul li {
    width: 170px;
    border-radius: 0px 0px 5px 5px;
}

nav ul li ul li a {
    padding: 9px 9px;
    border: 2px solid #0d467b;
}

nav ul li ul li a:hover {
    background-color: #990002;
    border-radius: 5px;
    border: 2px solid #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}


#sidebox {
    position: absolute;
    margin-top:112px;
    left:10px;
    width:250px;
    height: 400px;
    background-color: #0d467b;
    border-radius: 0px 0px 8px 8px;
}


#command {
    float:left;
    position:absolute;
    margin-top:40px;
    left: 0px;
    width:200px;
    z-index:99;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}

#command a {
    color: #fff;
    background: transparent;
    line-height: 30px;
    letter-spacing:1px;
    height: 45px;
    width:250px;
}

#command a:hover {
    color: #990002;
    background-color: #fff;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}

.order a {
    float:left;
    height:20px;
    padding:3px;
    padding-top:8px;
    margin-top:5px;
    margin-left:0px;
    font: 15px;
    text-align:center;
}
 
.order a:hover {
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}

#medcont {
    position: absolute;
    width: 920px;
    margin-top:112px;
    margin-left: 200px;
    background: #ebeced;
    z-index: -99;
    overflow: auto;
    box-shadow: 3px 3px 8px #999;
}

#content {
    position: relative;
    margin-top:20px;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding-top:20px;
    padding-left: 75px;
    padding-right: 15px;
}

#content p {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 16px 24px;
}

#content img {
    max-width: 100%;
    height: auto;
    border: 1px solid #fff;
}