﻿#pickItems{
    height: 200px;
    border: 2px solid #F00;
    overflow:scroll;
}
#reportItems{
    height: 200px;
    border: 2px solid #0A0;
    overflow:scroll;
}