body {
            font-family: "Arial", sans-serif;
            line-height: 1.8;
            margin: 0;
            padding: 0;
            background-color: white;
            color: #333;
}
header {
    background-color: rgb(244 244 244);
    padding: 20px;
    /* text-align: center; */
}
main {
    padding: 40px;
    max-width: 1000px;
    margin: auto;
    background-color: white;
}
h1, h2, h3 {
    color: black;
    font-weight:normal
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 21px;
    font-weight: bold;
    margin: 0;
}
section {
    margin-bottom: 40px;
}
footer {
    text-align: center;
    padding: 20px;
    background-color: #eee;
    font-size: 0.9em;
}
p {
    min-height: 29px;
    margin: 0;
}

.non-list{
    list-style-type: none;
}

table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    vertical-align: top;
    border: 1px solid #ccc;
    padding: 10px;
}

th {
    width: 35%;
    font-weight: normal;
    text-align: left;
}
a{
    color: #007bff;
}

.c-table .w15 {
  width: 15%;
}
.c-table .w20 {
  width: 20%;
}
