

:target::before {
  content: "";
  display: block;
  height: 60px; /* fixed header height*/
  margin: -60px 0 0; /* negative fixed header height */
}
.day {
	width: auto;
	min-width: 45px;
}

tr td:nth-child(2),
tr td:nth-child(3) {
  background: #ddf;
}

tr td:nth-child(4),
tr td:nth-child(5) {
  background: #dfd;
}

tr td:nth-child(6),
tr td:nth-child(7) {
  background: #fed;
}



/*
.body{
  background-color: #FCFCFC;
}


.bg-primary {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF; 60.5% !important;
}

.bg-dark {
  border-color: #CCCCCC !important;
}

.bg-light {
  border-color: #DDDDDD (#fff, 6.5%);
}
*/
