﻿html, body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    margin: 25px;
}

.body-darkmode {
    background-color: #1f1f1f;
    color: #d6d6d6 !important;
}

.body-lightmode {
    background-color: #ffffff;
    color: #d6d6d6 !important;
}

.table {
    max-width: 400px;
}

.table-darkmode {
    color: #d6d6d6 !important;
}

.table-lightmode {
    color: #1f1f1f !important;
}