#uploadlabel {
    display: block;
    margin-top: 10px;
    font-size: 1.25em;
    line-height: 1.1;
}

input[type="file"] {
    padding: 30px;
    border: 1px solid darkgray;
}

#video {
    display: none;
    max-width: 100%;
    background: #000;
}

#video.active {
    display: block;
}

#resulttext {
    width: 100%;
    min-height: 80px;
    font-family: monospace;
}

#qrinputlabel {
    display: block;
    margin-top: 10px;
    font-size: 1.25em;
    line-height: 1.1;
}

#qrinput {
    width: 100%;
}

#qrcanvas {
    max-width: 100%;
    height: auto;
    image-rendering: pixelated;
    background: #fff;
}

#downloadrow button {
    margin-right: 8px;
}
