/* Aien: This sequence is to make sure go shooting css stylesheet will override the default css_style styling in richeditor */

@import "/inc/css/go-shooting.css";
@import "css_style.css";

h4 {
	background: transparent;
	color: #F7844B;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0;
}

h3 {
	background: transparent;
	color: #346A39;
	font-size: 130%;
	font-weight: normal;
	margin-bottom: 12px;
	padding: 0;
}
