.calendar-table th { 
  text-align: center; 
  background-color: #f5f5f5; 
}

.calendar-table td { 
  height: 110px; 
  vertical-align: middle !important; 
  text-align: center;
  width: 14.28%; 
  position: relative; 
}

.calendar-day { 
  font-size: 30px; 
  font-weight: bold; 
  display: inline-block; 
}

.other-month { 
  color: #bbb; 
  background-color: #fafafa; 
}

.is-today { 
  background-color: #d9edf7; 
}

.bottom-right-container {
  position: absolute;
  bottom: 5px;
  right: 5px;
  left: 5px;
}

.bottom-right {
  text-align: right;
  width: 60%;
  float: right;
}

.container {
  margin-top: 60px;
}

.calendar-heading-container {
  min-height:100px;
  vertical-align: middle !important;
}

.calendar-heading {
  line-height: 34px;
  font-weight: bold; 
  font-size:34px;
}

.calendar-app {
  padding: 0px 10px;
}

.btn-sm{
  font-size:13px;
}