

.week_index {
  border-top: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  
  padding: 2px;
  text-align: center;
  font-size: 1rem;

  background: #f5f5f5;
  color: #696969; 
}


.calendar_date_label {
  border-top: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  //border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  
  padding: 1px;
  text-align: left;
  font-size: 1rem;

  background: #FFF;
  color: #696969; 
}

.calendar_date_body {
  //border-top: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;

  padding: 1px;
  text-align: left;
  font-size: 1rem;
  
  background: #FFF;
  color: #696969; 
}

.saturday {
  background: #eaf4ff;
}

.sunday {
  background: #ffeaff;
}

