#imageViewer {
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	background-color: rgba(0, 0, 0, .7);
	z-index:9999;
}

table.priority td.painted {
	border:1px solid #FF0000 !important;
	background-color:#F56A6A;
}

table.priority td.unpainted {
	border:1px solid #FF0000 !important;
	background-color:#FFF;
}

 .ld, .ldTable, .hidden {display:none;}

h2.postApproval,
h3.postApproval {
	color:#FF0000;
	margin-bottom:5px;
	margin-top:3px;
}

@media screen and (max-width: 375px) {
	.ld {display:inline;}
	.hd {display:none;}

	.ldTable {
		display:table-cell;
	}
}