.checkbox-grid {
    -webkit-column-width: 90px;
    -moz-column-width: 90px;
    column-width: 90px;
}

div.checkbox:first-of-type {
    margin-top: 0;
}

div.checkbox:last-of-type {
    margin-bottom: 0;
}

ul.checkbox-grid div.custom-checkbox {
    display: list-item;
    /*
    margin-top: 3px;
    margin-bottom: 3px;
    */
}

ul.checkbox-grid {
    margin-bottom: 0;
}

.nodisplay {
    display: none !important;
}

tr {

}

body {
    counter-reset: visibleRows;
}

/*
#theTableNameContainer {
    position: absolute;
    top: 0px;
}
*/

#theTableNameContainerPlaceHolder {
    visibility: hidden;
}

#theTableWrapper {
    /* #theTableNameContainer is position relative to *first* positioned
     * parent. "Relative" makes this one "positioned" */
    position: relative;
    white-space: nowrap;
    hyphens: none;
}

#theTableWrapper h1 {
    margin-top:0px;
    margin-bottom:0px;
}

.card-primary {
    height: calc(100% - 15px);
    margin-bottom: 10px;
}

div.thePage {
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.small-gutters {
    margin-right: 1px;
    margin-left: 1px;
}
.small-gutters > .col, .small-gutters > [class*="col-"] {
    padding-right: 2px;
    padding-left: 2px;
}
