* {
	margin: 0;
	padding: 0;
}

/* -------- General -------- */
	body {
		font-family: Arial, Tahoma, Helvetica, sans-serif;
		font-size: 14px;
		color: #32393d;
	}
	p {
		line-height: 1.4em;
		margin: 0 0 15px 0;
	}
	a {
		color: #12054C;
		text-decoration: underline;
	}
		a:hover {
		color: #8D84D1;
	}
	h1 {
		font-size: 1.7em;
		color: #12054C;
		margin: 5px 0 10px 0;
		font-weight: normal;
	}
	h2 {
		font-size: 18px;
		color: #12054C;
		margin: 5px 0 10px 0;
		font-weight: bold;
	}
	h3 {
		font-size: 1.1em;
		color: #1e292b;
		margin: 5px 0 10px 0;
	}
	h4 {
		font-size: 0.9em;
		color: #fe4819;
		margin: 5px 0 10px 0;
	}
	h5 {
		font-size: 0.9em;
		color: #1e292b;
		margin: 5px 0 10px 0;
	}
	img, img a {
		border: 0;
	}
	ul, ol {
		margin: 10px 0 10px 25px;
		padding: 0;
	}
	li {
		margin: 4px 0 4px 0;
		line-height: 1.4em;
	}
	ul li {
		list-style-type: none;
	}
	blockquote {
		margin-left: 28px;
	}
	hr {
		border: 0;
		border-top: 3px solid #DCEAF6;
		height: 3px;
		margin: 0 0 10px 0;
	}

/* Inputs on Forms */

	input[type=text] {
		padding: 5px 10px;
		box-sizing: border-box;
		border-radius: 4px;
	}

	input[type=password] {
		padding: 5px 10px;
		box-sizing: border-box;
		border-radius: 4px;
	}

	input[type=radio] {
		padding: 5px 10px;
	}

	select {
		padding: 5px 10px;
		border-radius: 4px;
	}

	textarea {
		height: 150px;
		padding: 5px 10px;
		box-sizing: border-box;
		border: 2px solid #ccc;
		border-radius: 4px;
	}
/* -------- Outer Content Wrapper (Surrounds header & content) -------- */
	#Outer {
	clear: both;
	}

	#Wrapper {
	clear: both;
	float: left;
	display: inline;
	}

	#ContainerBottom {
		clear: both;
		position: relative;
		width: 100%;
	}


/* -------- Footer -------- */
	#Footer {
		margin: 0 auto;
		border-top: solid 1px #cccccc;
		max-width: 870px;
		padding: 15px 0 20px 0;
	}
	#Footer p{
		font-size: 0.85em;
		color: #666666;
		line-height: 1.8em;
	}
	#Footer .Small {
		font-size: 0.85em;
	}
	#Footer a, #Footer a:link, #Footer a:active, #Footer a:visited {
		color: #666666;
		text-decoration: none;
		margin: 0;
	}
	#Footer a:hover {
		color: #12054C;
		text-decoration: underline;
	}
/*------ End Footer -------*/

	#Wrapper {
		width: 100%;
		max-width: 870px;
	}

	.btn-group .button {
		background-color: #12054C; /* Blue */
		border: none;
		color: white;
			margin: 0 15px 15px 0;

		padding: 10px 16px;
		text-align: center;
		text-decoration: none;
		/*display: inline-block;*/
		font-size: 14px;
		cursor: pointer;
		/*float: left;*/
		border-radius: 5px;
	}
	
	.btn-group a{
		width: 20%;
	}

	.btn-group-lrg .button-lrg {
		background-color: #12054C; /* Blue */
		border: none;
		color: white;
		padding: 10px 16px;
		margin: 15px 0;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 24px;
		cursor: pointer;
		/*float: left;*/
		border-radius: 5px;
	}

	.btn-group .button:hover {
		background-color: #8D84D1;
	}

