table.machine-list tr.header {
	display: none;
}

table.machine-list th {
	background-color: #507df3;
	display: block;
	color: white;
	border-left: none;
	border-bottom: 1px solid #0b309d;
	padding: 10px 15px;
}

table.machine-list td {
	display: block;
}

table.machine-list td.name {
	display: block;
	background-color: #b9cdfa;
}

table.machine-list td.no-pdf {
	display: none;
}