body {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: lightgrey;
}

#page {
    width: 900px;
    margin: 0 auto;
    padding: 20px;
    text-align: left;
    background-color: white;
}

video {
    border: solid 1px darkslategray;
}

table.box_description {
    width: 90%;
}

table.box_description th {
    font-size: 1.4em;
    font-weight: bold;
    text-align: left;
    padding: 4px 16px;
    background-color: lightgrey;
    border: solid 1px darkgray;
}

table.box_description td {
    padding: 16px;
    border-left: solid 1px darkgray;
    border-bottom: solid 1px darkgray;
    border-right: solid 1px darkgray;
}

form.application input.email {
    width: 400px;
}

form.application input.license_type {
}

form.application input.submit {
    font-size: 1.2em;
    font-weight: bold;
    color: white;
    background-color: darkblue;
    padding: 4px;
    width: 200px;
}

form.application_list input.submit {
    font-size: 1.1em;
}

span.error {
    color: red;
}

span.copyright {
    font-size: 0.9em;
}