html, body
{
	padding: 0;
	margin: 0;
	height:100%;
	min-height:100%;
}
html
{
	height: 100%;
	min-height:100%;
}

.highlight{color:#507194 !important;}
.bghighlight{background-color:#507194 !important;}

body {
	background-color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	min-height: 100%;
	position: relative;
	-webkit-text-size-adjust: none;
	height:100%;
}
body *
{
	text-shadow: none;
	outline:none;
}
form{width:100%;margin:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.n100w{width:auto;}
.lh28{line-height:28px !important;height:28px;}
.pt9{padding-top:9px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.pb9{padding-bottom:9px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.p20{padding:20px;}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
p
{
	margin: 0 0 10px 0;
}
span{display:inline-block;}
.b{font-weight:bold;}
.i{font-style:italic;}

a, a:link, a:active, a:visited
{
	color: #507194;
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
}
a.button,
span.button
{
	box-sizing: border-box;

	border-radius: 5px;
	text-transform: none;
	text-indent: 0;
	font-weight: bold;
	vertical-align: middle;
	line-height: 20px;
	display: block;
	height: 40px;
	width: 100%;
	padding: 10px;
}
a.button,
span.button{
	background: #4BD963;
	color: #fff !important;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
.st{text-decoration:line-through;}
.mm-divider.button{
	text-indent: 0 !important;
	padding: 20px 20px 40px 20px !important;
}

.help{cursor: help;border-bottom:1px #CCC dotted;display: inline-block;color:cornflowerblue;}

hr{margin:0;padding:0;width:100%;display:inline-block;border-top: 1px solid #F7F7F7;margin-bottom:5px;}
hr.g{margin:0;padding:0;width:100%;display:inline-block;border-top: 1px solid #CCCCCC;margin-bottom:5px;}

pre{
	font-size: 12px;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}