@media only screen and (max-width: 481px){
	
	#img_tag img {
		width: 80%;
		height: auto;
	}

	/* Header */
	#Header {
	width: 100%;
	height: 40px;
	}

	/* -------- Page Containers -------- */
	#Container {
	position: relative;
	margin: 0 auto;
	width: 95%;
	}
	#Logo {
		position: fixed;
		text-align: center;
		display: table;
		width: 50%;
		height: 50px;
		margin: 5px 20%;
		z-index: 5;
		/*display: inline;*/
	}	
	.Logo{
		color: #fff; 
		font-size: 1.4em; 
		font-weight:Bold;
	}
	.Logoext{
		color:#fff;
		font-size: 1.2em; 
		font-weight:Bold;	
	}
/* -------- Main Content Area -------- */
	.Content {
	float: left;
	min-height: 500px;
	width: 90%;
	padding: 0 0 20px 0;
	}
	.Content.Wide {
		margin: 0;
		width: 95%;
		padding: 0 0 20px 0;
	}
	.Content .Block {
		clear: both;
		margin-bottom: 10px;
	}
	.Content.Home {
		margin: 0;
		width: 95%;
		padding: 0 0 0 0;
	}
	.BannerRound {
		display:none;
	}

	.emaillist{
		display: none;
	}
/*----------Search Categories------------------*/
	#Categories{
		font-size: 1.4em;
	}
	#col1 {
		margin: 30px auto;
		width: 80%;
		height: auto;
	}
	
	#col2{
		margin: 30px auto;
		width: 80%; 
		min-height: auto;
	}
	
	#col3{ 
		margin: 30px auto;
		width: 80%; 
		min-height: auto;
	}
/* -------- Main Menu for Round design -------- */

	#Menu {
		position: fixed;
		/*clear: both;
		float: left;*/
		width: 100%;
		background-color: #12054C;
		height: 30px;
		/*display: inline;*/
		/*position: fixed;*/
		z-index: 3;
		font-weight: bold;
		top: 0;
		left: 0;
		
	}
	#Menu ul { 
		margin: 0;
		padding: 0;
		width: 50%;
		list-style: none;
		overflow: hidden;
		background-color: #12054C;
	}

	#Menu .menu{
		clear: both;
	  	max-height: 0;
	  	transition: max-height .2s ease-out;
	}
	#Menu li a:hover { 
		text-decoration: underline;
	}
	#Menu li a{
		color: #fff;
		display: block;
 		padding: 5px 5px;
  		border-right: 1px solid #f4f4f4;
  		text-decoration: none;
	}
	* html #Menu li a {
		float: left;
	}
	#Menu .menu-icon {
  		cursor: pointer;
  		display: inline-block;
  		float: left;
  		padding: 15px 10px;
  		position: relative;
		color: #ffffff;
  		user-select: none;
	}
 
	#Menu .menu-icon .navicon {
  		background: #fff;
  		display: block;
  		height: 2px;
  		position: relative;
  		transition: background .2s ease-out;
  		width: 18px;
	}
 
	#Menu .menu-icon .navicon:before,
	#Menu .menu-icon .navicon:after {
  		background: #fff;
  		content: '';
  		display: block;
  		height: 100%;
  		position: absolute;
  		transition: all .2s ease-out;
  		width: 100%;
	}
 
	#Menu .menu-icon .navicon:before {
  		top: 5px;
	}
 
	#Menu .menu-icon .navicon:after {
  		top: -5px;
	}
	#Menu .menu-btn {
  		display: none;
	}
 
	#Menu .menu-btn:checked ~ .menu {
  		max-height: 440px;
	}
 
	#Menu .menu-btn:checked ~ .menu-icon .navicon {
  		background: transparent;
	}
 
	#Menu .menu-btn:checked ~ .menu-icon .navicon:before {
  		transform: rotate(-45deg);
	}
 
	#Menu .menu-btn:checked ~ .menu-icon .navicon:after {
  		transform: rotate(45deg);
	}
 
	#Menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
	#Menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  		top: 0;
	}
/* -------- Top Right Menu-------- */

	#TopRight {
		display:none;
	}

