/* time-trakr custom styles. Override Bootstrap here. */

/* Header navbar: soft pastel green frame (issue #4). */
.app-navbar {
  background-color: #d8f3dc;
  border-bottom-color: #b7e4c7 !important;
}

/* Calendar month grid: fixed 7-column layout with roomy day cells. */
.calendar-grid {
  table-layout: fixed;
}
.calendar-grid td {
  height: 6rem;
  width: 14.28%;
  overflow: hidden;
}
