table.post-table td {
    border: 1px solid #797979;
    padding: 10px 10px;
    font-size: 17px;
    text-align: justify;
    color: #4c4d4f;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
table.post-table {
    margin: 2em 0 0;
}
ul.post-list ul {
    padding-left: 2em;
}
ul.post-list li {
    font-size: 17px;
    text-align: justify;
    color: #4c4d4f;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}
table.highlighted
{
border-collapse: collapse;
border: 1px solid black;
margin: 0 auto 1em;
max-width: 100%;
width: 100%;
}
table.highlighted th
{
border: 1px solid #7b7b7b;
padding: 5px 5px 5px 5px !important;
text-align: justify;
font-family: Roboto, sans-serif;
font-size: 17px;
line-height: 25px;
color: #4c4d4f;
font-weight: 700;
}
table.highlighted td
{
border: 1px solid #7b7b7b;
padding: 5px 5px 5px 5px !important;
text-align: justify;
font-family: Roboto, sans-serif;
font-size: 17px;
line-height: 25px;
color: #4c4d4f;
}
table.highlighted ul {
    padding-left: 2em;
}
table.highlighted td br {
    display: none;
}
table.highlighted th br {
    display: none;
}