@import 'reset.css';

b {
	font-weight: bold;
}

body {
	font-family: sans-serif;
	font-weight: 100;
	background: #eee;
	line-height: 1.5;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

button {
	min-height: 40px;
	min-width: 80px;
	margin: 5px 5px 5px 5px;
}

button.small {
	min-height: 20px;
	min-width: 80px;
}

em {
	font-style: italic;
}

em.red {
	color: red;
}

fieldset {
	border: 1px solid black;
	margin: 0px auto 20px auto;
	padding: 5px 5px 5px 10px;
	box-sizing: border-box;
	border: 1px solid #bfbab0;     
	background-color: #f2efe9;    
	background: linear-gradient(white, #f2efe9);
	max-width: 520px;
}

h1 {
	font-size: 1.6em;
	margin: 10px 0px 10px 0px;
}

h1, h4 {
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

h4.center {
	text-align: center;
}

h4.underline {
	text-decoration: underline;
}

header {
	background-color: #b2acab;
	box-shadow: 1px -1px 2px grey;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
	border: 1px solid grey;
}

input, select
{
	box-sizing: border-box;
	min-height: 26px;
	padding: 5px 5px 5px 5px;
	letter-spacing: 1px;
	font-size: 0.95em;
}

input[type="number"] {
	max-width: 100px;
}

legend {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

nav {
	margin-bottom: 5px;
	box-shadow: 1px 2px 1px grey;
}

p {
	min-height: 20px;
	margin: 5px 0px 5px 0px;
}

p.center {
	text-align: center;
}

p.right {
	text-align: right;
}

section {
	background-color: white;
	box-shadow: 0px 1px 1px black;
	margin: 0px 0px 0px 0px;
	padding: 10px 5% 5px 5%;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

td {
	padding: 0px 5px 0px 5px;
}

th {
	font-weight: bold;
}

