body {
	margin: 0;
}

table {
	border-collapse: collapse;
}
td {
	padding: 0;
}

.empty {
	height: 0;
}

.canvasContainerCell {
	vertical-align: top;
}
#canvasContainerDiv {
	position: relative;
}

.displayCanvas {
	position: absolute;
	left: 10px;
	top: 10px;
}

#displayCanvas { z-index: 0; }
#scratchCanvas { z-index: 1; }

.debugCanvas { outline: dashed magenta 3px; }

#northVisibleNotice {
	position: absolute;
    height: 10px;
	left: 10px;
	top: 0px;
    background-image: url("arrowsNorth.svg");
    background-repeat: repeat-x;
}
#southVisibleNotice {
	position: absolute;
    height: 10px;
	left: 10px;
    background-image: url("arrowsSouth.svg");
    background-repeat: repeat-x;
}
#westVisibleNotice {
	position: absolute;
    width: 10px;
	left: 0px;
	top: 10px;
    background-image: url("arrowsWest.svg");
    background-repeat: repeat-y;
}
#eastVisibleNotice {
	position: absolute;
    width: 10px;
	top: 10px;
    background-image: url("arrowsEast.svg");
    background-repeat: repeat-y;
}

#horizontalSlider {
	position: absolute;
	height: 20px;
	margin: 0;
}
#verticalSlider {
	transform: rotate(180deg); -webkit-appearance: slider-vertical;
	position: absolute;
	width: 20px;
	margin: 0;
}

.centerCell {
	text-align: center;
}

#fatalErrorDiv {
	font-size: 150%;
	color: red;
}

.restOfScreen {
	width: 100%;
	vertical-align: top;
}

.floatRight {
	float: right;
}

.clearfix { 
   clear: both;
}

.noDisplay {
	display: none;
}

.characterIcon {
    vertical-align: bottom;
    height: 1em;
}
.hidden {
    visibility: hidden;
}

.showLocation {
    font-size: 130%;
}

.lastSeen {
    color: orange;
}

.neverSeen {
    color: grey;
}

.mapPageButton {
    font-size: 150%;
}
