h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

em {
	font-weight: bold;
	font-style: italic;
}

fieldset {
	border: 1px solid silver;
	padding: 5px;
}

fieldset legend {
	font-size: 1em;
	width: auto;
	padding: 0 5px;
}

.table thead th, .table tfoot th {
	vertical-align: middle !important;
	text-align: center;
}

/* .table-hover tbody tr:hover {
    background-color: rgba(255,0,0,.075);
} */

.table tbody td, .table thead th, .table tfoot th {
	white-space: nowrap;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
	background-color: powderblue;
	color: #222;
}

table.dataTable tbody tr.red-highlight {
	background-color: red;
	color: white;
}

table.dataTable tbody tr.yellow-highlight {
	background-color: yellow;
}

input.red-highlight {
	background-color: red;
	color: white;
}

input.yellow-highlight {
	background-color: yellow;
}

.pointer {
	cursor: pointer;
}

button.dt-button:hover:not(.disabled) {
	color: white;
	background-color: darkgreen;
	border: unset;
	background-image: unset;
}

button.dt-button {
	color: white;
	background-color: green;
	border: unset;
	background-image: unset;
}