﻿/* Custom Errors */
.custom-error-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

#sitemap-content ul li {
    padding: 0 20px;
    list-style: none;
}

.clickAJ:hover {
    cursor: pointer;
}

table.dataTable.stripe tbody tr.DTFC_NoData {
    background-color: transparent;
}