#maintitle {
	background: url(images/title_bg.jpg) center top 10%;
	background-size: cover;
}

table.machine-list tr.header th {
	background-color: #507df3;
	border-left: 1px solid #0b309d;
	color: white;
	font-weight: bold;
	padding: 10px 15px;
}

table.machine-list th {
	background-color: #b9cdfa;
	border-bottom: 1px solid #0b309d;
	color: black;
	font-weight: bold;
	padding: 10px 15px;
}

table.machine-list td {
	background-color: white;
	border-bottom: 1px solid #0b309d;
	color: black;
	padding: 10px 15px;
}

table.machine-list td.n {
	text-align: center;
}

table.machine-list td a.pdf img {
	width: 40px;
}

