body {
	line-height: 1;
	background: #e0e0e0;
	color: #C27517;
}
table {
	width: 100%;
}
td.fieldnames {
	font-size: 20px;
}
td.fielddata {
	font-size: 20px;
}
#container {
    width: auto;
    float: top;
}
.container {
    width: 50%;
    position: relative;
    float: left;
    left: 25%
}

.textfieldHeader {
    padding-left: 0px;
    font-size: 40px;
    font-weight: 100;
    position: relative;
    text-align: center;
    padding: 5px;
}

.textField {
    position: relative;
    text-align: center;
    font-size: 24px;
}

select:hover {
        cursor: pointer;
}
select {
    font-size: 20px;
	text-align:center;
	font-weight: bold;
	padding: 1px;
	background: #e0e0e0;
	color: #C27517;
}
option {
	font-size: 20px;
}