.pickList_sourceListContainer, .pickList_controlsContainer, .pickList_targetListContainer {
float: left;
margin: 0.25em;
}
.pickList_controlsContainer {
text-align: center;
margin-top:6em;
margin-right: 1.9em;
margin-left: 1.9em;
}
.pickList_controlsContainer button {
display: block;
width: 100%;
text-align: center;
color: #fff;
background-color: #006bb7;
border-color: #005c9e;
margin-bottom:1em;
}
.pickList_list {
list-style-type: none;
margin: 0;
padding: 0;
float: left;
width: 150px;
height: 250px;
border: 1px inset #eee;
overflow-y: auto;
cursor: default;
width: 370px;
}
.pickList_selectedListItem {
background-color: #a3c8f5;
}
.pickList_listLabel {
font-size: 1.2em;
font-weight: bold;
text-align: center;
color: #006bb7;
margin-bottom: 1em;
}
.pickList_clear {
clear: both;
}
