
table.standard tbody tr:nth-child(even) td {
    background: transparent !important;
}

table tr.reserves,
table tr.reserves td {
	background-color: #d9edf7;
}

table tr.access.services,
table tr.access.services td,
table tr.denied,
table tr.denied td {
	background-color: #fce2e0;	
}

table tr.e-resources,
table tr.e-resources td,
table tr.waitlist,
table tr.e-waitlist td {
	background-color: #e0d3e2;	
}

table tr.acquisitions,
table tr.acquisitions td,
table tr.order,
table tr.order td,
table tr.approved,
table tr.approved td {
	background-color: #fffacc;	
}

table tr.cataloging,
table tr.cataloging td,
table tr.contactedbystaff,
table tr.contactedbystaff td {
	background-color: #fcf8e3;	
}

table tr.pending ,
table tr.pending td {
	background-color: #fff;
}

table tr.complete,
table tr.complete td {
	background-color: #dff0d8 ;	
}

.columns div {
	padding-bottom: 15px;
}
.checkbox label {
	display: inline-block;
	clear: none;
}
input[readonly],
select[readonly],
textarea[readonly] {
	background-color: #eee;
}
.alert {
	padding: 10px;
	margin: 15px 0;
}
.alert.green {
	background: #DCF7DA;
	border: 1px solid #88bf84;
}