.picker{font-size:0.9em; font-family: "Open Sans", sans-serif; line-height:1.2; color:#505050; }

.picker__nav--prev::before, .picker__nav--next::before {
    border: 0px none;
    content: "";
    font-family: FontAwesome;
    display: block;
    height: 0;
    margin: 0 auto;
    width: 0;
}

.picker__nav--prev::before { content: "\f053"; color: #f07d00; }
.picker__nav--next::before { content: "\f054"; color: #f07d00; }
.picker__month { color: #23b9ce;}

.picker__button--clear::before, .picker__button--close::before, .picker__button--today::before { font-family: FontAwesome; border: 0px none; font-weight: normal; color: #23b9ce; top: 0; left: 0; }
.picker__button--clear::before { content: "\f014"; }
.picker__button--close::before { content: "\f057"; top: 0.2em; }
.picker__button--today::before { content: "\f271"; margin-right: 1.5em; }

.picker__table td { padding: 0 !important; }
.picker__table tr > th { text-align: right !important; color: #23b9ce; }

.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover { background: #f07d00 none repeat scroll 0 0; color: #fff; }

.picker__day--today::before { border-top: 0.5em solid #f07d00; }
