html {
	margin: 0;
	padding: 0;
	background: rgb(160,159,152);
	background: -moz-linear-gradient(top, rgba(160,159,152,1) 0%, rgba(135,133,128,1) 100%);
	background: -webkit-linear-gradient(top, rgba(160,159,152,1) 0%,rgba(135,133,128,1) 100%);
	background: linear-gradient(to bottom, rgba(160,159,152,1) 0%,rgba(135,133,128,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09f98', endColorstr='#878580',GradientType=0 );
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background:transparent;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 100%;
}
a {
	color:#444;
}
a:hover{
    text-decoration: none;
    color:#365a9c;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
}
.container-adjusted {
	margin-top: 50px;
}
.large-logo {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	background-color:rgba(0,0,0, 0.7);
	padding: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}
.header-bar {
	width:100%;
	height:36px;
	background-color:rgba(0,0,0, 0.7); /* fs dark blue: rgba(10,36,88, 0.7)*/
	text-align: center;
	color:#fff;
	font-size:22px;
	font-weight: bold;
	text-shadow: 0px 1px #aaa;
}
.header-bar-small-logo {
	height: 26px;
	margin-right: 15px;
	margin-top:2px;
}
.header-bar-text {
	height: 26px;
	margin-right: 15px;
	vertical-align: middle;
	font-family: 'Play', Helvetica, Arial, sans-serif;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.panel-heading {
	/*background: rgba(255,255,255,0.7);*/
	color:#fff;
	background: rgba(0,0,0,0.7);
}
.panel-custom {
	border: none!important;
	/*background: rgba(255,255,255, 0.7);*/
	background:transparent;
	text-align: center;
}
.panel-body {
	background: rgba(255,255,255, 0.7);
}
.subheader {
	display: inline-block;
	height: 40px;
}
.panel-img {
	width:100%;
	margin:10px 0 10px 0;
}
.title-img {
	height:20px;
	margin-right: 10px;
}
.text-img {
	vertical-align:text-bottom;
	height: 18px;
}
.hamiltonlund {
	height: 30px;
	background-color:rgba(0,0,0, 0.7);
	padding: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	width: 355px;
    white-space: nowrap;
    float: right;
    overflow: hidden;
}