#post ul.type {
    display: inline-block;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
#post ul.type h3 {
    display: inline-block;
    width: auto;
}
#post ul.type li {
    padding-left: 0;
}
#post ul.type li ul {
    margin-bottom: 0;
}
#post ul.type li ul li {
    display: none;
}

.box.post > a.icon {
    float: right;
    margin-top: -2em;
    margin-right: -1.8em;
    opacity: 0.3;
}

@media screen and (max-width: 840px) {
    .box.post > a.icon {
        margin-top: -2em;
        margin-right: -0.8em;
    }
}

.box.post td.avatar {
    width: 1px;
}
.box.post td.avatar span.image.avatar {
    vertical-align: middle;
}
.box.post td.avatar span.image.avatar img {
    height: 25px;
}

.box.post table.creator {
    display: block;
    margin-bottom: 0.25em;
    width: 100%;
}

.box.post table.creator tr {
    background-color: transparent;
    border: none;
}

.box.post table.creator tr td {
    padding: 0;
}

.box.post table.creator tr td:nth-of-type(2) {
    padding-left: 0.5em;
    width: 100%;
}

.box.post table.creator tr td:nth-of-type(3) {
    text-align: right;
    white-space: nowrap;
}

.box.post .comments:not(:empty) {
    margin-top: 1em;
    width: 100%;
}

.box.post .comments .comment {
    border-left: 2px solid black;
    padding-left: 1em;
}

.box.post .comments .comment.active {
    background-color: var(--tr-alt-background-color);
}

.box.post .comments .comment.active .comment {
    background-color: var(--box-background-color);
}

.box.post .comments > .comment:not(:first-child) {
    padding-top: 0.5em;
}

.box.post .comments > .comment .comment {
    padding-top: 0.5em;
}

.box.post .comments > .comment .comment:not(:first-of-class) {
    padding-top: 0.5em;
}

.box.post .comments .comment + .addComment {
    padding-top: 0.5em;
}

.box.post .comments .addComment > div:first-child {
    padding-right: 0.5em;
}

.box.post .comments .error {
    margin-bottom: 1em;
    
}

.box.post ul.actions {
    padding-bottom: 0.5em;
}

.box.post ul.actions .icon:before {
    font-size: 0.75em;
    margin-right: 0.25em;
}