.flag-msg {
    display: none;
    font-size: 12px;
    margin: 0;
    border: 1px solid yellowgreen;
}

a.flagthis {
    margin-left: 20px;
    font-size: 20px;
    color: #000;
}

a.flagged {
    fill: red;
}

a.flagthis:hover {
    text-decoration: none;
    color: #000;
}

a.flagthis svg {
    width: 15px;
}

a.flagthis:hover svg {
    fill: red;
}

a.flagthis #flagged-icon {
    display: none;
}
a.flagged #unflagged-icon {
    display: inline;
}
a.flagged #unflagged-icon {
    display: none;
}
a.flagged #flagged-icon {
    display: inline;
}