html
{
	overflow-y: auto !important;
	background: #fff !important;
}

body
{
	min-width: 0 !important;
	margin: 15px;
	background: #fff !important;
}

h1
{
	clear: both;
	margin-bottom: 15px;
}

h4
{
	margin-bottom: 12px;
	font-size: 100%;
	font-weight: bold;
	color: #406090;
}

a
{
	text-decoration: underline;
}

div#ispindiv
{
	cursor: col-resize;
}

img.modal_logo
{
	width: 100%;
	max-width: 320px;
	margin-bottom: 20px;
}

img.head
{
	max-width: 100%;
	height: auto;
}

ul.head
{
	margin: 30px 0 30px 1.4em;
	padding: 0;
	color: #406090;
	font-size: 120%;
	list-style-type: square;
}

div.text_column
{
	width: auto;
}

div.text_column img.head
{
	padding: 0 0 10px 30px;
}

div.text_column div.text_column_content
{
	clear: both;
}

div.text_column img.head_left
{
	padding: 0 30px 10px 0;
}

div.text_column_content
{
	padding: 0;
}

div.form input, textarea
{
	width: 100%;
}

ol.terms a
{
	word-break: break-all;
}

@media only screen and (min-width: 568px)
{
	h1
	{
		clear: none;
	}
}