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