input[type='checkbox'] {
    -webkit-appearance:none;
    width:30px;
    height:30px;
    background:white;
    border-radius:5px;
    border:2px solid #555;
    vertical-align: -1vh;
}
input[type='checkbox']:checked {
    background: rgb(255, 0, 0);
}

label, h1 {
    font-size: 3vh;
    font-family: "Verdana";
}

.fstselected{
    font-size: 4vh;
}

#copyright{
    font-size: 1.5vh;
}

#imposter_warning{
	font-szie:1.5vh;
}
