/* Cascade Style Sheet
	[Information]
*/


/* [Information].Start */

.InformationDiv
{
	align-items:center;
	background:rgba(64, 64, 64, 0.5);
	bottom:0px;
	display:flex;
	justify-content:center;
	left:0px;
	position:absolute;
	right:0px;
	top:0px;
	z-index:9001;
}

.Information
{
	background-color:#E6E6E6;
	border-color:#257B64;
	border-radius:5px;
	border-style:solid;
	border-width:2px;
	height:340px;
	padding:0px;
	position:absolute;
	text-align:center;
	vertical-align:middle;
	width:500px;
}

.InformationTable
{
	border-collapse:collapse;
	border-style:none;
	border-width:0px;
	height:100%;
	padding:0px;
	margin:0px;
	width:100%;
}

.InformationCenter
{
	text-align:center;
	vertical-align:middle;
}

.InformationText
{
	background-color:#E6E6E6;
	color:#000000;
	font-family:'Roboto_Regular',Arial;
	font-size:16px;
	padding:0px;
	margin:0px;
}

/* [Information].End */