#pzl {position: absolute; top:100px;left:0px;}
#scoreboard {position: absolute; top:0px;left:0px;}
#instructions {
	position: absolute;
	top:550px;
	left:0px;
}
.hide {
	visibility: hidden;
}
.show {
    display: block;
}
.block-hide{
    display:none;
}
.popup {
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}
.popup-content {
    background-color: white;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888888;
    width: 60%;
    font-weight: bolder;
}
.popup-content button {
    display: block;
    margin: 0 auto;
}
#results th, td {
  padding: 5px;
}
#baseW
{
    position: absolute;
    left: 170px;
    top: 250px;
}
#baseY
{
    position: absolute;
    left: 502px;
    top: 250px;
}

#svgW
{
    position: absolute;
    left: 200px;
    top: 250px;
}

#svgX
{
   position: absolute;
<!--    left: 170px;-->
<!--    top: 250px;-->
<!--Comment above uncomment below after debugging.-->
	left:0px;
	top:0px;
}

#svgY
{
   position: absolute;
   left: 800px;
   top: 0px;
}

#svgZ
{
   position: absolute;
<!--    left: 335px;-->
<!--    top: 250px;-->
<!--Comment above uncomment below after debugging.-->
	left: 0px;
	top: 450px;
}

#ans1
{
   position: absolute;
	left: 300px;
	top: 385px;
}

#ans2
{
   position: absolute;
	left: 600px;
	top: 450px;
}
#ans3
{
   position: absolute;
	left: 900px;
	top: 450px;
}

#ans4
{
   position: absolute;
	left: 0px;
	top: 650px;
}
#ans5
{
   position: absolute;
	left: 300px;
	top: 650px;
}
#ans6
{
   position: absolute;
	left: 600px;
	top: 650px;
}
#ans7
{
   position: absolute;
	left: 900px;
	top: 650px;
}

#ans8
{
   position: absolute;
	left: 0px;
	top: 785px;
}

#ans9
{
   position: absolute;
	left: 300px;
	top: 850px;
}
#ans10
{
   position: absolute;
	left: 600px;
	top: 850px;
}
#ans11
{
   position: absolute;
	left: 900px;
	top: 850px;
}

#ans12
{
   position: absolute;
	left: 0px;
	top: 1050px;
}
#ans13
{
   position: absolute;
	left: 300px;
	top: 1050px;
}
#ans14
{
   position: absolute;
	left: 600px;
	top: 1050px;
}
#ans15
{
   position: absolute;
	left: 900px;
	top: 1050px;
}

#static
{
    position: absolute;
    left: 315px;
    top: 290px;
}


#txtZ {
	position: absolute;
	left: 100px;
	top: 660px;
}
#txt1 {
	position: absolute;
	left: 400px;
	top: 660px;
}
#txt2 {
	position: absolute;
	left: 710px;
	top: 660px;
}
#txt3 {
	position: absolute;
	left: 1000px;
	top: 660px;
}

#txt4 {
	position: absolute;
	left: 100px;
	top: 860px;
}
#txt5 {
	position: absolute;
	left: 400px;
	top: 860px;
}
#txt6 {
	position: absolute;
	left: 710px;
	top: 860px;
}
#txt7 {
	position: absolute;
	left: 1000px;
	top: 860px;
}

#txt8 {
	position: absolute;
	left: 100px;
	top: 1060px;
}
#txt9 {
	position: absolute;
	left: 400px;
	top: 1060px;
}
#txt10{
	position: absolute;
	left: 710px;
	top: 1060px;
}
#txt11 {
	position: absolute;
	left: 1000px;
	top: 1060px;
}

#txt12 {
	position: absolute;
	left: 100px;
	top: 1260px;
}
#txt13 {
	position: absolute;
	left: 400px;
	top: 1260px;
}
#txt14{
	position: absolute;
	left: 710px;
	top: 1260px;
}
#txt15 {
	position: absolute;
	left: 1000px;
	top: 1260px;
}
