table.modern {
    margin: 0;
    padding: 0;
    background: #feffb1;
    border-style: solid;
    border-width: 1px;
}


table.modern th {
    margin:  0.5em;
    font-weight: bold;
    border-bottom: 1px dashed black;
}

table.modern td {
    padding:  0.5em;
}

