
.after-hours {
    margin: 60px auto 0;
    border-radius: 15px;
    padding: 10px 20px 30px 30px;
    border: 2px solid #cccccc;
    display: block;
    background: radial-gradient(#fff 60%, #ccc);
    width: 80%;
    max-width: 800px;
}

form#after_hours input#file_to_upload {
    opacity: 0;
}

.after-hours h2,
.after-hours h3 {
    display: flex;
    justify-content: center;
}

.after-hours label p.upload {
    display: flex;
    justify-content: center;
    margin: auto;
    cursor: pointer;
}

p.instruction {
    font-size: 16px;
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

img#loading {
    height: 150px;
    margin: 20px auto;
    display: flex;
}
