body {
	background-color: #f2f2f2;
    	color: #333333;
    	font-family: Roboto;
    	font-weight: 400;
    	line-height: 1.5;
	font-size: 1em;
}

.header {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 5%;
	position: relative;
	align-items: center;
	display: flex;
	height: 71px;
	justify-content: space-between;
}

.logo img {
	max-height: 25px;
}


a.logo
{
	background-color: transparent;
}


.container-divider {
	border-top: 1px solid #ddd;
	margin-bottom: border-box;
}

div.box{text-aligned: left;}

a
{
	color: #000000;
	margin: 5px;
	bottom: 0px;

}

a:hover, a:focus
{
	color: #00bbb4;
}

li{
	text-align: left;
}


.main {
	display: block;
	min-height: 700px;
}

h1
{
	display:block;
}

h2 {
	margin-bottom: 0;
	font-weight: 600;
	margin-top: 0;
	font-size: 18px;
	color: #00bbb4;
}



/*inline-block*/
.inline-b {
  margin-right:5%;
	margin-left: 5%;
	padding: 0;
	width: 75%;
}
.inline-b-item {
	display: inline-block;
	width: 300px;
	height: 200px;
	margin: 7px;
	padding: 10px;
	-moz-box-shadow: 2px 2px 10px #888;
	-webkit-box-shadow: 2px 2px 10px #888;
	box-shadow: 2px 2px 10px #888;
	background: #FFFFFF;
	border-top: 0.5px solid #EFEFEF;
	border-left: 0.5px solid #EFEFEF;
	vertical-align: top;
}




table
{
	margin-top: 20px;
}

table tr td
{
	padding: 20px;
}





.footer {
	border-top: 1px solid #ddd;
	margin-top: 10px;
	padding: 30px 0;
}

.footer-inner{
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 5%;
	display: flex;
	justify-content: space-between;
}

.footer a{
	color: #666;
}

