.debug-table {
    margin: auto;

    th, td {
        border: 1px solid #eff0f4;
        padding: 10px;
    }

    td {
        max-height: 100px;
        font-weight:300;
        font-size:16px;
    }

    th {
        color: #f9f9f9;
        background: #1b1e24;
        font-size: 18px;
        font-weight: 100;
    }

    tr:nth-child(odd):not(:hover) td {
        background:#EBEBEB;
    }

    tr:nth-child(even):not(:hover) td {
        background: white;
    }
}

.debug-table__row {
    cursor: pointer;

    &:hover {
        // background-color: rgba(0, 0, 0, 0.2);
        background-color: #4E5066;
        color: white;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        widows: 750px;
    }
}


.panel-doc {
    .indent {
        margin-left:20px;
    }
}