/* Firefox has some awkward fieldset styling involving width that interferes with the responsive table. */
@-moz-document url-prefix() {
    fieldset { display: table-cell; }
}
.thead-dark {
	background-color: gray;
	color: white;
}