.ranges {
    width: 160px;
    input[type=text] {
        width: 70px !important;
        font-size: 11px;
        vertical-align: middle;
        height: 30px;
        line-height: 30px;
        background-color: #eee;
        border: 1px solid #ccc;
        border-radius: 4px;
        color: #555;
        display: block;
        margin: 0 0 10px 0;
        padding: 0 6px;
    }
}

.daterangepicker_start_input, .daterangepicker_end_input {
    width: 49%;
    display: inline-block;
}

.daterangepicker_start_input label, .daterangepicker_end_input label {
    color: #333;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-bottom: 2px;
    text-shadow: #fff 1px 1px 0px;
    text-transform: uppercase;
    width: 74px;
}