.the-datepicker__main {
  width: auto;
  height: auto;
  background-color: #f7f6de;
  border: 3px solid #4F8B69;
  border-radius: 0.5em;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 1em;
  box-sizing: border-box;
  overflow-y: auto;
}
.the-datepicker__main a.the-datepicker__button {
  display: block;
  width: 2.1em;
  padding: 0.6em 0;
  text-decoration: none;
  text-align: center;
  color: #4F8B69;
  background-color: #f7f6de;
  border-radius: 0.3em;
}
.the-datepicker__main .the-datepicker__header {
  background-color: #4f8b69;
  color: #f7f6de;
  padding: 0.4em 0.4em 0 0.4em;
}
.the-datepicker__main .the-datepicker__header a.the-datepicker__button {
  display: block;
  width: 2.1em;
  padding: 0.6em 0;
  text-decoration: none;
  text-align: center;
  background-color: #4F8B69;
  color: #f7f6de;
  border-radius: 0.3em;
}
.the-datepicker__main .the-datepicker__title-content {
  font-size: 1.3em;
  font-weight: bold;
  display: inline-block;
  padding: 0.5em;
  background-color: #4F8B69;
  color: #f7f6de;
}
.the-datepicker__main thead.the-datepicker__calendar-header {
  font-size: 0.85em;
}
.the-datepicker__main th.the-datepicker__week-day {
  padding: 0.5em 0;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #4F8B69;
  font-size: 0.85em;
}
.the-datepicker__main td.the-datepicker__day--outside a.the-datepicker__button {
  color: #c9f29b;
}
.the-datepicker__deselect .the-datepicker__deselect-button {
  position: relative;
  left: -0.8em;
  text-decoration: none;
  color: #4f8b69;
  font-weight: bold;
}
.the-datepicker__main td.the-datepicker__cell--selected a.the-datepicker__button .the-datepicker__button-content,
.the-datepicker__main td.the-datepicker__cell--selected.the-datepicker__cell--highlighted a.the-datepicker__button .the-datepicker__button-content {
  background-color: #4f8b69;
}
.the-datepicker__main td.the-datepicker__cell--selected a.the-datepicker__button:hover .the-datepicker__button-content,
.the-datepicker__main td.the-datepicker__cell--selected.the-datepicker__cell--highlighted a.the-datepicker__button:hover .the-datepicker__button-content {
  background-color: #c9f29b;
}
.the-datepicker__main a.the-datepicker__button:hover {
  background-color: #e5f4d4;
  color: #4f8b69;
  font-weight: bold;
  text-decoration: none;
}
.the-datepicker__main td.the-datepicker__cell a.the-datepicker__button:hover .the-datepicker__button-content {
  background-color: #e5f4d4;
}
.the-datepicker__main select.the-datepicker__select {
  font-size: 1.1em;
  color: #4f8b69;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.the-datepicker__main .the-datepicker__month {
  display: inline-block;
  width: 60%;
  text-align: center;
  font-size: 1.1em;
  background-color: #4F8B69;
  color: #f7f6de;
  font-weight: bold;
}
.the-datepicker__main .the-datepicker__year {
  display: inline-block;
  width: 40%;
  text-align: center;
  font-size: 1.1em;
  background-color: #4F8B69;
  color: #f7f6de;
  font-weight: bold;
}
.the-datepicker__main .the-datepicker__year a.the-datepicker__button {
  width: 3.0em;
  font-size: 1.1em;
  background-color: #4F8B69;
  color: #f7f6de;
  font-weight: bold;
}
.the-datepicker__main .the-datepicker__year a.the-datepicker__button:hover {
  background-color: #e5f4d4;
  color: #4f8b69;
  font-weight: bold;
  text-decoration: none;
}
