@font-face {
    font-family: 'Niconne';
    src: url('../fonts/nic-webfont.eot');
    src: url('../fonts/nic-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/nic-webfont.woff2') format('woff2'),
        url('../fonts/nic-webfont.woff') format('woff'),
        url('../fonts/nic-webfont.ttf') format('truetype'),
        url('../fonts/nic-webfont.svg#niconneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: Tahoma;
}

cite {
    font-family: 'Niconne', cursive, serif;
    font-size: 4em;
}

#editor {
    display: none;
}

footer {
    font-size: 0.7em;
}

.hint {
    color: lightgrey;
}

.mailLink {
    cursor: pointer;
}

#motivation {
    display: none;
}

.quote {
    cursor: pointer;
}

.status {
    color: lightgreen;
    display: none;
    font-weight: bold;
}