#bdds-select-tables {
    text-align: center;
    margin-top: 1em;
}

.arrows-td {
    background-color: #f0f0f1;
}

.arrows-input {
    font-size: 1.5em !important;
}

.available-tables-td select{
    height: 150px !important;
}

.selected-tables-td select{
    height: 150px !important;
}

#bdds-select-tables button {
    float: right;
    margin-top: 0.25em;
}

#available-tables > li {
    cursor: pointer;
}

#selected-tables > li {
    cursor: pointer;
}

#available-fields > li {
    cursor: pointer;
}

#selected-fields > li {
    cursor: pointer;
}

.disbled-anchor {
    opacity: 0.4;
}

#selected-tables-form {
    margin-top: 1.2em;
}

select[name='available-fields[]'] {
    height: 200px !important;
}

select[name='selected-fields[]'] {
    height: 200px !important;
}

select[name='available-tables[]'] {
    height: 200px !important;
}

select[name='selected-tables[]'] {
    height: 200px !important;
}

.select-width { 
    width: 100% !important;
}