.alerts-table {
    width: 100%;
}

.alert-table-body > tr:hover {
    cursor:pointer;
}

.pagination {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}

.page-hyperlink {
    text-decoration: none;
    padding-left: .25em;
    padding-right: .25em;
    opacity: 0.65;
    color: black;
}

.page-hyperlink:hover {
    text-decoration: underline;
    padding-left: .5em;
    padding-right: .5em;
    opacity: 1;
    color: blue;
}

.page-arrow {
    width: .5rem;
    height: 1rem;
    margin-right: .5rem;
    margin-left: .5rem;
}

.page-arrow-text {
    color: black;
    display: flex;
    font-style: normal;
    text-decoration: none;
    font-weight: bold;
    opacity: 1;
}

.left-arrow {
    grid-column: 1;
    justify-self: right;
}

.right-arrow {
    grid-column: 3;
    justify-self: left;
}

.current {
    font-weight: bold;
    margin-right: .5em;
    margin-left: .5em;
    grid-column: 2;
    text-decoration: underline;
}

.disabled {
    filter: opacity(50%);
}

.break-the-glass-prompt {
    font-weight: bold;
    background-color: rgba(215, 215, 215, 0.6)
}

.break-the-glass-denied {
    font-weight: bold;
    background-color: #d7d7d7
}