.mastodon-comment {
    background-color: #ccc;
    border-radius: 10px;
    padding: 25px;
    margin-bottom:1rem;
    display:flex
}
.mastodon-comment .content {
    flex-grow:2
}
.mastodon-comment .avatar img {
    margin-right:1rem;
    min-width:60px
}
.mastodon-comment .author {
    padding-top:0;
    display: flex;
}
.mastodon-comment .author .date {
    margin-left: auto;
}
.mastodon-comment .disabled {
    color: #000;
}
.mastodon-comment-content p:first-child {
    margin-top:0
}