@charset "utf-8";

/* override default foundation style */

body{
	font-size:0.75em;
}

.row{
	max-width:70rem;/*1120px*/
}

input[type=text], input[type=password], select{
	margin:0px;
	font-size:0.75rem;
	height:auto;
}

a.button, button.button{
	margin:0px;
	font-size:0.95em;
	height:auto;
	background-color:#00375b;
}
a.button:hover, button.button:hover{
	background-color:#00476b;
}