:root {
  --table-cell-height: 100px;
}

header {
  background-color: silver;
  padding: 0 10px;
}
header > div > div.title {
  left: 10px;
  top: 0;
  line-height: 50px !important;
  font-weight: bold;
  padding-right: 30px;
  padding-left: 10px;
}
header > div > div nav.navbar {
  height: 50px !important;
  background-color: inherit !important;
}

table tbody tr.time-entry {
  height: var(--table-cell-height);
}
table tbody tr.block-entry {
  height: var(--table-cell-height);
}
table tbody tr.block-entry > td {
  width: 15%;
}

div.data-container {
  display: flex;
}
div.time-container {
  width: 100px;
}
div.field-container {
  width: 100%;
}

/*# sourceMappingURL=main.css.map */
