/*
 * @author DSIS
 */

p {
    border-bottom: 1px solid grey;
}

table {
    border: 1px solid grey;
}

th {
    font-weight: bold;
}

td,
th {
    border: 1px solid grey;
    padding: 5px;
}
