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;
}
