.the-datepicker-container {
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0 6px 6px 6px;
  padding: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.the-datepicker-body {
  float: left;
  clear: left;
  margin-top: 14px;
}
.the-datepicker-button {
  display: block;
  width: 21px;
  padding: 4px;
  text-decoration: none;
  text-align: center;
  color: #007eff;
  border-radius: 6px;
}
.the-datepicker-button:hover {
  background-color: #d1e8ff;
}
.the-datepicker-deselect a {
  text-decoration: none;
  color: #007eff;
  font-weight: bold;
}
.the-datepicker-title {
  float: left;
  padding: 4px;
}
.the-datepicker-control {
  float: left;
  width: 100%;
}
.the-datepicker-reset,
.the-datepicker-close {
  font-weight: bold;
  float: right;
}
.the-datepicker-navigation {
  float: left;
  clear: left;
  width: 100%;
  margin-top: 6px;
}
.the-datepicker-go {
  float: left;
  width: 15%;
}
.the-datepicker-go .the-datepicker-button {
  font-weight: bold;
}
.the-datepicker-go-next .the-datepicker-button {
  float: right;
}
.the-datepicker-state {
  float: left;
  width: 70%;
  padding: 4px 0;
}
.the-datepicker-month {
  float: left;
  width: 60%;
  text-align: center;
}
.the-datepicker-year {
  float: left;
  width: 40%;
  text-align: center;
}
.the-datepicker-select {
  margin-top: -2px;
}
.the-datepicker-table {
  border-collapse: collapse;
}
.the-datepicker-table-header-cell {
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  color: #666;
  font-size: 0.85em;
  padding-bottom: 5px;
}
.the-datepicker-highlighted .the-datepicker-button {
  background-color: #d1e8ff;
}
.the-datepicker-outside .the-datepicker-button {
  color: #8ac4ff;
}
.the-datepicker-unavailable .the-datepicker-button {
  color: #aaa;
}
.the-datepicker-unavailable .the-datepicker-button:hover {
  background-color: transparent;
}
.the-datepicker-selected .the-datepicker-button,
.the-datepicker-selected.the-datepicker-highlighted .the-datepicker-button {
  background-color: #007eff;
  color: #fff;
}
.the-datepicker-selected .the-datepicker-button:hover,
.the-datepicker-selected.the-datepicker-highlighted .the-datepicker-button:hover {
  background-color: #007eff;
}
.the-datepicker-weekend,
.the-datepicker-today {
  font-weight: bold;
}