.pickList_sourceListContainer, .pickList_controlsContainer, .pickList_targetListContainer {
float: left;
margin: 1.25em;
}
.pickList_controlsContainer {
text-align: center;
}
.pickList_controlsContainer button {
display: block;
width: 100%;
text-align: center;
}
.pickList_list {
list-style-type: none;
margin: 0;
padding: 0;
float: left;
width: 250px;
height: 275px;
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;
margin-bottom: 5px;
}
.pickList_clear {
clear: both;
}

.pickList_listItem {
    line-height: 25px;
    background-color: #f9f9f9;
    padding: 5px;
   box-sizing: border-box;
}
.pickList_addAll{
    margin-top: 70px !important;
    font-weight: bold !important;   
}
.pickList_add{
    margin-top: 5px !important;
    font-weight: bold !important;
   
}
.pickList_removeAll{
    margin-top: 5px !important;
    font-weight: bold !important;
   
}
.pickList_remove{
    margin-top: 5px !important;
    font-weight: bold !important;
   
}

