body {
    /*min-height: 2000px;*/
}

.navbar-static-top {
    margin-bottom: 19px;
}

.ui-widget .fc-event.shift-open {
  background-color: #FFEE90;
  color: #555;
}
.ui-widget .fc-event.shift-missing {
  background-color: #BBB;
  color: #000;
}
.ui-widget .fc-event.shift-full {
  background-color: #AAFFAA;
  color: #000;
}
.ui-widget .fc-event.shift-mine {
    background-color: #FFEE90;
    color: #000;
}
.ui-widget .fc-event.shift-cancelled {
    background-color: #808080;
    color: #FFF;
}
.ui-widget .fc-event.shift-reported {
	background-color: #FFF;
  opacity: 0.5;
}

/* Items on the front page that explain what the different colors in the calendar mean. */
.calendar-legend span.legend-item, .legend-label {
  display: inline;
  margin-left: 6px;
  margin-top: 0.1em;
}

.calendar-legend span.legend-item {
  padding-left: 0.1em;
  padding-right: 0.1em;
}

.legend-data {
  display: inline-block;
}

.processing-approval .confirm-button {
  display: block;
}

/* Request being deleted. */
.being-deleted {
  opacity: .5;
}

/* Request deletion button. */
.delete-request {
  display: block;
  max-width: 7em;
}

.statistics td {
  padding: 2px;
}
