div.datedropper.datepicker-theme {
  border-radius: 3px;
  width: 200px;
}
div.datedropper.datepicker-theme .picker {
  border-radius: 3px;
  box-shadow: 0 0 32px 0px rgba(0, 0, 0, 0.1);
}
div.datedropper.datepicker-theme .pick-l {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
div.datedropper.datepicker-theme:before,
div.datedropper.datepicker-theme .pick-lg-b .pick-sl:before,
div.datedropper.datepicker-theme .pick-m,
div.datedropper.datepicker-theme .pick-lg-h {
  background-color: #666;
  background-color: #7f1919;
}
div.datedropper.datepicker-theme .pick-submit {
  background-color: #7f1919;
}
div.datedropper.datepicker-theme .pick-submit:hover {
  background-color: #6c1a1a;
}
div.datedropper.datepicker-theme .pick-y.pick-jump,
div.datedropper.datepicker-theme .pick li span,
div.datedropper.datepicker-theme .pick-lg-b .pick-wke,
div.datedropper.datepicker-theme .pick-btn {
  color: #666;
}
div.datedropper.datepicker-theme .picker,
div.datedropper.datepicker-theme .pick-l {
  background-color: #fff;
}
div.datedropper.datepicker-theme .picker,
div.datedropper.datepicker-theme .pick-arw,
div.datedropper.datepicker-theme .pick-l {
  color: #444;
}
div.datedropper.datepicker-theme .pick-m,
div.datedropper.datepicker-theme .pick-m .pick-arw,
div.datedropper.datepicker-theme .pick-lg-h,
div.datedropper.datepicker-theme .pick-lg-b .pick-sl,
div.datedropper.datepicker-theme .pick-submit {
  color: #FFF;
}
div.datedropper.datepicker-theme.picker-tiny:before,
div.datedropper.datepicker-theme.picker-tiny .pick-m {
  background-color: #fff;
}
div.datedropper.datepicker-theme.picker-tiny .pick-m,
div.datedropper.datepicker-theme.picker-tiny .pick-m .pick-arw {
  color: #444;
}
div.datedropper.datepicker-theme.picker-lkd .pick-submit {
  background-color: #fff;
  color: #444;
}


div.datedropper .picker .pick-btns .pick-submit {
  margin: 0 auto;
  width: 85px;
  height: 56px;
  line-height: 54px;
  border-radius: 8px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
  position: relative;
  top: 8px;
}

div.datedropper .picker .pick-btns .pick-submit:hover {
  top: 4px;
  box-shadow: none;
}

div.datedropper .picker .pick-lg ul.pick-lg-b li.pick-v:hover {
  text-decoration: none;
}