/* Scrollbars */
#auditList::-webkit-scrollbar,
#resultsContainer::-webkit-scrollbar {
    width: 6px;
}

#auditList::-webkit-scrollbar-thumb,
#resultsContainer::-webkit-scrollbar-thumb {
    background-color: #cbd5e1;
    border-radius: 3px;
}