/*** LEFT OPTIONS ***/
fieldset.left
	{
	margin-top:2em;
	}
fieldset.left div.control-group
	{
	margin-top:2em;
	margin-bottom:10px;
	}
fieldset.left label.control-label
	{
	font-size:1em;
	margin:0 0 .5em 0;
	padding:0;
	}
/*** RIGHT OPTIONS ***/
fieldset.right div.control-group,
fieldset.right div.control-group2
	{
	border-top:5px solid #008265;
	width:100%;
	clear:both;
	overflow: hidden;
	padding-bottom:10px;
	}
fieldset input[type="text"],
fieldset textarea
	{
	width:70%;
	padding:15px;
	box-sizing:border-box;
	}
fieldset input[type="checkbox"]
	{
	width:20px;
	padding:15px;
	box-sizing:border-box;
	}
fieldset.right label.control-label
	{
	display:inline-block;
	margin:0;
	padding:0;
	font-size:15px;
	line-height:30px;
	background:#4e5458;
	color:white;
	width:68%;
	padding-left:2%;
	float:left;
	}
fieldset.right div.controls
	{
	width:30%;
	float:left;
	}
fieldset.right div.controls	select
	{
	cursor:pointer;
	width:100%;
	padding:2.5% 3%;
	}
fieldset input[type="submit"]
	{
	font-size:15px;
	vertical-align:top!important;
	line-height:30px;
	border:solid 1px #999;
	width:310px!important;
	margin:25px 0;
	background:#3177B9;
	cursor:pointer;
	color:white;
	}
.approval-process
	{
	border-top:1px solid #e9e9e9;
	margin-top:20px;
	padding-top:20px;
	clear:both;
	display: block;
	width:100%;
	}
/* tier 1 */
tr th.tier_1.price_1 { background:#024f85!important; }
tr td.tier_1.price_2 { background:#92bfe7; }
/* tier 2 */
tr th.tier_2.price_1 { background:#D42172; }
tr td.tier_2.price_2 { background:#e8a5c2; }
/* tier 3 */
tr th.tier_3.price_1 { background:#f49229; }
tr td.tier_3.price_2 { background:#f5eb94; }
/* tier 4 */
tr th.tier_4.price_1 { background:#502778; }
tr td.tier_4.price_2 { background:#c4aad6; }
/* tier 4 */
tr th.tier_5.price_1 { background:#2995a1; }
tr td.tier_5.price_2 { background:#d7efef; }
tr th
	{
	font-size:.875em;
	font-weight:400;
	color:#ffffff;
	text-align:center;
	}
tr th.tier.none
	{
	color:#333;
	}
tr td.tier
	{
	text-align:center;
	width:100%;
	height:100%;
	padding:15px 0;
	margin:0;
	}
tr td.tier input[type="radio"]
	{
	text-align:center;
	width:16px;
	height:16px;
	margin:0;
	}
tr td.details
	{
	font-size:1em;
	color:#333;
	}
.col-10 {
	width: 71.5%!important;
	padding-right: 1.5%!important;
}
small
	{
	font-size:75%;
	}
.greyed
	{
	color:#666;
	}
.pricing
	{
	font-size:16px;
	color:#666;
	}
th a
	{
	color:white;
	}
th a:hover
	{
	color:white;
	text-decoration:underline;
	}
.th-width
	{
	width: 300px;
	}	
@media only screen and (max-device-width: 7.001in)
{
table
	{
	width: 100%!important;
	zoom:.7!important;
	overflow:scroll!important;
	}
.th-width
	{
	width: 100px;
	}
}