.updated {
	font-style: italic;
	text-align: center;
}

.boards .header {
	width: 620px;
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 12px;
	margin-bottom: 8px;
}

.boards .header .left {
	text-align: left;
}

.boards .header .middle {
	text-align: center;
}

.boards .header .right {
	text-align: right;
}

.boards .announcement {
	font-weight: bold;
	font-size: 1.25em;
	margin-bottom: 8px;
	text-align: center;
}

.boards th {
	font-weight: bold;
	text-align: center;
}

.boards .run {
	width: 88px;
}

.boards .start {
	width: 94px;
}

.boards .time-delim {
	width: 12px;
}

.boards .finish {
	width: 94px;
}

.boards .hours {
	width: 33px;
}

.boards .route {
	width: 90px;
}

.boards .assigned-driver {

}

.boards td {
	text-align: center;
}

.boards .content {
	table-layout: fixed;
	border-spacing: 0px;
	border: 1px solid black;
	width: 100%;
	background-color: white;
}

.boards .content td {
	border-top: 1px solid black;
}

.boards .ot-sp {
	background-color: #aecfef;
}

.boards .ot {
	background-color: #acefb9;
}

.boards .sp {
	background-color: #aecfef;
}

.boards .open {
	color: red;
}