/*------------E-mail Signup--------------------*/

	.mainTitle{
		font-size:22px;
		line-height: 36px; 
		margin-bottom:0px; 
		color: #12054C; 
		font-weight: bold;
	}
	#title{
		float:left; 
		width: 100%;
		text-align: center;
	}
	#social{
		clear: both;
		width: 40%;
		margin: 0 auto;
	}

	#img_tag img{
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
		width: 80%;
		height: auto;
	}

	#Other{
		/*float:right;*/
		margin:20px 0; 
		border: 1px solid #12054C; 
		width: 95%; 
		padding: 10px;
	}
	
	#ContactForm{
		line-height:30px;
	}
	textarea{
		width: 98%;
  		min-height: 50px;
  		font-family: Arial, sans-serif;
  		font-size: 13px;
  		color: #444;
  		padding: 5px;
	}
	#SearchDiv{
		width:100%; 
		clear: both; 
		margin-left: 5px;
	}
	#Footer{
		width: 98%;
	}
}
@media only screen and (min-width: 480px) and (max-width:780px){
	
	/* Header */
	#Header {
		width: 100%;
		height: 40px;
	}

	/* -------- Page Containers -------- */
	#Container{
		position: relative;
		margin: 0 auto;
		width: 98%;
	}
	#Logo {
		float: left;
		width: 50%;
		height: 50px;
		margin: 15px 0 0 10px;
		display: inline;
	}	
	.Logo{
		color: #12054C; 
		font-size: 1.9em; 
		font-weight:Bold;
	}
	.Logoext{
		color:#9E9C9C;
		font-size: 1.7em; 
		font-weight:Bold;	
	}
/* -------- Main Content Area -------- */
	.Content {
	float: left;
	min-height: 500px;
	width: 90%;
	padding: 0 0 20px 0;
	}
	.Content.Wide {
	margin: 0;
	width: 95%;
	padding: 0 0 20px 0;
	}
	.Content .Block {
		clear: both;
		margin-bottom: 10px;
	}
	.Content.Home {
	margin: 0;
	width: 95%;
	padding: 0 0 0 0;
	}
	.BannerRound{
		position: relative;
		text-align: left;
		width: 95%;
		height: 150px;
		background: url(../images/bg-banner-round.jpg) no-repeat;
		margin: 10px 0 30px 0;
		font-size: 1.7em;
		color: #007ec0;
		z-index: 0;
	}

/* -------- Main Menu for Round design -------- */

	#Menu {
		position: relative;
		clear: both;
		/*float: left;*/
		width: auto;
		background-color: #12054C;
		height: 30px;
		/*display: inline;*/
		/*position: fixed;*/
		z-index: 3;
		font-weight: bold;
		outline: none;
		
	}
	#Menu ul { 
		margin: 0;
		padding: 0;
		width: 50%;
		list-style: none;
		overflow: hidden;
		background-color: #12054C;
	}

	#Menu .menu{
		clear: both;
	  	max-height: 0;
	  	transition: max-height .2s ease-out;
	}
	#Menu li a:hover { 
		text-decoration: underline;
	}
	#Menu li a{
		color: #fff;
		display: block;
 		padding: 5px 5px;
  		border-right: 1px solid #f4f4f4;
  		text-decoration: none;
	}
	* html #Menu li a {
		float: left;
	}
	#Menu .menu-icon {
  		cursor: pointer;
  		display: inline-block;
  		float: left;
  		padding: 15px 10px;
  		position: relative;
		color: #ffffff;
  		user-select: none;
	}
 
	#Menu .menu-icon .navicon {
  		background: #fff;
  		display: block;
  		height: 2px;
  		position: relative;
  		transition: background .2s ease-out;
  		width: 18px;
	}
 
	#Menu .menu-icon .navicon:before,
	#Menu .menu-icon .navicon:after {
  		background: #fff;
  		content: '';
  		display: block;
  		height: 100%;
  		position: absolute;
  		transition: all .2s ease-out;
  		width: 100%;
	}
 
	#Menu .menu-icon .navicon:before {
  		top: 5px;
	}
 
	#Menu .menu-icon .navicon:after {
  		top: -5px;
	}
	#Menu .menu-btn {
  		display: none;
	}
 
	#Menu .menu-btn:checked ~ .menu {
  		max-height: 440px;
	}
 
	#Menu .menu-btn:checked ~ .menu-icon .navicon {
  		background: transparent;
	}
 
	#Menu .menu-btn:checked ~ .menu-icon .navicon:before {
  		transform: rotate(-45deg);
	}
 
	#Menu .menu-btn:checked ~ .menu-icon .navicon:after {
  		transform: rotate(45deg);
	}
 
	#Menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
	#Menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  		top: 0;
	}
