.speech .fa {
    font-style: italic;
    font-variant-alternates: styleset(magyar) character-variant(rounda);
}

a.expand::before,
.fa::before,
.faBug::before {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
}

a.expand,
.fa {
    font-size: 100% !important;
    color: white;
}

.faBug {
    color: rgba(255,255,255,0.85);
}

a.expand::before {
  content: "\f065";
}
