﻿@charset "UTF-8";
/* CSS Document */

body 
{
/*background-color:#ffffff;*/
font-family:Verdana, Geneva, sans-serif;
font-size:14px;

}

header{
	margin-bottom: 60px !important;
}

.header-cont container {
    margin-left:0px;
    width:90%;
    height:30px;
    margin-top:7px;
    position:absolute;


}
.navbar {
    width:100%;
    height:75px;
    margin-top:-6px;
    position:relative;
    background-color: rgb(51, 51, 51);
    border-radius: 0px 0px 0px 0px;
}

.table th, .table td {
    padding: 0.40rem;
}	