select, input {
	font-family: Verdana;
}
select, input {
	border: 1px #777 solid;
	box-sizing: border-box;
}
.size {
    width: 7ex;
}
input[type="submit"] {
	font-weight: bold;
}
body, select, input {
	font-family: Consolas;
}
body, select, input, table {
    font-size: 15px;
}
select[name="db"] {
	max-width: 270px;
}
table{
	margin-right: 0px;
}
.options select {
    min-width: 35ex;
}