/* -------- Top Right Menu-------- */

	#TopRight {
		display:none;
	}

/*------------E-mail Signup--------------------*/

	.mainTitle{
		font-size:1.5em; 
		line-height: 36px; 
		margin-bottom:0px; 
		color: #12054C; 
		font-weight: bold;
	}
	#title{
		float:left; 
		width: 65%;
	}
	#social{
		float: right;
		width: 34.5%;
		margin:10px 0 0 0;
	}

	#img_tag{
		float:left; 
		margin: 0 15px 15px 0;
		width: 80%;
		height: auto;
	}
	/*---Home Page---*/
	.HomeBanner {
		position: relative;
		width: auto;
		background: url(../images/banner-home.jpg) no-repeat;
		background-size: contain;
		height: 0;
		padding-top: 28.75%;
		overflow: auto;
		margin-top: 0;
		font-size: 24px;
		color: #007ec0;
		z-index: 0;
	}
	.HomeColumns770 {
		float: left;
		width: 100%;
		padding: 0 0 20px 0;
	}
	#Footer{
		width: 98%;
	}
	#Other{
		/*float:right;*/
		margin:20px auto; 
		border: 1px solid #12054C; 
		width: 98%; 
		padding: 10px;
	}

}
@media only screen and (min-width: 780px){

/* Header */
	#Header {
		width: 100%;
		max-width: 870px;
		height: 90px;
	}

	/* Logo */
	#Logo {
	float: left;
	width: 42%;
	height: 50px;
	margin: 30px 0 0 20px;
	display: inline;
	}

/* -------- Page Containers -------- */
	#Container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 870px;
	}

	#image {
		disply: block;
	}

/* -------- Main Content Area -------- */
	.Content {
	float: left;
	min-height: 500px;
	width: 62%;
	padding: 0 0 20px 0;
	}

	.Logo{
		color: #12054C; 
		font-size: 32px; 
		font-weight:Bold;
	}
	.Logoext{
		color:#9E9C9C;
		font-size: 28px; 
		font-weight:Bold;	
	}
	.Content.Wide {
	margin: 0;
	width: 538px;
	padding: 0 0 20px 0;
	}
	.Content .Block {
	clear: both;
	margin-bottom: 10px;
	}
	.Content .BlockContent {
	}
	.Content.Home {
	margin: 0;
	width: 870px;
	padding: 0 0 0 0;
	}

	.BannerRound {
	position: relative;
	text-align: left;
	width: 100%;
	height: 150px;
	background: url(../images/bg-banner-round.jpg) no-repeat;
	margin: 10px 0 30px 0;
	font-size: 1.7em;
	color: #007ec0;
	z-index: 0;
	}
	
/* -------- Main Menu for Round design -------- */

	#Menu {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	background-color: #12054C;
	height: 31px;
	display: inline;
	z-index: 10;
	font-weight: bold;
	}
	#Menu ul { 
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	}
	#Menu li { 
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
		margin-left: 10px;
	}

	#Menu a { 
	display: block;
	height: 24px;
	color: #fff;
	font-size: 11px;
	/*font-weight: bold;*/
	text-decoration: none;
	padding: 6px 13px 0 13px;
	}

	#Menu li a:hover { 
	text-decoration: underline;
	}

	.menu-btn{
		display: none;
	}

/* -------- IE 6 MENU FIX -------- */

* html #Menu li a {
float: left;
}

/*------------E-mail Signup--------------------*/

.emailsign{
	background-color:#F8FB9F; 
	margin: 8px; 
	text-align:center; 
	font-weight:bold;
}

/* -------- Top Right Menu-------- */

