#Outline > #Contents > div.block {
    padding: 5px 10px;
}
#Outline > #Contents > div.block > table {
    width: 100%;
}
#Outline > #Contents > div.block > table tr {
    border-bottom: 1px solid #CCC;
}
#Outline > #Contents > div.block > table tr:last-child {
    border-bottom: none;
}
#Outline > #Contents > div.block > table tr td {
    padding: 10px;
    font-size: 1rem;
}
#Outline > #Contents > div.block > table tr td a img {
    margin-left: 5px;
    width: 1em;
    height: 1em;
}