body {
    font-family: Roboto;
    margin: 0;
    height: 100%;
    padding: 0;
}

#root {
    height: 100%;
}

html, body, #app, #app > div {
    height: 100%
}

.hidden {
    display: none;
}

a {
    text-decoration: none;
}

.copyOnClickText {
    cursor: pointer;
}

.copyOnClickText:hover {
    text-decoration: underline;
}