.DateInput {
    width: 98px;
}
.DateRangePicker {
    width: 210px;
}
.DateRangePickerInput {
    display: block;
    margin-top: 5px;
}
.DateRangePickerInput_arrow_svg {
    width: 12px;
    height: 12px;
}
.DateRangePickerInput_arrow {
    padding: 0px 0px 5px 0px;
}
.DateInput_input {
    font-family: 'Avenir Next';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    padding: 5px 5px 5px 10px;
}

.metrics {
    font-family: 'Avenir Next';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    padding: 8px 5px 5px 80px;
}

#cut_checklist {
    font-family: 'Avenir Next';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    margin-top: 10px;
}

#cut_checklist input {
    margin-right: 10px;
    vertical-align: text-top;
}

#container {
    width: 80%;
    height: 200px;
    margin: auto;
    padding: 10px;
}
  
#left {
    width: 220px;
    float: left;
}

#right {
    margin-left: 230px;
    height: 100%;
}