table td.table-info {
    font-weight: bold;
}
label.required::after {
    content: "*";
    color: red;
}
main.form-auth {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}
main.form-outage {
    width: 100%;
    max-width: 540px;
    padding: 15px;
}
main.form-outage textarea.form-control {
    height: 100%;
}
div.flash-over {
    position: fixed;
    top: 5px;
    left: 5px;
}
a.nav-link:not(.active):hover {
    background-color: #6c757d;
    color: white;
}
h2 {
    background: cornflowerblue;
    padding: 2px 8px;
    border 1px solid white;
    border-radius: 5px;
}
h3 {
    background: #cfe2ff;
    padding: 2px 8px;
    border 1px solid white;
    border-radius: 5px;
}
.table-primary {
	--bs-table-bg: aliceblue;
	--bs-table-striped-bg: aliceblue;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: aliceblue;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: aliceblue;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: aliceblue;
}
