aside#menu {
    z-index: 10;
}
#logged-in-photo img {
    width: 52px;
    height: 52px;
    object-fit: cover;
}
a#logged-in-photo {
    border: none;
}
table {
    border-collapse: collapse;
}
table  tr > td,
table  tr > th {
    border-top: 1px solid #aaa;
    padding: 0.5rem;
}
tr > td > table {
    margin: 1rem 0rem 1rem 5rem;
    width: 90%;
}
tr.current {
    background-color: #f4f4f4;
    border-left: 5px solid lightgreen;
}
body > main {
    margin-left: 10rem;
    margin-right: 10rem;
}
body > main > div > ul:first-of-type {
    float: right;
    margin-left: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: #eee;
}
ul {
    list-style-type: circle;
    list-style-position: outside;
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

li {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.rounded li {
    margin-left: 5rem !important;
}
.column.block h1 {
    display: none;
}
