#prefForm h3.field-heading {font-family: "Lato", arial, sans-serif;
    font-size: 18px;color:#571C1F;}
	
.field label{font-family: "Lato", arial, sans-serif;
    font-size: 18px;color:#571C1F;font-weight: normal;}
	
.field input {min-width:0;}

	p.required-key {font-family: "Lato", arial, sans-serif;
    font-size: 12px;color:#571C1F;font-weight: normal;}
	
	div.inner-expansion p {font-family: "Lato", arial, sans-serif;
    font-size: 18px;color:#571C1F;}
	
	.button {
		font-family: "Lato", arial, sans-serif;
	    appearance: none;
	    border: none;
	    outline: none;
	    display: inline-block;
	    width: 50%;
	    padding: .5em 1.5em;
	    margin: .5em 0;
	    background: #571C1F;
		border:1px  solid #571C1F;
	    border-radius: 5px;
	    color: white;
	    font-weight: bold;
	    font-size: .9rem;
	    text-align: center;
	    cursor: pointer;
	transition: background 0.25s, color 0.25s;}
		
		.button:hover {
			color:#571C1F;
			border:1px  solid #571C1F;
			background-color:#fff;
		}
		
		.link-button {
		    appearance: none;
		    border: none;
		    outline: none;
		    background: none;
		    display: block;
		    font-size: .9rem;
		    margin: .5em;
		    text-decoration: underline;
		    cursor: pointer;
		    color: #888;
			font-family: "Lato", arial, sans-serif;
		}