/* Kiley Style */
/*#B6E3F8; /*columbia light blue*/
/*#154E95 /*columbia navy*/
/*#003b89 /*new columbia navy*/

/* Header */


body {
	font-family: Helvetica Neue;
	background: #aedcea;
	background: white;
	margin: 0;
	padding: 46px 10px;
	text-align: left;
}

/* table text */
a:link,
a:visited {
	text-decoration: none;
	font-size: 25px;
	color: #003b89;
	/*#174D95; /* #005397; */
	font-weight: bold;
	padding: 10px 10px;
	padding-bottom: 10px;
}

/* mouse hover */
a:hover {
	text-decoration: none;
	font-size: 30px;
	font-weight: bold;
	color: #005397;
	/*ffcf9f*/
	color: #aedcea;
}

.tg {
	border-collapse: collapse;
	border-spacing: 0;
}


/* For table, headers*/
.tg th {
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: white;
	background: #003b89;
	/*#174D95; /*columbia navy*/
	padding: 6px 12px;
	/*border-style:solid;*/
	border-width: 1px;
	overflow: hidden;
	word-break: normal;
	text-align: left;
}

.tg tr:nth-child(even) {
	background: #ffff;
	/*#a6a6a6;*/
}

.tg tr:nth-child(odd) {
	background: #ffff;
	/*#cccccc;*/
}

/* For table, first column ?????????*/
.tg td {
	font-family: Helvetica Neue, sans-serif;
	font-size: 24px;
	padding: 2px 5px;
	/*border-style:solid;*/
	border-width: 1px;
	overflow: hidden;
	word-break: normal;
	text-align: left;
}

/* For table, second column*/
.tg .tg-d {
	font-family: Calibri, sans-serif;
	font-size: 14px;
	padding: 2px 2px;
	/*border-style:solid;*/
	border-width: 1px;
	overflow: hidden;
	word-break: normal;
	text-align: left;
}

img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

table img {
	width: 300px;
	height: auto;
}

/*
img:hover{
    width: 100%;
}*/
/*top band*/
#ulNav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #003b89;
	/*#174D95; /*columbia navy*/
}

/*button left */
#liNav {
	float: left;
	border-left: 8px solid #003b89;
	/*#174D95;*/
	border-top: 8px solid #003b89;
	/*#174D95;*/
	color: white;
	background-color: white;

}

/*image right*/
#liNavR {
	display: block;
	float: left; /* put logo on the left */
	position: relative;
	z-index: 2;
	margin: 0 0 0 220px; /* push right so it won't overlap top-left "Index" / "Run Summary" */
	padding-right: 8px;
	width: 380px;
	height: 49px;
	max-width: 35%;
}

/* adjust offset/size on smaller viewports to avoid overlap */
@media (max-width: 800px) {
	#liNavR {
		margin-left: 120px;
		width: 200px;
		max-width: 45%;
	}
}

li a,
.dropbtn {
	display: block;
	color: red;
	text-align: left;
	padding: 14px 16px;
	text-decoration: none;
}

.dropdown {
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: white;
	/*#005397; #f9f9f9;*/
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-shadow: none;
}

.dropdown-content a:hover {
	background-color: white;
	/*#f1f1f1;*/
	background-color: #faa651;
	color: #174D95;
	/*black;*/
	text-shadow: 1px 1px #aedcea;
}

.dropdown:hover .dropdown-content {
	display: block;
}

#fix {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
