/* c39c62 */
/* c3ae90 */

h1#punch {
    text-shadow: 1px 1px 4px #666;
}

h3, a {
    color: #c39c62;
}

button {
    background-color: #c39c62;
}

button:hover {
    background-color: #c3ae90;
    color: #c39c62;
}

form input:focus {
    border-bottom: 1px solid #c39c62;
    box-shadow: 0 1px 0 0 #c39c62;
}


.progress {
    background-color: #c3ae90;
}

.progress .bar {
    background-color: #c39c62;
}

div.url {
    color: #c39c62;
}

a.download {
    background-color: #c39c62;
}

a.download:hover {
    background-color: #c3ae90;
    color: #c39c62;
}

p.note, span.filename, p.with-filename {
    color: grey;
}

span.docname {
    color: black;
}

form input::placeholder {
    color: gray;
}

button:disabled {
    background-color: grey;
    color: lightgrey;
}
