/**
* DATEPICKER STYLES
* @version 1.0
**/
.datepicker td, .datepicker th {
  text-align: center;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background: #4acd98 !important;
}
