p {
    text-align: justify;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

li {
    text-align: justify;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

table.ktable, th.ktable, td.ktable {
    border: 1px solid black;
    text-align: center;
}

table.ktable tr:nth-child(even) {
    background-color: #eee;
}

table.ktable tr:nth-child(odd) {
    background-color: #fff;
}

table.ktable th {
    color: white;
    background-color: black;
}
