@charset "UTF-8";

.secWrapper
{
	padding: 0rem 0rem;
}

.title
{
	padding: 4rem 4rem 2rem;
}

/**********************************************************************/
/******************************* CONTENTS ****************************/
/**********************************************************************/

.secWrapper .htmlWrapper
{
	width: 100%;
	padding: 4rem 4rem 2rem;
	position: relative;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	
	-webkit-justify-content: center;
	justify-content: center;
}

.htmlWrapper > table
{
	
	width: 100%;
}

.htmlWrapper > table table
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 100%;
	max-width: 800px;
	font-size: 12px;
}

.htmlWrapper table h2
{
	font-size: 1rem;
	color: #ffffff;
	font-weight: bold;
	background-color: #004DA0;
	padding: .5em 1em;;
	margin-top: 1em;
	margin-bottom: 1em;
}

.htmlWrapper table hr
{
	position:relative;
	display: block;
	width: 100%;
	border-width:0;
	border-top: 1px solid rgb(200, 200, 200);
	margin: 2em 0;
}

.htmlWrapper table font
{
	font-size: .9rem;
}

.htmlWrapper table img
{
	position: relative;
	display: inline-block;
/*	width: 100%;*/
	max-width:100%;
	height: auto;
}

/*//////////////////////////////////////////////////////////////////////////////////
///////////////////////////////// MEDIA SCREEN /////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width: 650px)
{

	.title, .secWrapper .htmlWrapper
	{
		padding:4rem 2rem 2rem;
	}
}