table.detail {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

table.detail tr th,
table.detail tr td {
	padding: 3px;
	background-color: #C1D9F1;
}

table.detail .acitons {
	background-color: inherit;
}

table.detail .hover {
	background-color: #86B8EA;
}
table.detail .clicked {
	background-color: #FFBABA;
}

table.detail tr th {
	text-align: right;
}
