.mb-0 > a {
    display: block;
    position: relative;
    color: var(--information-text);
}
/*.mb-0 > a:after {*/
/*    content: "\f078"; !* fa-chevron-down *!*/
/*    font-family: 'FontAwesome';*/
/*    font-style: normal;*/
/*    position: absolute;*/
/*    right: 0;*/
/*}*/

/*.mb-0 > a[aria-expanded="true"]:after {*/
/*    content: "\f079"; !* fa-chevron-up *!*/
/*}*/
.card {
    background-color: var(--information-background);
    color: var(--information-text);
    margin-top: 20px;
}

#edit-history {
    font-size: smaller;
}

#stats {
    font-size: smaller;
}
