@charset "utf-8";
/* CSS Document */

body, html {
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #666;
    font-weight: 300;
    width: 100% !important;
    height: 100% !important;
}

#top
{
	background-color: #d6d6d6;
	height: 50px;
	padding: 1% 0 2% 10%;
	margin-bottom: 2%;
	align-items: center;
	width: auto;
	
}

#top h2 {
    margin: 20px 0 0px 0;
    font-weight: 600;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
}
#top h1 {
	    color: rgba(255,255,255,0.9);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
}

#parent
{
display: flex;
justify-content: center;
 align-items: center;
	
}

.page
{
width: 70% !important;
	padding-bottom: 2%;
}

.page h2 {
	margin: 0 0 20px 0;
    font-weight: 400;
    font-size: 36px;
    color: #777;
    text-transform: uppercase;
	text-align: left;
}

.page h3 {
	margin: 2% 0 1% 0;
    font-weight: 600;
    font-size: 14px;
    color: #777;
    text-transform: uppercase;
	text-align: left;
}

.page li {
	margin-top: 0.5%;
}

div .table 
{
	width: 95%;
	margin: 0 auto;

}

