body {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 0.8em;
    margin: 0;
    -webkit-text-size-adjust: 108%;
}
.iw {
    padding: .5em 0;
}
#head {
    border-bottom: solid 1px rgb(228,180,28);
    color: rgb(228,180,28);
    cursor: pointer;
    display: block;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 8pt;
    font-weight: bold;
}
#wrap {
    display: flex;
    flex-direction: column;
}
a {
    color: rgb(255, 219, 90);
    font-weight: bold;
    text-decoration: none;
}
a:not([id]):hover {
    text-decoration: underline;
}
a > span.lang::before {
    content: "\f02d";
    position: relative;
    width: 2em;
    display: inline-block;
    text-align: center;
    bottom: 0.1em;
    font-family: "Font Awesome 5 Free";
    font-size: 0.6em;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
a > span.title {
    display: none;
}
