table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding-left: 5px;
    padding-right: 5px;
}

tr#color {
    background-color: #E9E3E0;
}

td#countyName {
    font-weight: bold;
}

td#recipientName {
    font-weight: bold;
}

#id {
    text-align: center;
}

a, a:focus, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

