﻿.res-box
{
	padding:20px;
}
.res-box .res-lbl
{
	font-size:16px;
	text-align:center;
	padding:10px;
}
.res-box .graph-lbl
{
	text-align:center;
	padding:10px;
}
.res-titles
{
	margin-right:auto;
	margin-left:47px;
	font:normal 12px Arial;
    color:#000;
    direction:ltr;
}
.res-titles td
{
    text-align:center;
    padding:0;
    width:80px;
    white-space:normal;
}
.res-item
{
	margin-bottom:15px;
	font-size:14px;
}
.res-item h4
{
	font-weight:bold;
	font-size:14px;
	text-align:right;
	margin:0;
	padding:0;
}
.res-item a
{
	color:#2f4b81;
	text-decoration:underline;
}
.err-msg
{
	text-align:center;
	padding:30px;
	color:red;
	font-size:16px;
}
.success-msg
{
	text-align:center;
	padding:30px;
	color:#2f4b81;
	font-size:16px;
}
.graph-img
{
}
.img-box
{
	width:548px;
	margin:0 auto;
}
.img-box .graph-img
{
	width:100%;
}
.terms
{
	height:30px;
}
.terms p
{
	padding:0 30px 40px 0;
	font-size:16px;
	float:right;
	font-weight:bold;
}
.terms .err
{
	color:red;
	display:none;
	font-weight:normal;
}


@media only screen and ( max-width: 600px )
{
	.img-box
	{
		width:300px;
	}
	.res-titles td
	{
		width:45px;
	}
	.res-titles
	{
		margin-left:20px;
	}
	.section-body
	{
		width:90%;
		margin:0 auto;
		font-size:12px;
	}
}