html {
	font-family: arial;
	font-size: 18px;
}

@media (max-device-width: 1100px) {html{font-size: 5vw;}}

input, select, textarea, button, p {
	font-family:inherit;
	font-size: inherit;
}

td, th { font-size: 16px; }

@media (max-device-width: 1100px) {td, th { font-size: 7vw; }}

input[type=radio] {
    width: 1em;
    height: 1em;
}

input[type=checkbox] {
    width: 1em;
    height: 1em;
}

#doorlist {
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
}

#doorlist td {
    font-size: 80%;
}
