

/**umb_name:Line Break Center*/
hr {
	border-color: red;
	border-width: 0.125rem;
	width: 8rem;
	text-align: center;
}

/**umb_name:Line Break Left*/
hr {
	border-color: red;
	border-width: 0.125rem;
	width: 8rem;
	margin-left: 0rem;
}
