.busydays {
  border: 1px solid #888;
  border-collapse: collapse;
  width: 100%;
  font-size:24px;
}
.busydays-header select {
  margin: 0 10px
}
.busydays-day.busy,
.busydays-day.free,
.busydays-day.am-pm,
.busydays-day.disabled,
.busydays-header,
.busydays-weekday-header  {
  border: 1px solid #666;
  text-align: center;
  padding:5px
}
.busydays-day.am-pm  {
  border: 1px solid #666;
  text-align: center;
  padding:5px 0;
  background-color: #ccc
}
.busydays-day.am-pm > div {
	width:100%;
	text-align:center;
	font-size:12px;
}
.busydays-day.am-pm > div > span {
	padding: 0 3px
}
.busydays-day.am-pm > div > span.free {
	color:#fff;
	background-color: #90B912
}
.busydays-day.am-pm > div > span.busy {
	color:#fff;
	background-color: #990000
}
.busydays-header {
  padding:10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.busydays-day.free {
  background-color : #90B912;
  color: #ffffff;
}
.busydays-day.busy {
  background-color : #990000;
  color: #ffffff;
}
.busydays-day.busy strong {
  font-weight: normal;
}
.busydays-weekday-header {
  font-size:16px;
  font-weight: bold;
}
.busydays-day.empty {
  background-color : #fff;
}
.busydays-day.disabled {
  color : #ccc;
}
