.linebreaks {
	white-space:pre;            
}

.small-indent{
	padding-left: 10px;
}

.med-indent{
	padding-left: 20px;
}

label.checkbox{
	font-weight: 400;
}

table.table.table-striped tr.partialprocessed td {
    background-color:#fafaeb;
}

table.table.table-striped tr td.partialprocessed {
    background-color:#fafaeb;
}

table.table.table-striped tr.processed td {
    background-color:#ebfaeb;
}

table.table.table-striped tr td.processed {
    background-color:#ebfaeb;
}

/* Don't print link hrefs */
@media print {
  a[href]:after {
    content: none
  }
}