.header {
background-color: #E9E9E9;

height: 20%;


background-repeat: no-repeat;

background-position-x: center;

background-size: contain;
}


		/* Table Header */
		.om_table{
		   width: 93%;
    padding-right: 7%;
		}
		.om_table thead th {
	background-image: linear-gradient(to left, red, green);
			color: #FFFFFF;
			
			text-transform: uppercase;
			text-align: center;
			    text-shadow: black 0px 0px 10px;
    padding: 16px;
		}


	/* Table Body */
		.om_table tbody td {
			color: #353535;padding: 10px;
		}
		.om_table tbody td:first-child,
		.om_table tbody td:nth-child(4),
		.om_table tbody td:last-child {
			text-align: center;
		}

		.om_table tbody tr:nth-child(odd) td {
			background-color: #f4fbff;
			     vertical-align: text-top;
			     border-radius: 20px;
		}
		.om_table tbody tr:hover td {
			background-color: #ffffa2;
			border-color: #ffff0f;
		}

		/* Table Footer */
		.om_table tfoot th {
			background-color: #e5f5ff;
			text-align: right;
		}
		.om_table tfoot th:first-child {
			text-align: left;
		}
		.om_table tbody td:empty
		{
			background-color: #ffcccc;
		}
