@CHARSET "UTF-8";

table.line tr:not(:last-child) td,
table.line tr th {
	border-bottom: 1px black solid;
}

table.line tr td,
table.line tr th {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table.full td {
	border: 1px black solid;
}

form {
	margin: 3px;
}

table.overview, table.overview * {
	padding: 0;
	margin: 0;
}

table.overview table.timelist td {
	border-top: 1px solid black;
	width: 50px;
	height: 29px;
}

table.overview table.timelist td:last-child {
	border-bottom: 1px solid black;
}

table.overview table.stateList td {
	width: 20px;
	height: 7px;
}

table.overview table.stateList {
	margin: 1px;
}

table.overview table.stateList td.bb {
	border-bottom: 1px white solid;
}

div.line {
	width: 100%;
	border: 1px black solid;
}

div.line .line_entry, div.subline .subline_entry {
	float: left;
	padding: 3px;
}

div.subline{
	width: 100%;

}

div.clear {
	clear: both;
}

div.line div.line_entry {
	font-weight: bold;
}