
<style type="text/css">
		body {
	font-size: 13px;
	color: rgba(249,242,242,1.00);
	font-family: "segoe-ui", "open-sans", tahoma, arial;
	padding: 0;
	margin: 0;
	background-color:rgba(252,252,252,1.00);
	border-color:#D0CDCD;
		}
		.help-block,form-group{
			background-color: #FCFBFB;	
				color: #7E79F8;
}
		table {
			margin: auto;
			font-family: "Lucida Sans Unicode", "Lucida Grande", "Segoe Ui";
			font-size: 10px;
			color:rgba(249,239,239,1.00);
		}
		label {align-content:flex-start}
		h1 {
			margin: 25px auto 0;
			text-align: center;
			color:  rgba(243,234,234,1.00);
			text-transform: uppercase;
			font-size: 20px;
			font-weight:bolder;
		}
		h3 {
			margin: 25px auto 0;
			text-align:left;
			color: rgba(249,248,248,1.00);
			font-size:.8em;
		}		

		table td {
			transition: all .5s;
		    color: rgba(252,246,246,1.00);
			font-weight:bold;
			font-size: 12px;
		}
		
		/* Table */
		.data-table {
			border-collapse: collapse;
			font-size: 12px;
			min-width: 537px;
		}

		.data-table th, 
		.data-table td {
			alignment-adjust:hanging;    
			padding: 1px 20px;  
		}
		.data-table caption {
			margin: 3px;
		}

		/* Table Header */
		.data-table thead th {
			background-color: #A4C6D9;
			color:  rgba(243,234,234,1.00);
			text-transform: uppercase;
			
		}

		/* Table Body */
		.data-table tbody td {
			color: rgba(3,3,3,1.00);
			font-weight:bold;
			font-size:1rem;
			border-color: #292B2D;
			background-color:#F8F8F8;
		}
		.data-table tbody td:first-child,
		.data-table tbody td:nth-child(4),
		.data-table tbody td:last-child {
			text-align: right;
		}

		.data-table tbody tr:nth-child(odd) td {
			background-color:#FBF7F7;
		}
		.data-table tbody tr:hover td {
			background-color: #DEEDF1;
			border-color: #6689A6;
		}

		/* Table Footer */
		.data-table tfoot th {
			background-color: #70ACB3;
			text-align: right;
		}
		.data-table tfoot th:first-child {
			text-align: left;
		}
		.data-table tbody td:empty
		{
			background-color: #F9F7F7;
			border-color: #508abb;
		}
	body,td,th {
	font-family: segoe-ui, open-sans, tahoma, arial;
	
}

.wrapper {
	max-width: 100%;
	margin-left: auto;
	margin-top: 3px;
	margin-right: auto;
	padding: 20px 20px;
	text-align:left;
  /* The image used */
 

  /* Set a specific height */
 
  
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	color: #121111;
	text-shadow: #F8F4F4;
	border-left-color: #26A2BC;
	border-bottom-color:rgba(133,150,159,1.00);
	
 
}

</style>


