html {
    background-color: #34568B;
    color: white;
}

body {
    font-family: 'Fira Sans', sans-serif;
    width: 98%;
    margin: 0 auto;
}

.subtitle {
    text-align: center;
    margin: 5px;
}

div.container {
    display: flex;
    flex-wrap: wrap;
}

h1 {
    text-align: center;
    margin: 5px 0;
}

h2, h3 {
    margin: 0;
}

h3 {
    margin-bottom: 15px;
}

h4 {
    margin-bottom: 5px;
}

div + h2, div > h2 {
    margin-top: 20px;
}

ul {
    list-style: none;
    padding-left: 0;
    margin: -10px 0 0 0;
}

li {
    padding: 2px 0;
}

label {
    font-weight: normal;
    font-size: 0.85em;
}

div.container > div, textarea {
    color: #34568B;
    background-color: oldlace;
    padding: 10px;
    margin: 10px;
}

input:not([type=checkbox]) {
    width: 30ch;
}

input[type=number], td input[type=number] {
    width: 7ch;
}

#po-year, #chair-name {
    width: 12ch;
}

#output {
    resize: none;
    height: 500px;
    width: calc(100% - 40px);;
}

th {
    text-align: left;
}

td input:not([type]) {
    width: 60ch;
}
