body {
	background: url("../../../2018/_images/PJS_6913.jpg") no-repeat center center fixed;
   	background-repeat: no-repeat; 
    background-position: center center;
    background-attachment: fixed; 
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	Background-size: cover;
font-family: "SourceSansPro", Helvetica, Arial, sans-serif;
	height:100%;
    width:100%; 
/*    background-color: #03244d;*/

}
p{padding-bottom:10px;}

h1{
	font-size: 3em;
	text-align: center;
		
}
h2{
	font-size: 1.4em;
}
ul { overflow: hidden; }

.glance-table tr:first-child { background-color: transparent; } 
.glance-table tr:nth-child(2n+3) { background-color: #DCE9FF; } 
.glance-table tr:nth-child(2n+0) { background-color: #C9C9C9; }

.glance-table{
	width: 100%;	
}

table, th, td {
	padding: 15px;
	border: 2px solid #03244d;
	font-size: 1.06em;
}

th {
	text-align: center;
	font-size: 1.4em;
	
}
.dropdown-carousel {
	margin-right: 15px;
	float: left;
	max-width: 30% !important; 
}
 .lastUpdated {
	 /*background-color:rgba(255,255,255,.9); */
	 border-radius: 5px; 
	 text-align: left;
}

