article table.cell tr:first-child th{
    background-color: #b4e12d;
}
article table.cell tr td{
    font-weight: bold;
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
}
article table.cell tr th{
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
}
article table.cell{
    width: 49%;
}
#cells{
    display: flex;
}