body {
	/* font-family: Verdana, Geneva, Tahoma, sans-serif; */
	font-family: "FF Mark Pro";
	font-size: 12px;

	/* max-width: 695px; */
}

form {
	border: 0;
	padding: 5px;
	width: calc(100% - 40px);
}

fieldset {
	margin: 5px;
	border: 0;
	width: 100%;
}

fieldset table {
	margin: 20px 0;
}

fieldset table,
fieldset table tr td {
	width: 100%;
	display: block;
}

fieldset tbody {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

fieldset tr {
	flex: 0 0 calc(50% - 20px);
	flex-basis: calc(50% - 20px);
}

.ship-small-note {
	font-size: 11px;
}

.required::before {
	content: "*";
}

input[type="submit"] {
	margin: 0 auto;
	display: block;
	width: 100%;
	border-radius: 30px;
	color: #fff;
	background: #396c8a;
	display: block;
	margin: 0 auto;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	letter-spacing: -0.03em;
	font-family: "FF Mark Pro";
	max-width: 200px;
	margin-left: auto;
	margin-right: 0;
}

legend {
	font-weight: bold;
}

label {
	font-weight: normal;
	font-size: 1em;
	letter-spacing: -0.03em;
	line-height: 2em;
	display: block;
	color: #273945;
	display: block;
}

input {
	width: 100%;
	margin: 0;
	box-shadow: none;
	outline: 0;
	background-color: #fff;
	box-sizing: border-box;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	float: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: inherit;
	border: 1px solid #ced4da;
	padding: 6px 10px;
	height: 38px;
	width: 100%;
	line-height: 1.3;
	outline: 0;
	border-radius: 4px;
}

select {
	background-color: #fff;
	border: 1px solid #ced4da;
	font-family: "FF Mark Pro";
	border-radius: 5px;
	width: 100%;
	padding: 0.5em 0.7em;
	font-size: 14px;
}
