﻿.dark, .dark body, .dark .bg-verylightgray, .dark .content-wrap.bg-verylightgray, .dark input {
    background-color: #121212 !important;
    color: white !important;
    border: 0;
    border-bottom: 1px solid #444;
}

    .dark .content-wrap {
        background-color: black !important;
    }

    .dark table th {
        background-color: #c70039 !important;
    }

    .dark table td {
        background-color: #121212;
    }

    .dark .res-add--choose {
        background-color: #131313;
        border: 1px solid #444444;
    }
