table.table.table-fullwidth td, table.table.table-fullwidth th {
  white-space: nowrap;
}

.navbar a.nav-link.active {
  text-decoration: underline;
  font-weight: bold;
}

.bg-lightred { background-color: #ffc6c6; }
.bg-lightgreen { background-color: #d1ffe1; }
.bg-lightyellow { background-color: #fffd88; }
.bg-lightblue { background-color: #8fc7ff; }
.bg-lightgray { background-color: #b5b5b5; }

.select2 { width: 100% !important; }
