.container {
	background: #fafafa none repeat scroll 0 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-align: left;
}

.container h1 {
	color: #0680b4 !important;
	font-family: "roboto",​sans-serif !important;
	font-size: 2rem !important;
	margin: 0.5rem 0  1.5rem 0rem;
}
.container h1::before {
    content: "St Andrews Tourist Hostel - ";
} 

.container #customMessage {
	text-align: left;
}
.container #customMessage h5 {
	font-size: 1.5rem;
	margin: 0.5rem 0  1.5rem 0;
}
.container div.btn-toolbar button{
	background: #0680b4 none repeat scroll 0 0;
    border: 0 none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
    box-shadow: none;
    color: #fff;
    font-size: 1rem;
    height: 2rem;
    text-shadow: none;
}

#disclaimer { color: #0680b4; font-size: 0.7em; margin-top: 25px; }