﻿
.datatables_FieldChooserBtn {
    height: 37px;
    margin-right: 10px;
}

.datatables_FieldChooserBtn a {
    height: 37px;
    font-size: 0.875rem;
}

.datatables_FieldChooserBtn a label{
    top: -7px;
    position: relative;
}


.datatables_FieldChooser {
    display: none;
    position: absolute;
    left: 100px;
    z-index: 100;
    border: solid 1px #cccccc;
    background-color: #eeeeee;
    padding: 3px;
}

.datatables_FieldChooser label {
    line-height: 1;
}

.datatables_FieldChooser span {
    vertical-align: text-top;
}

