.heat-map-container {
  width: 100%;
  margin-bottom: 10px;
}
.heat-map-month {
  width: 200px;
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
  margin-top: 10px;
  padding: 10px 10px 0 10px;
  border-radius: 5px;
}
.heat-map-day {
  line-height: 25px;
}
.heat-map-day,
.heat-map-day-of-week {
  float: left;
  width: 25px;
  height: 25px;
  text-align: center;
}
.heat-map-day-success {
  background-color: #bfdda7;
}
.heat-map-day-warning {
  background-color: #F7ECB5;
}
.heat-map-day-danger {
  background-color: #e8c5c5;
}
.heat-map-week {
  margin: 0 auto;
}
.heat-map-days-of-week {
  margin: 0 auto;
}
.heat-map-day-of-week {
  font-weight: bold;
}
.heat-map-month-name {
  font-weight: bold;
  font-size: large;
}
.heat-map-container:before,
.heat-map-container:after {
  content: " ";
  display: table;
}
.heat-map-container:after {
  clear: both;
}
