.blueprintsTable {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.blueprintsTable td, .blueprintsTable th {
	padding: 4px;
	margin: 0;
}

.blueprintsTable thead th {
	background-color: #46413E;
	text-align: left;
}

.blueprintsTable .oddRow td {
	background-color: #46413E;
}

.blueprintsTable .blueprintName {
	font-size: large;
	color: rgb(182, 80, 7);
}

.blueprintsTable .blueprintComment {
	font-size: x-small;
	color: #EBE2CA;
}

.blueprintsTable .blueprintReqs {
	line-height: 40px;
}

.item {
	width: 40px;
	height: 40px;
	position: static;
	vertical-align: middle;
}

.accordion .head {
	font-size: small;
	color: #EBE2CA;
	line-height: 1em;
}
