.picker__footer,
.picker__header,
.picker__table {
  text-align: center !important;
}
.picker__box {
  padding: 0 1em !important;
}
.picker__header {
  position: relative !important;
  margin-top: 0.75em !important;
}
.picker__month,
.picker__year {
  font-weight: 500 !important;
  display: inline-block !important;
  margin-left: 0.25em !important;
  margin-right: 0.25em !important;
}
.picker__year {
  color: #999 !important;
  font-size: 0.8em !important;
  font-style: italic !important;
}
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7 !important;
  height: 2em !important;
  padding: 0.5em !important;
  margin-left: 0.25em !important;
  margin-right: 0.25em !important;
}
.picker__select--month {
  width: 35% !important;
}
.picker__select--year {
  width: 22.5% !important;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec !important;
}
.picker__nav--next,
.picker__nav--prev {
  position: absolute !important;
  padding: 0.5em 1.25em !important;
  width: 1em !important;
  height: 1em !important;
  box-sizing: content-box !important;
  top: -0.25em !important;
}
.picker__nav--prev {
  left: -1em !important;
  padding-right: 1.25em !important;
}
.picker__nav--next {
  right: -1em !important;
  padding-left: 1.25em !important;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em !important;
  }
  .picker__nav--next,
  .picker__nav--prev {
    top: -0.33em !important;
  }
  .picker__nav--prev {
    padding-right: 1.5em !important;
  }
  .picker__nav--next {
    padding-left: 1.5em !important;
  }
}
.picker__nav--next:before,
.picker__nav--prev:before {
  content: " " !important;
  border-top: 0.5em solid transparent !important;
  border-bottom: 0.5em solid transparent !important;
  border-right: 0.75em solid #000 !important;
  width: 0 !important;
  height: 0 !important;
  display: block !important;
  margin: 0 auto !important;
}
.picker__nav--next:before {
  border-right: 0 !important;
  border-left: 0.75em solid #000 !important;
}
.picker__nav--next:hover,
.picker__nav--prev:hover {
  cursor: pointer !important;
  color: #000 !important;
  background: #b1dcfb !important;
}
.picker__nav--disabled,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover,
.picker__nav--disabled:hover {
  cursor: default !important;
  background: 0 0 !important;
  border-right-color: #f5f5f5 !important;
  border-left-color: #f5f5f5 !important;
}
.picker__table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  table-layout: fixed !important;
  font-size: inherit !important;
  width: 100% !important;
  margin-top: 0.75em !important;
  margin-bottom: 0.5em !important;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em !important;
  }
}
.picker__table td {
  margin: 0 !important;
  padding: 0 !important;
}
.picker__weekday {
  width: 14.285714286% !important;
  font-size: 0.75em !important;
  padding-bottom: 0.25em !important;
  color: #999 !important;
  font-weight: 500 !important;
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em !important;
  }
}
.picker__day {
  padding: 0.3125em 0 !important;
  font-weight: 200 !important;
  border: 1px solid transparent !important;
}
.picker__day--today {
  position: relative !important;
}
.picker__day--today:before {
  content: " " !important;
  position: absolute !important;
  top: 2px !important;
  right: 2px !important;
  width: 0 !important;
  height: 0 !important;
  border-top: 0.5em solid #0059bc !important;
  border-left: 0.5em solid transparent !important;
}
.picker__day--disabled:before {
  border-top-color: #aaa !important;
}
.picker__day--outfocus {
  color: #ddd !important;
}
.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover,
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer !important;
  color: #000 !important;
  background: #b1dcfb !important;
}
.picker__day--highlighted {
  border-color: #0089ec !important;
}
.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
  background: #0089ec !important;
  color: #fff !important;
}
.picker--focused .picker__day--disabled,
.picker__day--disabled,
.picker__day--disabled:hover {
  background: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #ddd !important;
  cursor: default !important;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb !important;
}
.picker__button--clear,
.picker__button--close,
.picker__button--today {
  border: 1px solid #fff !important;
  background: #fff !important;
  font-size: 0.8em !important;
  padding: 0.66em 0 !important;
  font-weight: 700 !important;
  width: 33% !important;
  display: inline-block !important;
  vertical-align: bottom !important;
}
.picker__button--clear:hover,
.picker__button--close:hover,
.picker__button--today:hover {
  cursor: pointer !important;
  color: #000 !important;
  background: #b1dcfb !important;
  border-bottom-color: #b1dcfb !important;
}
.picker__button--clear:focus,
.picker__button--close:focus,
.picker__button--today:focus {
  background: #b1dcfb !important;
  border-color: #0089ec !important;
  outline: 0 !important;
}
.picker__button--clear:before,
.picker__button--close:before,
.picker__button--today:before {
  position: relative !important;
  display: inline-block !important;
  height: 0 !important;
}
.picker__button--clear:before,
.picker__button--today:before {
  content: " " !important;
  margin-right: 0.45em !important;
}
.picker__button--today:before {
  top: -0.05em !important;
  width: 0 !important;
  border-top: 0.66em solid #0059bc !important;
  border-left: 0.66em solid transparent !important;
}
.picker__button--clear:before {
  top: -0.25em !important;
  width: 0.66em !important;
  border-top: 3px solid #e20 !important;
}
.picker__button--close:before {
  content: "\D7" !important;
  top: -0.1em !important;
  vertical-align: top !important;
  font-size: 1.1em !important;
  margin-right: 0.35em !important;
  color: #777 !important;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #ddd !important;
  cursor: default !important;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaa !important;
}
