﻿body {
    position: initial;
    overflow: auto;
}

.history {
    box-shadow: unset;
    padding: 0;
}

.cell-action {
    display: flex;
    justify-content: center;
}

    .cell-action button:first-child {
        margin-right: 10px;
    }

.table td, .table th {
    padding: 0.75rem 0.4375rem;
}

    .table td:first-child, .table th:first-child {
        padding-left: 0;
    }

.hide {
    display: none;
}