.gutterInput {
    margin-bottom: 5px;
}
.container-datepicker select, .container-timepicker select {
    width:auto;
    padding: 4px;
    background: #ffffff;
    border: 1px solid #87c9ca;
    height: 34px;
}
.container-datepicker .month, .container-timepicker .hour {
    width: 100% !important;
    min-width: 57px;
    border-right: none;
    border-left: none;
}
.container-datepicker .year, .container-timepicker .meridiam {
    width: 100% !important;
    min-width: 57px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.container-datepicker .day, .container-timepicker .minute {
    width: 100% !important;
    min-width: 39px;
    border-right: none;
}
.container-datepicker .label-date, .container-timepicker .label-date {
    height: 34px;
    padding-right: 5px;
    padding-left: 5px;
    background: #ffffff;
    border-top: 1px solid #87c9ca;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-weight: bold;
    color: #ededed;
    border-bottom: 1px solid #87c9ca;
    border-left: 1px solid #87c9ca;
    line-height: 34px;
}