body{
	margin: 0;
	padding: 0;
	background-color: #e9e9e9;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
h1{
	font-family: inherit;
	font-weight: 100;
    background-color: #f4f4f4;
    padding: 10px 19px;	
    border-bottom: 3px solid #F90;	
}
#container{
	max-width: 1200px;
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 20px;
	background-color: #FFF;
}
table{
	border: 1px solid #333;
	font-size: 15px;
}
table thead{
	background-color: #8590a1;
	color: #FFF;
}
table thead th{
	border: 1px solid #333;
	font-weight: 600;
}
table tbody tr:hover{
	background-color: #ffeed5; 
}
table tbody td{
	border: 1px solid #333;
}
table tbody td:not(:first-child){
	text-align: center;
}
table tfoot td{
	border: 1px solid #333;
}
table tbody td input{
	-webkit-appearance: none;
	height: 100%;	
	text-align: center;
	width: 100%;
}
table tbody td input:focus{
	outline: none;
}
#step2{
	margin-top: 50px;
}
.no-input{
	background-color: #d7d7d7;
}