table.fastmachinesTable {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 1px solid #111111;
}

table.fastmachinesTable tr td {
	padding: 7px;
	border: 0;
}

table.fastmachinesTable tr.fastmachinesDate {
	background-color: #FFFF73;
	font-weight: bold;
	text-transform: uppercase;
}

table.fastmachinesTable tr.fastmachinesAlternate {
	background-color: #EEEEEE;
}

table.fastmachinesTable .fastmachinesSmall {
	font-size: 10px;
}
