.adtable .header .col {
    background-color: lightgrey;
}

.adtable .col {
    border: solid 1px grey;
    border-bottom-style: none;
    border-right-style: none;
}

.adtable .col:last-child {
    border-right: solid 1px grey;
}

.adtable .row:last-child .col {
    border-bottom: solid 1px grey;
}

.datatable {
    margin:5px;
}
.datatable tr {

}
.datatable th {
    background-color: lightgrey;
    border: solid 1px grey;
    padding: 5px;
}
.datatable td {
    border: solid 1px grey;
    padding: 5px;
}
.note-open {
    background: #FFFFD4;
}

.note-closed {
    background: #d6ffd4;
}

.force-select {
    -webkit-user-select: auto !important; /* Chrome 49+ */
    -moz-user-select: auto !important; /* Firefox 43+ */
    -ms-user-select: auto !important; /* No support yet */
    user-select: auto !important; /* Likely future */
}
