

/* * * * * static bottom footer style * * * * */
html
{
  position: relative;
  min-height: 100%;
}
body
{
	/* Margin bottom by footer height */
	margin-bottom: 62px;
	font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
}

.footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 62px;
	background-color: #cfcfcf;
}

.footer,
.footer > .navbar-text
{
  color: rgb(4, 106, 174);
}

.pull-right
{
	/* Some space between the elements */
	padding-right: 5px
}
/* * * * * Containers with round borders * * * * */
/*.container-info
{
	height: auto;
	padding: 15px;
	position: static;
	border: 2px solid #afafaf;
	border-radius: 5px;
	margin: 5px;
}*/

.row-eq-height
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.row-eq-height [class*='col-']
{
  display: flex;
  flex-direction: column;
}

/* * * * * hyperlinks without highlight * * * * */
.plain-link:hover,
.plain-link:link,
.plain-link:visited,
.plain-link:active
{
	color: black;
	text-decoration: none;
}

iframe.avail
{
	overflow: hidden;
	border: hidden;
	width: 100%;
	height: 350px;
}

button.btn-primary
{
	background-color: #e95e13 !important;
	right: 5px;
}

td
{
    padding:0 15px 0 15px;
}


.modal-disclaimer
{
	padding: 10px;
}