#datalist {
    border-collapse: collapse;
}
#datalist th, #datalist td {
    border: solid 1px;
    padding: 4px;
}

.datarow {
	background: #ffe;
	height: 3.4rem;
}

.datarow > td.id a {
	text-decoration: none black;
}

.datarow:hover {
	background: #ffa;
	cursor:pointer;
}

#table_header {
    background: cyan;
}

#help {
	position:absolute;
	right:2px;
	top:3px;
	text-align: center;
}
#help a {
	display: block;
	text-decoration:none;
	width:17px;
	height:19px;
	border:solid 1px;
	border-radius:4px;
	background-color:yellow;
	font-size:small;
	transition:all 0.5s ease-out;
	cursor:pointer;
}
#help a:hover {
	background-color:tomato;
}
