body, html {
	height: 100%; /* Full height */
	margin: 0;
	background-color:#f9f9f9;
	font-family:'Ubuntu', sans-serif;
	display: flex;
	flex-direction: column; /* Make the main axis vertical */
}

#page-content {
	flex: 1 0 auto; /* Extend content to push the footer */
}

img
{
	border:0px;
	margin:0px;
	padding:0px;
	vertical-align:middle;
}

.bi-3x
{
	font-size: 50px;
}

.bi-1x
{
	font-size: 30px;
}

.white
{
	color: white;
}

.gray
{
	color: darkgray;
}

.black
{
	color: black;
}

a
{
  color: #2e3f6b;
  text-decoration: none;
}

a:hover, a:focus
{
  color: #00b1b1;
  text-decoration: underline;
}

a.alternate
{
  color: #00b1b1;
}

a.alternate:hover, a.alternate:focus {
  color: #2e3f6b;
  text-decoration: underline;
}

a.hiddenLink
{
	color:#000;
	text-decoration:none;
}

a.hiddenLink:hover, a.hiddenLink:focus
{
	color:#000;
	text-decoration:none;
}

td.table-vcenter {
   vertical-align: middle!important;
}