h1 {
	font-size: 24px;
}
form {
	font-size: 12px;
}
input {
	font-size: 12px;
        margin: 0px;
}

th {
	font-size: 12px;
	text-align: right;
}

td {
	text-align: left;
	font-size: 12px;
}

.cmd-button {
    width: 100%;
}

input[type=button] {
	font-size: 16px; 
	padding: 2px;
	margin: 0px;
}

input[type=number] {
	width: 8ex;
}

.loss-inputs {
    background-color: #eee;
    padding: 2ex;
}

.loss-inputs select {
	width: 7em;
}

p {
    max-width: 20em;
    font-size: smaller;
}
