.pickList_sourceListContainer, .pickList_controlsContainer, .pickList_targetListContainer {
float: left;
margin: 0.25em;
}
.pickList_controlsContainer {
text-align: center;
margin-top:60px;
}
.pickList_controlsContainer button {
display: block;
width: 100%;
text-align: center;
}
.pickList_list {
list-style-type: none;
margin: 0;
padding-left: 10px;
float: left;
width: 250px;
height: 175px;
border: 1px inset #eee;
overflow-y: auto;
cursor: default;
}
.pickList_selectedListItem {
background-color: #a3c8f5;
}
.pickList_listLabel {
font-size: 0.9em;
font-weight: bold;
text-align: center;
}
.pickList_clear {
clear: both;
}
