html,
body,
.h-100 {
    height: 100%;
}

body {
    background-size: cover;
}

@media only screen and (min-width: 800px) {
    .content-box {
        min-width: 800px;
    }
}

.font-italic td {
    font-style: italic;
}
.font-weight-bold td {
    font-weight: bold;
}

.table-lock-header {
    border-collapse: separate;
    border-spacing: 0;
}
.table-lock-header thead {
    position: sticky;
    top: 0;
    z-index: 2;

    background-color: #ffffff;
    border-bottom: 1px solid #000000;
}

.table {
    table-layout: auto;
    margin-bottom: 0;
}

.table td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.row {
    max-width: 100%;
}

.flex-center {
    display: flex;
    align-items: center;
}

pre {
    margin: 0;
}

::-webkit-scrollbar {
    width: 0.3em;
    height: 0.3em;
}

::-webkit-scrollbar-track {
    background-color: #79797948;
}

::-webkit-scrollbar-thumb {
    background-color: #494747;
    cursor: pointer;
}

.tooltip-inner {
    white-space:pre;
    max-width:none;
}
