@CHARSET "UTF-8";
.verticalLine {
	position: absolute;
	visibility: hidden;
}

.horizontalLine {
	width: 100%;
	height: 0;
	border-bottom: 1px dotted #F2E693;
	margin-bottom: 1ex;
	margin-top: 1ex;
}

