body {
    color: #222;
    font-weight: lighter;
    padding-left: 20px;
    padding-right: 20px;
}

/******************************************
    Titles
******************************************/
.title, .subtitle {
    font-family: Georgia, serif;
}
.title {
    font-size: 48px;
    padding-top: 50px;
}
.subtitle {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 50px;
}

/******************************************
    Paragraphs & Uploader
******************************************/
.paragraph, .upload, .caption {
    font-family: Helvetica, sans-serif;
    max-width: 600px;
    text-align: justify;
}
.paragraph {
    font-size: 18px;
    line-height: 140%;
    padding-bottom: 20px;
}
#upload_form {
    margin-bottom: -25px;
    width: 141px;
    height: 124px;
}
#upload_form label {
    background-image: url('./upload.png');
    display: block;
    width: 141px;
    height: 124px;
}
#uploader {
    /* Hide the actual input widget */
    position: fixed;
    top: -10000px;
}
#loading {
    display: none;
    margin-top: 25px;
}
.caption {
    padding-top: 5px;
    font-size: 12px;
    width: 185px;
    text-align: center;
}
.more {
    font-size: 30px;
    color: #0091e4;
}
.error {
    color: red;
}
