﻿table {
    margin-top: 20px;
    margin-left: 10px;
}
tr:first-child {
    border-top: 1px solid black;
}
tr:last-child {
    border-bottom: 1px solid black;
}
th {
    border-bottom: 1px dashed black;
    padding: 0 20px;
}
td {
    border-bottom: 1px dotted black;
    padding: 0 10px;
    line-height: 200%;
}
#space {
    width: 0px;
    border-bottom: none;
}

