
#scoreSubmit{ font-size: 20px; float: left; height: 58px; }

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2c2322;
    opacity: 1; /* Firefox */
    }
    
    :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #2c2322;
    }
    
    ::-ms-input-placeholder { /* Microsoft Edge */
    color: #2c2322;
    }


/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #edfcfc inset !important;
	color:#edfcfc !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #d2592b;
}
input:-webkit-autofill:focus {
    -webkit-text-fill-color: #d2592b;
}

.field{

	height: 50px;

	text-transform: uppercase;

	font-family: 'Anton', sans-serif;
	
	color:#2c2322;
	padding-bottom:6px;
	padding-top:8px;
	padding-left:0px;
    padding-right:0px;
	cursor:pointer;
    margin-bottom: 20px;
    
    
	border-bottom: 3px solid #d2592b !important;
	background-color:transparent !important;
	text-align:center;
		
	border: 0;
	border-radius: 0 0px 0px 0;
	
	box-sizing:border-box;
	-webkit-appearance:none;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -webkit-text-size-adjust:none;  
	-moz-text-size-adjust:none;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	touch-action: auto;
}



select{
	color: #edfcfc;
	background: #d2592b;
    font-size: 20px;
    width:100%;
	font-family: 'Press Start 2P', cursive;
	line-height: 120%;
	height: 40px;
	margin-bottom: 30px;
	border: 6px solid #d2592b;
	/* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
	touch-action: auto;
}


