
table.history {
	border-top: 2px dotted #393939;
}

table.history th {
	background-color: rgba(100,100,100,0.8);
	border-bottom: 2px dotted #393939;
	color: white;
	font-weight: bold;
	padding: 10px 30px;
	width: 30%;
}

table.history td {
	background-color: rgba(255,255,255,0.8);
	border-bottom: 2px dotted #393939;
	padding: 10px 30px;
	line-height: 1.5em;
}

