﻿html, body {width: 100%;min-height: 100%;}

html {position: relative;}
body { font-size: 100%; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}


.left {
	text-align:left;
}

.right {
	text-align:right;
}

.box
{
	/*width:400px;*/
	
	padding:22px;
	color:#666;
	margin:10px 100px;
	/*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);*/
	border-radius:6px;
	text-align:left;
}

.box p {
	line-height:130%;
	margin-top:10px;
	font-size:95%;
}

.box-wrap img
{
	/*width:70%;*/
	clear:both;
	/*float:left;*/
	margin:auto;
	width:auto;
}

.box-wrap {
	border-top:2px dashed #ccc;
	overflow:hidden;
	text-align:center;
}

.box-wrap:first-child {
	border-top:0px;
}

.box h3 {
	margin-bottom: 18px;
	font-size: 200%;
	border-bottom: 5px solid #0788c4;
	display: inline-block;
	padding-bottom: 10px
}
