.inline-html-1{
	font-family: 'Source Sans Pro', sans-serif;
	margin:0;
	padding:15px;
}

.inline-html-1 h2{
	font-family: 'Source Sans Pro', sans-serif;
	margin:0 0 15px 0;
	font-size:28px;
	line-height:30px;
	text-align:left;
}

.inline-html-1 h2.title {
	font-family: 'Source Sans Pro', sans-serif;
	margin:0 0 15px 0;
	font-size:28px;
	line-height:30px;
	text-align:left;
}

.inline-html-1 table{
	width:100%;
	margin:0 0 20px 0;
	empty-cells:hide;
}

.inline-html-1 table tr{
	border:1px #999 solid;
	padding:5px 15px 5px 15px;
}

.inline-html-1 table th{
	color:#FFFFFF;
	text-align:left;
	border:1px #999 solid;
	padding:10px 15px 10px 15px;
	font-size:18px;
	background: #666666; /* Old browsers */
background: -moz-linear-gradient(top,  #666666 0%, #2d2d2d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#2d2d2d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #666666 0%,#2d2d2d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #666666 0%,#2d2d2d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #666666 0%,#2d2d2d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #666666 0%,#2d2d2d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#2d2d2d',GradientType=0 ); /* IE6-9 */
	empty-cells:hide;
}

.inline-html-1 table td{
	border:1px #999 solid;
	font-size:16px;
	line-height: 25px;
	padding:5px 15px 5px 15px;
	text-align:left;
}

.inline-html-1 table td a{
	display: block;
	width: 100%;
	text-decoration:none;
	color:#000000;
}

.inline-html-1 table td a:hover{
	color:#CC0001;
	text-decoration: underline;
}

.inline-html-1 table tr td:first-child {
	width:30%;
}

.inline-html-1 table tr td:second-child {
	width:70%;
}

.inline-html-1 table tr:nth-of-type(even){
	background-color:#E8E8E8;
}