/* Stylesheet */

.main {
    margin: 1rem 2rem;
    padding: 0;
    background: #AABBD0;
    font-family: Verdana, sans-serif;
    font-size: 1.2rem;
    overflow-y: scroll;
}

.header {
    text-align: center;
    font-size: 1.6em;
}

.content {
}
.content h1 {
    margin: 0 0 0.4em 0;
    padding: 0;
    font-size: 1.2em;
}
.content p {
    margin: 0 0 0.4em 0;
    padding: 0;
}
.content form {
    line-height: 1.6em;
}
.span-align{
    display: inline-block;
    width: 6.8em;
}
.content select {
    width: 10em;
    height: 2.4em;
}
.content input[type=radio] {
    height: 1.6em;
    width: 1.6em;
    margin: 0 0.8em 0 0;
}
.content input[type=text], .content input[type=number], .content input[type=date]{
    width: 10em;
    height: 2em;
    margin: 0 0 0 0.4em;
}
.button {
    margin: 0.4em 0;
    height: 2em;
    width: 8em;
    font-size: 1em;
}
.button-remove {
    margin: 0 0 0.6em 0;
    height: 2.4em;
}

.footer {
    margin-bottom: 4em;
    text-align: center;
    font-size: 0.8em;
}
.footer-content {
    max-width: 70%;
    margin: auto;
}