
/* Styling LTH */

section.main .content ul li .button {
	width: 80%;
	font-size: 14px;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(187,187,187,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(187,187,187,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(187,187,187,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(187,187,187,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(187,187,187,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(187,187,187,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bbbbbb', GradientType=0 );
}

table.fd-table, table.fd-table .fd-header, table.fd-table .fd-group-dir, table.fd-table .fd-altRow, table.fd-table tr, table.fd-table tr td, table.fd-table .fd-xlsx {
	text-align: left;
}

table.fd-table .fd-header {
    background-color: #0051ba;
}

section.content table, section.content td {
	padding: 5px;
	border: 1px solid #ccc !important;
	vertical-align: top;
	
}
section.content th {
	font-weight: bold;
	padding: 5px;
	border: 1px solid #ccc !important;
	vertical-align: top;
	color: #ffffff;
	background-color: #0051ba;
}

}
.newsletter {
	background-color: #0051ba;
	margin-left: auto;
	margin-right: auto;
	height: 10px;
}