section {
    padding: 30px 0;
}

section:first-child {
    padding-top: 0;
}

.hidden {
    display: none !important;

}

.stage {
    background-color: #fff;
    padding: 15px;
}

.table-striped {

    background: #fff;
}


.table td {
    white-space: normal;
    word-break: break-all;
}

.loading-pane {
    background-color: #fff;
    padding-top: 30px;

    position: sticky;
    top: 0;
}

.table-striped tbody tr.pane-load-mark.mark,
.pane-load-mark.mark {
    background-color: #cbc6fd;
}

.alert a,
.alert a:link,
.alert a:visited {
    color: #000;
    font-weight: bold;
}

.table {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #eaeaea;
}