/*List adjustment*/
.layout2 #dataLocation {width: 180px; white-space: normal}
.layout1 .itemDetails .inventoryData, .layout2 .itemDetails {overflow: visible}
.layout3 .itemDetails {overflow: visible; white-space: normal;}
.layout3 #dataLocation {width: 180px; white-space: normal}
.layout3 .itemDetails .inventoryData {white-space: normal}
.layout3 .inventoryListItem {height: 450px}
#dataView .itemDetails .inventoryData dd, #dataView .itemDetails .inventoryData dd label {
    height: auto;
}


