.bm-wccn {
	max-width: 760px;
}

.bm-wccn-intro {
	margin: 0 0 18px;
}

.bm-wccn-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}

.bm-wccn-form input[type="text"],
.bm-wccn-form input[type="email"],
.bm-wccn-form textarea,
.bm-wccn-form select {
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
}

.bm-wccn-form fieldset {
	border: 1px solid #dcdcde;
	margin: 0 0 18px;
	padding: 14px;
}

.bm-wccn-form fieldset label {
	font-weight: 400;
	margin: 8px 0;
}

.bm-wccn .bm-wccn-form button,
.bm-wccn .bm-wccn-form input[type="button"],
.bm-wccn .bm-wccn-form input[type="submit"] {
	align-items: center;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	font-weight: 600;
	justify-content: center;
	line-height: 1.4;
	margin: 0 8px 8px 0;
	min-height: 44px;
	padding: 10px 18px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
}

.bm-wccn-summary {
	background: #f6f7f7;
	border-left: 4px solid #2271b1;
	margin: 0 0 18px;
	padding: 12px 16px;
}

.bm-wccn-items {
	border-collapse: collapse;
	margin: 0 0 18px;
	width: 100%;
}

.bm-wccn-items th,
.bm-wccn-items td {
	border: 1px solid #dcdcde;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

.bm-wccn-message {
	border-left: 4px solid #2271b1;
	margin: 0 0 18px;
	padding: 12px 16px;
}

.bm-wccn-message--error {
	border-left-color: #d63638;
}

.bm-wccn-message--success {
	border-left-color: #00a32a;
}
