/* Bootstrap Validation Summary Override */
.validation-summary-valid {
    display: none;
}

.validation-summary-errors ul {
    margin-bottom: 0;
    padding-left: 1rem;
}

.alert.validation-summary-errors {
    margin-bottom: 1rem;
}

/* Give subscript a little bit more space before the chevron */
.pos-right {
    right: 4px;
}

/* Reference classes, no implementation */
.js-waves-off, .js-waves-on, .js-get-date, .js-collapse, .js-modal-settings, .js-filter-message, .js-buttons, .js-icon-class, .js-icon-copy, .base, .needs-validation, .flex-start, .text-faded, .app-container-demo, .has-tooltip, .has-popover {
}

.js-bg-color, .js-bg-gradient, .js-bg-gradient-demo, .js-bg-target {
}

/* Enter custom CSS rules for your application here */
.divided-table {
    border-spacing: 50px;
}

.divided-table td {
    border-left-style: solid !important;
    border-bottom-style: solid !important;
    border-width: 1px;
}

.divided-table .last {
    border-right-style: solid !important;
    border-width: 1px;
}

.divided-table th {
    border-left-style: solid !important;
    border-bottom-style: solid !important;
    border-top-style: solid !important;
    border-width: 1px;
    border-color:black;
    background-color: #868e96;
    color: white;
}