html {
  height: 100%;
}

body {
  min-height: 100%;
}

body, td, div, span, input {
  font-size: 0.85rem;
  font-family: Consolas, monospace;
}

hr {
  background-color: silver;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  height: 1px;
}

.navbar-item {
  font-size: 1rem;
  font-weight: bold;
}

.table thead > tr > th, .table tbody > tr > td, .table tfoot > tr > th {
  border: 1px solid gray;
}

.table thead > tr > th {
  background-color: gainsboro;
  padding: 2px 4px 2px 4px;
}

.table tfoot > tr > th {
  padding: 2px 4px 2px 4px;
}

.table th:not([align]) {
  text-align: center;
  vertical-align: middle;
}

.table tbody > tr > td {
  padding: 2px 4px 2px 4px;
}

.table.is-hoverable tbody tr:not(.is-selected):hover,
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover,
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: aquamarine;
}

.table tbody tr:last-child td, .table tbody tr:last-child th {
  border-bottom-width: 1px;
}

.tdnull {
  font-style: italic;
  color: silver;
}

.jdl_data {
  font-weight: bold;
  margin-bottom: 0.1rem;
  /*font-size: 0.85rem;
  font-weight: bold;
  margin-top: 0.3rem;
  margin-bottom: 0.1rem;*/
  color: navy;
}
