.container {
    padding: 10px 5px;
}

.row {
    margin-bottom: 10px;
}

label.strong {
    font-weight: bold;
}

.far {
    font-size: 30px;
    color: #aaa
}

#error {
    color: #f00;
    font-size: 14pt;
    max-width: 600px;
}

.preview_image {
    max-width: 100%;
    padding: 0px;
}

.title {
    max-width: 400px;
}

.email {
    max-width: 300px;
}
.notice {
    background-color: #ddd;
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 10px 10px 0px 15px;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 16px;
    color: black;
}

ul {
    font-weight: normal;
    list-style: square;
    padding-left: 15px;
}


/* Render jobs index */

.render-title {
    font-size: 16pt;
    height: 80px;
}

.render-info {
    font-size: 12pt;
    position: absolute;
    bottom: 0;
    width: 100%
}

.render-info-field {
    padding-top: 10px;
    font-weight: lighter;
    color: #777;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */

