body {
    background-color: white;
    font-family: sans-serif;
}


.st {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.alttr:nth-child(odd) { background:#ccc; }
.alttr:nth-child(even) { background:#FFF; }

.quent {
    white-space: nowrap;
    font-size: x-small;
}

tr.quent {
    white-space: nowrap;
    font-size: x-small
}

a.navrow {
    background-color: black;
    display: table-cell;
    color: white;
    padding-right: 10px;
    padding-left: 10px;
}

ul.cfisNav {
	padding:0;
	list-style-type:none;
}
ul.cfisNav li {
	display: inline;
}

ul.cfisNav  li a {
	background-color:#4682B4;
	color: #FFF;
	border: 1.5px solid #333;
	font-size: 14px;
	font-weight: 600;
	padding: 1.5px 12px;
	margin: 0 4px;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 5px 0 gray;
	-moz-box-shadow: 0 0 5px 0 gray;
	-webkit-box-shadow: 0 0 5px 0 gray;	
}


ul.cfisNav a:hover, ul.cfisNav a:focus {
	background-color: #FFF;
	color: #4682B4;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
