body{
	font-family: 'Open Sans', sans-serif;
	margin: auto;
	padding: 0;
}
.wrapper{
	margin-bottom: 70px;
}
header{
	text-align: center;
	margin-top: 10px;
}
header p{
	font-size: 14px;
    font-weight: bold;
    color: #5a5959;
    padding-top: 16px;
    border-bottom: 1px solid #2222;
    text-align: center;
    padding-bottom: 10px;
}
/*.row{
	margin-left: 0px !important;
	margin-right: 0px !important;
}*/
header h3{
	padding-top: 20px;
}
main{
	margin-top: 4%;
}
main p{
	text-align: justify;
}
main h4{
    text-align: center;
    margin-top: 35px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-size: 14px!important;
}
.table-bordered td, .table-bordered th{
	font-weight: normal;
    font-size: 14px;
}
thead{
	background: #5fab01;
    color: #fff;
}
.table thead .yellow{
    background: #e7af00;
}
.yellow1{
    width:300px;
}
footer{
	background: #b10200;
    padding: 3rem 0rem 2rem;
}
footer p, footer p a,footer p a:hover, footer h4{
	color: #fff;
	margin-bottom: 3px;
	font-size:15px;
}
footer h4{
	padding-bottom: 10px;
	font-size:20px;
}
.footer-bottom{
	margin-top: 46px;
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 28px;
}
footer span{
	font-size: 13px;
}