body#logbook {
	background:none;
	padding:5%;
}
#link_to_ff {
	color:#666666;
	margin: 10px;
	display:block;
}
body#logbook img {
	margin:0;
}
/*table start*/

table {
	border-collapse:collapse;
	width:99%;
	border:0 none;

}

th, td {
	padding: 4px;

}

col {

}

thead {
	border-bottom:1px solid #000;
	font-weight:bold;
	background-color:#4D4D4D;
	color:#F2F2F2;

}
th {
	text-align:left;

}
.odd {
	background-color:#F6F6F6;

}
td {
}
tr:hover {
	background-color:#4D4D4D;
	color:#F2F2F2;

}
thead tr:hover {
	background-color:transparent;
	color: inherit;

}
col#notes {
	width:20%;
}
/*table end*/
a {
	color:#999;
	font-weight: bold;
}
#waveframe {
	width:90%;
	height: 90%;
	position:absolute;
}