*{
	font-family: arial, sans-serif;
}
body {
	margin:7px;
	padding:0;
}
img{
	width: 100px;
	float: left;
	margin-bottom: 10px;
}
.time{
	font-size: 34px;
	float: right;
	line-height: 0;
	color: #c9032d;
}
table{
	font-size: 21px;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}
th{
	background-color: #c9032d;
	color: #fff;
}
td, th{
	/* border: 1px solid #fff; */
	text-align: left;
	padding: 12px 16px 12px 5px;
	overflow:hidden; 
	white-space:nowrap;
	text-overflow:ellipsis;
}
tr:nth-child(even) {
	background-color: #f2f2f2 !important;
}
.column-1 {
	float: left;
	width: 19%;
	padding-left: 0.5%
}
.column-2 {
	float: left;
	width: 60%;
}
.column-2 h2 {
	text-align: center;
}
.column-3 {
	float: right;
	width: 19%;
	padding-right: 1%
}
/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}