@import url('https://fonts.googleapis.com/css?family=Itim');

input {
	border-Radius: 20px;
	width: 215px;
	height: 53px;
	font-size: 18px !important;
	font-weight: 700;
    outline: none;
    border: 1px solid #EEEBEB;
    text-align: center;
    background: #EEEBEB;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Itim", serif;
}

input.sub {
	text-align: left;
}

input.subRange {
	text-align: left;
    border: 1px solid #FFCC4D;
	background: #FFCC4D;
}

::placeholder {
  color: #040626;
  opacity: 1; /* Firefox */
}

.resultstable {
	width: 100%;
	border-collapse: collapse;
	color: #FFCC4D;
}

.resultstable thead th{
	font-size: 25px;
	padding-bottom: 20px;
	font-family: "Itim", serif;
	width: 40%;
}

.resultstable thead th.notes {
	width:20%;
}

.resultstable tbody th{
	font-size: 20px;
	font-family: "Itim", serif;
}
