/* Cascade Style Sheet
	[Div]
	[Info]
*/


@font-face
{
	font-family:'RobotoCondensed_Regular';
	src:url('../../Fonts/RobotoCondensed/RobotoCondensed-Regular.ttf');
}


/* [Div].Start */

.MainMiddleDiv
{
	align-items:center;
	bottom:0px;
	display:flex;
	justify-content:center;
	left:0px;
	position:absolute;
	top:0px;
	right:0px;
}

.InfoDiv
{
	background-color:#FFFFFF;
	border-style:solid;
	border-width:2px;
	border-color:#333333;
	display:flex;
	flex-wrap:wrap;
	height:400px;
	overflow:hidden;
	width:500px;
}

/* [Div].End */


/* [Info].Start */

.InfoHeader
{
	background-color:#006760;
	color:#FFFFFF;
	font-family:'Roboto_Regular';
	font-size:26px;
	font-weight:bold;
	height:50px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:15px;
	text-align:center;
	width:100%;
}

.InfoImage
{
	background-color:#F2F2F2;
	color:#FFFFFF;
	height:230px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:40px;
	top:0px;
	text-align:center;
	width:100%;
}

.InfoText
{
	background-color:#3490DC;
	color:#FFFFFF;
	font-family:Arial;
	font-size:18px;
	height:50px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:25px;
	text-align:center;
	width:100%;
}

/* [Info].End */