h3 { margin-bottom:0.5em; margin-top:0.5em;}

.floating-menu {
	font-family: sans-serif;
	background: none;
	padding:0.5em 0.5em 0.5em 0.5em;
	width: 10%;
	z-index: 101;
	position: fixed;
	box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.50);
}

tr:first-child {background: rgba(0,97,153,0.1)}
tr:nth-child(even) {background: rgba(0,0,0,0.025)}

th {
border:1px solid #ddd;
text-align:center;
padding: 0.1em 0.2em 0.1em 0.2em;
margin: 0.1em;
}

td {
border:1px solid #ddd;
text-align:left;
padding: 0.1em 0.2em 0.1em 0.2em;
margin: 0.1em;
}

button { font-size:80%; }
