.intro {
    width: 60%;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4em;
}

.upload-form {
    background: #f2f2f2;
    padding: 2em;
    border-radius: 0.6em;
    margin-bottom: 4em;
}

label {
    font-weight: bold;
    color: darkcyan;
    font-size: 130%;
}

#pdf-upload {
    vertical-align: text-bottom;
}

.filename {
    cursor: pointer;
    font-size: 170%;
}

.error {
    color: red;
}

#read-limit {
    font-size: 80%;
    font-style: italic;
    margin: 0.2em 0 0.4em 0;
    color: #777;
}

#privacy, #news, #limitations {
    margin-bottom: 4em;
    text-align: left;
}

h3 {
    margin-top: 2em;
}

.news-date {
    color: #777;
}

.news-date:after {
    content: ' - ';
}

@keyframes focus {
    0%   {color: #df805a;}
    25%  {color: #6f100a;}
    50%  {color: #df805a;}
    75%  {color: #6f100a;}
    100% {color: #df805a;}
}

.focus {
    animation-name: focus;
    animation-duration: 2s;
}

#limitations {
    text-align: left;
    color: #333;
}

#license {
    color: #222;
}

a {
    color: #af501a;
}

#progress {
    display: none;
}