.datepicker-select {
    width:100%;
    height: 40px;
    background-color: #eeeeee;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    border: solid 1px #eee;
    letter-spacing: 1.2;
    margin-left: 0;
    margin-right: 15px;
    justify-content: center;
    text-align: center;
}
.datepicker-select.last {
    margin-right: 0;
}
.datepicker-select option {
    justify-content: left;
    text-align: left;
}