@import url("master.css");

.col2 {
	width: 69%;
	text-align: justify;
}

.red {
	background-color: red;
	font-weight: bolder;
	color: white;
}

.grey {
	background-color: #d3d3d3;
	border-bottom: thin solid black;
}

.white {
	border-bottom: thin solid black;
}

.black {
	background-color: black;
	color: white;
	font-weight: bolder;
}

td.pasts {
	width: 124px;
	padding: 2px;
	text-align: center;
	vertical-align: top;
}

th {
	background-color: black;
	color: white;
	width: 35px;
	text-align: center;
}

.mono {
	font-family: monospace;
}
