.overviewlistname {
    width : 55%;
    height : 100%;
    background-color:red;
}
.overviewlistunits {
    width : 20%;
    height : 100%;
    background-color:green;
}
.overviewlistunitprice {
    width : 20%;
    height : 100%;
    background-color:blue;
}
.overviewlistsell {
    width : 5%;
    height : 100%;
    background-color:purple;
}

