.ruler {
	background: #ffffff;
	color: #4199f7;
	font-family: 'Pinyon Script';
	font-size: 9px;
	line-height: 10px;
	overflow: hidden;
}

.ruler>div {
	background: #ffffff;
}

.hRule {
	position: fixed;
	width: 100%;
	height: 18px;
	left: 0px;
	top: 0px;
	border-bottom: 1px solid;
	z-index: 9;
	pointer-events: none;
}

.vRule {
	position: absolute;

	min-height: 100%;
	width: 18px;
	left: 0px;
	top: 0px;

	border-right: 1px solid;
	z-index: 9;
	pointer-events: none;

}

.corner {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 18px;
	height: 18px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	z-index: 10;
	pointer-events: none;
}

.hRule .tickLabel {
	position: absolute;
	top: 5px;
	width: 1px;
	height: 100%;
	text-indent: 1px;
}

.hRule .tickMajor {
	position: absolute;
	bottom: 0px;
	width: 1px;
	height: 6px;
}

.hRule .tickMinor {
	position: absolute;
	bottom: 0px;
	width: 1px;
	height: 4px;
}

.vRule .tickLabel {
	position: absolute;
	right: 0px;
	height: 1px;
	width: 100%;
	text-indent: 1px;
}

.vRule .tickLabel span {
	display: block;
	position: absolute;

	top: 1px;
	right: 0px;
	margin-right: 14px;

	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);

	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;

}

.vRule .tickMajor {
	position: absolute;
	right: 0px;
	height: 1px;
	width: 6px;
}

.vRule .tickMinor {
	position: absolute;
	right: 0px;
	height: 1px;
	width: 4px;
}

.vMouse {
	display: block;
	position: fixed;
	width: 100%;
	height: 0px;

	left: 0;
	/* color: rgba(10, 220, 203, 0.896); */
		color: rgba(255, 255, 255, 0.896);

	/* background: rgba(10, 220, 203, 0.896); */
	border-bottom: 1px dotted;
	z-index: 11;

		background-image: repeating-linear-gradient(0deg, #4299f7, #4299f7 5px, transparent 5px, transparent 9px, #4299f7 9px), repeating-linear-gradient(90deg, #4299f7, #4299f7 5px, transparent 5px, transparent 9px, #4299f7 9px), repeating-linear-gradient(180deg, #4299f7, #4299f7 5px, transparent 5px, transparent 9px, #4299f7 9px), repeating-linear-gradient(270deg, #4299f7, #4299f7 5px, transparent 5px, transparent 9px, #4299f7 9px);
	background-size: 1px calc(100% + 9px), calc(100% + 9px) 1px, 1px calc(100% + 9px) , calc(100% + 9px) 1px;
	background-position: 0 0, 0 0, 100% 0, 0 100%;
	background-repeat: no-repeat;
	/* animation: borderAnimation 1s infinite linear; */
	pointer-events: none;
}

.hMouse {
	display: block;
	position: fixed;
	height: 100%;
	width: 0px;
	top: 0;
	color: rgba(255, 255, 255, 0.896);
	/* background: rgba(10, 220, 203, 0.896); */
	border-left: 1px dotted;
	z-index: 11;

	background-image: repeating-linear-gradient(0deg, #4299f7, #4299f7 5px, transparent 5px, transparent 9px, #4299f7 9px), repeating-linear-gradient(90deg, #4299f7, #4299f7 5px, transparent 5px, transparent 9px, #4299f7 9px), repeating-linear-gradient(180deg, #4299f7, #4299f7 5px, transparent 5px, transparent 9px, #4299f7 9px), repeating-linear-gradient(270deg, #4299f7, #4299f7 5px, transparent 5px, transparent 9px, #4299f7 9px);
	background-size: 1px calc(100% + 9px), calc(100% + 9px) 1px, 1px calc(100% + 9px) , calc(100% + 9px) 1px;
	background-position: 0 0, 0 0, 100% 0, 0 100%;
	background-repeat: no-repeat;
	/* animation: borderAnimation 1s infinite linear; */
	pointer-events: none;
}

@keyframes borderAnimation {
from { background-position: 0 0, -9px 0, 100% -9px, 0 100%; }
to { background-position: 0 -9px, 0 0, 100% 0, -9px 100%; }
}


.mousePosBox {
	height: 16px;
	background: none;
	color: #4199f7;
	font-family: 'Pinyon Script';
	font-size: 14px;
	line-height: 16px;
	border: none;
	position: fixed;
	white-space: no-wrap;
	display: block;
	overflow-y: hidden;
	float: left;
	text-align: left;
	left: -50%;
	top: -50%;
	padding: 0 2px;
	pointer-events: none;
}