.audit-log-table {
    text-align: left;
    border-collapse: collapse;
    font-size: 1rem;
}

.audit-log-table thead tr th {
    padding: 7px 10px;
    background-color: #110d0a;
    color: #fff;
}

.audit-log-table tbody td {
    padding: 7px 10px;
    border-bottom: 1px solid #dadacf;
}

.audit-log-table tbody td:first-child {
    border-left: 1px solid #dadacf;
}

.audit-log-table tbody td:last-child {
    border-right: 1px solid #dadacf;
}

.audit-log-table tbody td a {
    text-decoration: none;
}

.audit-log-table tbody td a:hover {
    text-decoration: underline;
}

.audit-log-title {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: bold;
}

.audit-log-table {
    margin-top: 20px !important;
}

.audit-log-wrapper {
    text-align: center;
}

.audit-log-wrapper .audit-log-title {
    text-align: left;
}

.audit-log-wrapper .audit-view-more {
    padding: 8px 12px;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    background: transparent;
    border: 1px solid black;
    transition: 0.1s background;
    margin-top: 15px;
    color: black;
}

.audit-log-wrapper .audit-view-more:hover {
    background: black;
    color: white;
}
