
.hidden {
	display: none;
}

.gform_wrapper.royalty_est_calc_wrapper {
	margin: 0 auto !important;
	padding: 0 !important;
}

.gform_wrapper.royalty_est_calc_wrapper .description_above .gfield_description {
	padding: 0 !important;
}

.gform_wrapper.royalty_est_calc_wrapper .gform_footer {
	display: none !important;
}

.gform_wrapper.royalty_est_calc_wrapper .top_label .gfield_label {
	color: #000;
	font-family: "Bree Serif", Georgia, "Times New Roman", serif;
	font-weight: 400;
}

.gform_wrapper.royalty_est_calc_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border: 1px solid #bbb;
}

.gform_wrapper.royalty_est_calc_wrapper .instruction {
	display: none;
}

.resultBlock {
	border-top: 1px solid #7c7c7c;
	margin-top: 15px !important;
	padding-top: 10px !important;
}

.resultBlock h5 {
	font-size: 1.2em;
}

.resultBlock p:last-of-type {
	padding-bottom: 0;
}

.resultBlock li {
	line-height: 1.3em !important;
}

#resultRow, #resultRowOld {
	margin-bottom: 20px;
}

#resultRow .resultVal, #resultRowOld .resultVal {
	color: #0a0;
	display: inline-block;
	font-size: 1.2em;
	font-weight: normal;
}

#resultRow h6, #resultRowOld h6 {
	display: block;
	font-size: 1.25em;
}

#buttonRow {
	margin: 20px 0;
}

#buttonRow .et_pb_button {
	color: #fff;
	background-color: #ff8930;
	border-color: #ff8930;
	border-radius: 1px;
}

#buttonRow .et_pb_button:hover {
	background-color: black;
	border-color: black;
	cursor: pointer;
}

#finePrintRow ul {
	color: black;
	font-size: .8em;
	list-style-type: circle;
	margin: 0 0 0 15px !important;
	padding-left: 0;
}

#errorMsg {
	color: #5b0000;
}
