.breadcrumb {
  font-size: 17px;
  background-color: #f3f3f4;
}
.breadcrumb .divider {
  margin-right: 5px;
}
.breadcrumb a {
  text-decoration: underline;
}

.janus--nobr {
  white-space: nowrap;
}

.janus--calendar-day-item {
  background-color: #ffffff;
  border: 4px solid #dfdedb;
  border-radius: 6px;
  display: block;
  float: left;
  height: 100px;
  text-align: center;
  width: 85px;
}
.janus--calendar-day-item .calendar-day-item--day {
  background-color: #00af87;
  border-radius: 2px 2px 0 0;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 0;
}
.janus--calendar-day-item .calendar-day-item--date {
  display: block;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
  padding: 5px 0 2px;
}
.janus--calendar-day-item .calendar-day-item--month-year {
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.janus--panel.janus--panel--success {
  border-top: 2px solid #1CB394;
}
.janus--panel.janus--panel--warning {
  border-top: 2px solid #F8AC5A;
}

.janus--td-shrinked {
  width: 1px;
  white-space: nowrap;
}

.text-lightgray {
  color: #ddd;
}

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