table {
	border-collapse: collapse;
	empty-cells: show;
}

h1 {
	font-family: arial black,arial;
	font-size: 20px;
	font-style: italic;
}
th {
	padding-right: 15px;
	padding-left: 15px;
	background-color: black;
	color: white;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	font-family: arial;
	white-space: nowrap;
}
th.time {
	
	text-align: right;
	white-space: nowrap;

}
td.time {
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
	font-family: arial;
	border-bottom: 1px solid #dcdcdc;
	white-space: nowrap;
}

td.event {
	text-align: center;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 15px;
	font-family: arial;
	border-bottom: 1px solid #dcdcdc;
	white-space: nowrap;
}

p.error {
	border: 2px solid #800000;
	padding: 5px;
	background: #FFB6C1;
	color: #800000;
	/*font-family: arial, sans-serif;
	font-size: 10px;*/
	font-weight: bold;
}
