﻿#BatchAllocationReport #lines {
    overflow-y: auto;
    margin-top: 10px;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 75px;
}

#BatchAllocationReport .BlueBtn {
    background-color: lightblue;
    border-color: #357ebd;
}

#BatchAllocationReport .WideBtn {
    width: 120px;
    border: 5px;
}

#BatchAllocationReport .OptionsDiv {
    float: left;
    min-width: 260px;
    max-width: 260px;
}

#BatchAllocationReport .WiderDiv {
    float: left;
    min-width: 370px;
    max-width: 370px;
}