@font-face {
    font-family: Lato;
    src: url(/proxy-assets/Lato-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

body {
    font-family: Lato, sans-serif;
    height: 100%;
    margin: 0;
}

#content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

.hidden {
    display: none;
}

.detail {
    text-align: center;
}

#progress, #finishing {
    font-size: 19px;
    line-height: 24px;
}

#spinner {
    height: 52px;
}

.row:first-of-type {
    margin-top: 0;
}

.row {
    width: auto;
    margin-top: 40px;
}

.row.message {
    margin-top: 16px;
}