h1.product_header {
	text-align: center;
	padding: 20px;
}

h1.features_header {
	margin-top: 20px;
}

section.new_section {
	padding-top: 50px;
	padding-bottom: 50px;
}

div.doc_link {
	text-align: center;
}

div.report_detail {
	text-align: left !important;
}

article {
    margin-left: 0;
}

td, th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

col.left_cell {
	width: 25%;
}

col.right_cell {
	width:75%;
}

body {
	font-family: 'Source_Sans_Pro','Gotham', Helvetica,Arial,sans-serif;
}

table.doc_table {
	width: 100%;
}

div.doc_header {
	font-weight: bold;
	font-size: 35px;
	width: 100%;
}

div.object_name {
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 10px;
	margin-top: 40px;
}

div.object_name:before {
	display: block;
    content: " ";
    margin-top: -250px;
    height: 250px;
    visibility: hidden;
}
	
div.top {
	padding-bottom: 10px;
}

span.bold {
	font-weight: bold;
}

ul.circle {
	list-style-type: circle;
	padding-left: 20px;
}

ul.disc {
	list-style-type: disc;
	padding-left: 20px;
}

ol.decimal {
	list-style: decimal;
	padding-left: 20px;
}
	
	
	
	
	
	
	