#new-sow {
	display: none;
}
#new-sow label {
	margin: 20px 0;
	font-size: 20px;
}
select {
	width: 100%;
	border-radius: 4px;
	border: 1px solid #222222;	
	padding: 10px;
	background:  white;
	font-size: 18px;
}
fieldset {
	width: 100%;
	border: none;	
	padding: 0;
	background:  white;
	font-size: 20px;
}
input[type="text"] {
	width: 100%;
	border-radius: 4px;
	border: 1px solid #222222;
}
legend {
	font-weight: bold;
	font-size: 20px;
}

.sub-label {
	margin: 10px 0 10px 20px !important;
	font-weight: normal;
}

.help-text {
	color: #990134;
	font-weight: normal;
	font-size: 18px;
}
.sub-sub-label {
	margin: 0 0 0 30px !important;
	font-weight: normal !important;
	padding: 0 !important;
}
.service-summary {
	border: 1px solid black;
	padding: 10px;
	border-radius: 4px;
	margin: 10px 0;
}
.service-short-name {
	font-weight: bold;
	font-size: 22px;
}
.service-short-description {
	font-size: 18px;
	margin-bottom: 10px;
}
.service-short-price {
	font-size: 18px;
	font-weight: bold;
}
.quoted-service {
	display: none;
	margin: 0;
}
.service-name {
	font-weight: bold;
	font-size: 16px;
}
.quoted-service {
	padding: 0 0 10px 0;
}
#quote-timeline {
	border: 1px solid black;
	padding: 10px;
	border-radius: 4px;
	margin: 10px 0;	
}
#quote-timeline-name {
	font-weight: bold;
	font-size: 22px;
	width: 100%;
}
#quote-timeline-description {
	font-size: 18px;
	margin-bottom: 10px;
	wisth:100%;	
}
#quote-timeline-price {
	font-size: 18px;
	font-weight: bold;
}
.quote-note {
	font-size: 14px;
	margin-bottom: 10px;
}
.note-title {
	font-size: 14px;
}
#payment-plans {
	padding: 20px 0;
}
#payment-plans label {
	font-size: 22px;
	font-weight: bold;
}
#eqjson {
	display: none;
}
.dynamic-toggle:hover {
	cursor: pointer;
	text-decoration: underline;	
}
.dynamic-toggle {
	font-size: 14px;
	font-style: italic;
	text-decoration: none;
	font-weight: normal;
}
#edit-quote {
	margin: 0;
}
#accept-quote {
	text-align: center;
}
#accept-quote-button {
	width: 70%;
}
#reset-quote {
	text-align: center;
	margin: 40px auto;
}
#quote-json {
	display: none;
}