h1, h2, h3, h4, h5, h6 {
	  color: blue;
}

.container-header, .container-footer {
  background-color: #808890;
	background-image: none;
}

.container-header .grid-child {
	padding-bottom: 2px;
	padding-top: 2px;
}

h5.newsflash-title { 	margin: 0; }

h5.newsflash-title { font-size: 10pt; font-weight: normal; }
.newsflash-title a { color: black; }

.latestnews a { font-size: 10pt; color: black; padding: 0; }
.latestnews li { padding: 0px; }
.latestnews li a { padding: 0; padding-left: 5px; }

.card, .blog-item { 
	margin-bottom: 0; 
	box-shadow: 6px 6px 6px 3px rgba(0,0,0,0.35);
	-webkit-box-shadow: 6px 6px 6px 3px rgba(0,0,0,0.35);
	-moz-box-shadow: 6px 6px 6px 3px rgba(0,0,0,0.35);
}

.blog-item h2 { 
	font-size: 12pt;
}

tr:nth-child(odd) { background: #f8f8f8; }
tr:nth-child(1) { background: #e0e0e0; font-weight: bold; }
tr:hover { background: #f8f0e0; }

td {
	border: solid 1px grey;
}

