@CHARSET "UTF-8";

body {
	/* for fixed navigation on top */
	padding-top: 60px;
	/* for fixed footer at the bottom */
	padding-bottom: 60px;
	/* scrollbar at the bottom only if needed (hopefully not) */
	overflow-x: auto;
	/* scrollbar at the right side always even if not needed for a more stable layout... */
	overflow-y: scroll;
}

/* Custom page CSS
-------------------------------------------------- */
.navbar .btn-primary:hover {
  background-color: #265a88;
}
