body {
	font-size: .875rem;
	height: 100%;
        
}

header {
	color: white;
}

footer {
	background-color: lightgray;
	padding: 10px;
	line-height: 1em;
	font-size: 0.8em;
	margin-top: 10px;
}

.qsl-page-note {
	color: black;
}	

.table-hover > thead > tr > th {
  background-color: #2E64FE;
  color:#f3f3f3;
  font-size:1.1em;
}

.table-hover > tbody > tr:hover {
  background-color: #E6E6E6;
}

input#submit {
  cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
  padding:5px 25px; /*add some padding to the inside of the button*/
  background:#2e64fe; /*the colour of the button*/
  border:1px solid #ffffff; /*required or the default border for the browser will appear*/
  color:#f3f3f3;
  font-size:1.1em;
}
input#submit:hover, input#submit:focus {
  background-color :#0431b4; /*make the background a little darker*/
}

.qsl-img {
	border: 5px solid #eaeaea;
}
