/**umb_name:Highlight Yellow*/
.highlighty {
	margin: 0 -0.4em;
	padding: 0.1em 0.4em;
	z-index: -1;
	border-radius: 0.8em 0.3em;
	background: transparent;
	background-image: linear-gradient(to right, rgba(244, 211, 94, 0.1),rgba(244, 211, 94, 0.7) 4%,rgba(244, 211, 94, 0.5));
}

/**umb_name:Underline Yellow*/
.underliney {
	-webkit-box-shadow: 0px 3px 0px 0px #f4d35e;
	box-shadow: 0px 3px 0px 0px #f4d35e;
}

/**umb_name:Highlight Pink*/
.highlightp {
	margin: 0 -0.4em;
	padding: 0.1em 0.5em;
	z-index: -1;
	border-radius: 0.8em 0.3em;
	background: transparent;
	background-image: linear-gradient(to right, rgba(227,84,237, 0.1),rgba(227,84,237, 0.7) 4%,rgba(227,84,237, 0.3));
}

/**umb_name:Underline Pink*/
.underlinep {
	-webkit-box-shadow: 0px 3px 0px 0px #f4d35e;
	box-shadow: 0px 3px 0px 0px #e354ed;
}

/**umb_name:Blue Summary Box*/
p.bbox {
	font-size: 1.15em;
	line-height: 1.45em;
	border-left: solid 5px #5ebfdd;
	background: #eefaff;
	padding: 30px;
}

/**umb_name:Green Summary Box*/
p.gbox {
	font-size: 1.15em;
	line-height: 1.45em;
	background-color: #f5faf1;
	border-left: 5px solid #cbe6b6;
	padding: 30px;
}
