/* Copyright (C) 2017 Specialized Medical, LLC */
table.displayTable tr:first-child {
        border-bottom: 1px solid black;
}

table.displayTable tr.displayTable:nth-child(even) {
	background: #cccccc;
}

table.displayTable * {
	vertical-align: top;
}

table.displayTable div.forbiddenLink {
	min-width: 4em;
	text-align: center;
}