#TopRight {
float: right;
width: 45%;
margin-top: 10px;
overflow: hidden;
}

#TopRightPhone {
float: right;
font-size: 1em;
padding: 0 0 0 0;
display: inline;
}

#TopRightLinks {
float: right;
font-size: 11px;
padding: 0 0 0 0;
display: inline;
}
.price {
	font-size: 1em;
	padding: 0px;
	float: right;
	display: inline;
}

/* -------- Top Right Menu-------- */

#TopRightMenu {
margin: 30px 0 0 50px;
}


/* -------- Left & Right Content Area -------- */

	.mainTitle{
		font-size:24px; 
		line-height: 36px; 
		margin-bottom:0px; 
		color: #12054C; 
		font-weight: bold;
	}
	
	#title{
		float:left; 
		width: 46%;
	}
	#social{
		float:left; 
		margin:10px 0 0 60px;
	}
	.Left {
	float: left;
	width: 190px;
	padding: 0px 0 20px 0;
	margin: 0 20px 0 0;
	}
	.Right {
	float: right;
	width: 190px;
	padding: 20px 0 20px 0;
	}
	.Left .Block, .Right .Block {
	}
	.Left .BlockContent, .Right .BlockContent {
	padding: 0 20px 0 20px;
	}
	.SideBox {
	list-style: none;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	}
	.SideBoxTop {
	margin: 10px 0 10px 0;
	padding: 0;
	height: 5px;
	font-size: 0;
	}
	.SideBox form {
	margin: 0;
	}
	.SideBox input {
	width: 140px;
	margin: 0;
	}
	.Left ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 -20px;
	}
	.Left li {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	.Left li a {
	display: block;
	width: 150px;
	color: #1e292b;
	font-size: 1em;
	text-decoration: none;
	border-bottom: solid 1px #dddddd;
	padding: 2px 0 2px 0;
	margin: 0 0 0 20px;
	}
	.Left li a:hover {
	color: #2c84c4;
	background-position: -150px 100%;
	}
	.Left li.Selected {
	background: url(../images/arrow-blue.gif) 10px 9px no-repeat;
	}
	.Left li.Selected a {
	background-position: -150px 100%;
	}

	.Left li.GroupTitle {
	width: 160px;
	font-weight: bold;
	background: #E1E1E1;
	padding: 5px 0px 5px 10px;
	margin: 5px 0px 5px 0px;
	}
	.Left li.GroupTitle a {
	width: auto;
	margin: 0;
	padding: 0;
	background: transparent;
	}

/* -------- Tables -------- */
	table.General {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 10px 0;
	}
	table.General th {
	font-size: 0.9em;
	text-align: left;
	vertical-align: top;
	padding: 6px 10px 6px 10px;
	border-bottom: 1px dotted #c4c4c4;
	}
	table.General td {
	padding: 6px 10px 6px 10px;
	vertical-align: top;
	}

/* -------- Miscellaneous Styles -------- */
	.FloatRight {
	float: right;
	}
	.FloatLeft {
	float: left;
	}
	.ClearRight {
	clear: right;
	}
	.ClearLeft {
	clear: left;
	}
	.Clear {
	clear: both;
	}
	.Small {
	font-size: 0.75em;
	}
	.ImgFloatLeft {
		float: left;
		padding: 0 20px 10px 0;
	}
	.ImgFloatRight {
		float: right;
		padding: 0 0 10px 20px;
	}
	img.ScreenGrab {
		border: 1px solid #dbdcdc;
		margin-bottom: 5px;
	}

	.PullQuote {
	font-size: 1.4em;
	float: right;
	width: 200px;
	padding: 10px 0 10px 10px;
	margin: 0 0 20px 10px;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	}

/* -------- Home Page -------- */

	.HomeBanner {
	position: relative;
	width: auto;
	background: url(../images/banner-home.jpg) no-repeat;
	height: 250px;
	margin-top: 0;
	font-size: 24px;;
	color: #007ec0;
	z-index: 0;
	}


	.HomeSubtext {
	font-size: 14px;
	text-align: left;
	line-height:1.6;
	width: 350px;
	float:right;
	margin-right:30px;
	color: #ffffff;
	z-index: 0;
	}

	.HomeColumns {
	float: left;
	width: 980px;
	padding: 0 0 20px 0;
	}
	.HomeColumns770 {
	float: left;
	width: 870px;
	padding: 0 0 20px 0;
	}

	.HomeItem {
	float: left;
	width: 237px;
	margin: 5px 0 0 30px;
	min-height: 140px;
	overflow: hidden;
	margin-top: 5px;
	background: url(../images/HomeItemBgBottomHlt.gif) bottom left no-repeat;
	padding: 0;
	}
	.HomeItemFirst {
	float: left;
	width: 237px;
	min-height: 140px;
	margin: 5px 0 0 0;
	overflow: hidden;
	background: url(../images/HomeItemBgBottomHlt.gif) bottom left no-repeat;
	padding: 0;
	}

	.HomeItem .HomeImage, .HomeImage {
	float:left;
	padding: 10px 0 5px 10px;
	margin: 0;
	width: 85px;
	background: url(../images/HomeItemBgTopHlt.gif) top left no-repeat;
	}
	.HomeItem .HomeDetails, .HomeItemFirst .HomeDetails {
	float: left;
	width: 135px;
	margin: 0;
	padding: 15px 7px 10px 0;
	background: url(../images/HomeItemBgTopHlt.gif) top right no-repeat;
	}
	.HomeItem h2, .HomeItemFirst h2 {
	font-size: 1.2em;
	color: #32393d;
	font-weight: normal;
	margin: 0 0 3px 0;
	padding: 0;
	height: auto;
	}
	.HomeItem p, .HomeItemFirst p, .HomeDetails p {
	font-size: 0.85em;
	margin: 0 0 5px 0;
	}

/* Round Corner Container Boxes */
/*Gray Box*/
	.hdr_box_t_lt {
		background:url(../images/hdr-bdr-t-lt.gif) left top no-repeat; 
		height:18px;
	}
	.hdr_box_t_rt {
		background:url(../images/hdr-bdr-t-rt.gif) right top no-repeat;
		height:18px;
			margin-left:18px;
	}
	.hdr_box_m {
		padding:0 10px;
		border-left:1px solid #CCCCCC;
		border-right:1px solid #CCCCCC;
		text-align:left;
		height: 150px;
	}
	.hdr_box_b_lt {
		background:url(../images/hdr-bdr-b-lt.gif) left top no-repeat; 
		height:18px;
	}
	.hdr_box_b_rt {
		 background:url(../images/hdr-bdr-b-rt.gif) right top no-repeat; 
		height:18px;
		 margin-left:18px;
	}

/*Steps*/
	.step_done {
		color: #006600;
		font-weight:bold;
	}

	.step_active {
		color: #0066FF;
		font-weight: bold;
		font-size: 12px;
	}

	.step_pending {
		color:#CC0000;
	}

	.smallBox {
		width:227px; 
		margin-top: 10px;
		margin-right:25px; 
		float:right;
		border:2px solid;
		border-color: #E7E7E7;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		padding: 5px;
	}

	#top{
		position: relative;
		clear: both;
		float: left;
		width:550px; 
		height:31px; 
		z-index: 10;
	}
	#img_tag{
		float:left; 
		margin: 0 15px 15px 0;
	}
	#img_tag img {
		width: 221px;
		height: auto;
	}

	#Other{
		float:right; 
		margin-bottom:20px; 
		border: 1px solid #12054C; 
		width: 93%; 
		padding: 10px;
	}

	#ContactForm{
		margin-left:150px; 
		line-height:30px;
	}
	textarea{
		width: 500px;
  		min-height: 50px;
  		font-family: Arial, sans-serif;
  		font-size: 13px;
  		color: #444;
  		padding: 5px;
	}

	#Footer{
		width: 99%;
	}
	
	.mainTitle{
		font-size:22px;
		line-height: 36px; 
		margin-bottom:0px; 
		color: #12054C; 
		font-weight: bold;
	}
	#title{
		float:left; 
		width: 100%;
		text-align: left;
	}
}