﻿.mdtable {
    border-collapse: collapse;
    margin: 1px;
    border: 2px solid #9a9998;
    background-color: #e5e5e5;
    color: black;
    text-align: center;
    width: 30rem;
    max-width: 30rem;
}

.mdtable th {
    padding: 0rem 1rem 0rem 1rem;
    border: 1px solid black;
}

.mdtable td {
    padding: 0rem 0.25rem 0rem 0.25rem;
    border: 1px solid black;
}

.mdtable td:nth-child(1),
.mdtable th:nth-child(1) {
    width: 18rem;
}

.mdtable td:nth-child(2),
.mdtable th:nth-child(2) {
    width: 6rem;
}

.mdtable td:nth-child(3),
.mdtable th:nth-child(3) {
    width: 6rem;
}

.red {
    color: red;
}

.black {
    color: black;
}

h1 {
    color: #9E1A1B;
}

h4 {
    color: #9E1A1B;
}

#content img {
    border: 1px solid #BFBFBF;
    padding: 5px;
}

.img2 img {
    width: 40%;
}

li::marker {
    font-weight: bold;
}