html, body {
    font-family: Lato, sans-serif !important;
    font-size: 1em !important;
    line-height: 1.5rem !important;
    margin: 0 !important;
}

h1 {
    font-size: 2.188em;
    font-weight: bold;
    line-height: 1.14em;
    color: #333;
}

h2 {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.2em;
    color: #333;
}

h2.gross {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.2em;
    color: #333;
}

.margin-null {
    margin: 0 !important;
}

h3 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    color: #333;
}

h4 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    color: #333;
    border-left: 0.188em solid #cccccc;
    padding-left: 0.625em;
}

h5 {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.2em;
    color: #4d4d4d;
}

h6 {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.2em;
    color: #737373;
    font-style: italic;
}

p.intro {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.625em;
    color: #333;
}

p {
    font-size: 0.875em;
    font-weight: normal;
    line-height: 1.5em;
    color: #333;
}

p.bold {
    font-size: 0.875em;
    font-weight: bold;
    line-height: 1.5em;
    color: #333;
}

p.klein {
    font-size: 0.75em;
    line-height: 1.25em;
}

p.selection_limit_exception {
    border: 2px solid red;
}

a:hover {
    border-bottom-width: 0.188em;
    border-bottom-color: #3c88d9;
    color: #3070b3;
}

.table td,
.table th {
    white-space: nowrap;
    width: 1%;
}

/* VOTING VIEWS */
.comment-icon {
    height: 20px;
    width: 20px;
}

.comment-box {
    position: relative;
    height: 20px;
    width: 20px;
}

.comment-box:hover {
    cursor: pointer;
}

.comment-box:hover .comment-vote {
    display: block;
}

.comment-vote {
    position: absolute;
    display: none;
}

/* VOTE-FORM PANEL */
tr.vote-form-height {
    height: 20px;
}

tr.vote-form-border {
    border: 1px solid black;
    background-color: lightgrey;
}

div.vote-form {
    width: 16em;
    margin-bottom: 5px;
}

td.table-options {
    vertical-align: middle !important;
}

td.table-options-top {
    vertical-align: top !important;
}

#vote-form-btn {
    margin-top: 5px;
}

#comment:hover {
    height: 5em;
}

div.w-auto {
    width: auto;
}

a.button {
    display: inline-block;
    margin: 0.188em;
    padding: 0 1em;
    color: #3070B3;
    border: 0.063em solid darkgrey;
    background-color: #E6E6E6;
}

a.button:hover {
    color: #333333;
}

ul {
    list-style: square;
    margin: 0 0 0 1.2em;
}

il {
    line-height: 1.6em;
}

/*ICON*/
.icn_edit {
    width: 0.625em;
    height: 1.25em;
}

/*TOGGLE SWITCH*/
.small-switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
}

.small-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.small-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 20px;
}

.small-switch .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.small-switch input:checked + .slider {
    background-color: #2196F3;
}

.small-switch input:checked + .slider:before {
    transform: translateX(16px);
}

.card-image-container {
    width: 250px;
    height: 180px;
}

.table-primary-green {
    background-color: #b8d540; /* You may adjust the color code as per your preferred shade of green */
    color: black; /* Adjust as needed, often using white for better visibility with a dark background */
}

.table-content th, .table-content td {
    border: 2px solid white; /* White border */
}

.table-content {
    background-color: #fef5b9; /* Light yellow background */
    border: 1px solid white; /* White border */
}

.table-sum-row {
    background-color: #eecb76; /* The desired color */
}
