﻿#RepBilling #lines {
    overflow-y: auto;
    margin-top: 10px;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 90px;
}

#RepBilling .BlueBtn {
    background-color: lightblue;
    border-color: #357ebd;
    width: 120px;
}

#RepBilling .RepTotal {
    font-weight: bold;
    background-color: #A5C818;
}

#RepBilling .GrandTotal {
    font-weight: bold;
}
