@charset "utf-8";
/* CSS Document */
*:focus {
outline: thick solid blue;
}

td, th {
	padding: 6px;
	border: black thin solid;
	}
th {
color: #fff;
background-color: #000;
}

tr:nth-child(odd) {
   background-color: #ccc;
}
.code {
background-color: #ccc;
padding: 10px;
border: #000 thin solid;
margin: 10px;
}
table {
margin: 15px 0;
}

a.zoooomOut, button.zoooomOut {
    background-image: url("i_zoomout.png");
	height: 40px;
	width: 40px;
	display: block;
}
.label333 {
  position: absolute;
  clip: rect(1px,1px,1px,1px);
}

button.zoooomOut, button.textlink {
	border: 0;
	background-color: transparent;
	}
.textlink {
    background-image: url("textlink.jpg");
	height: 12px;
	width: 223px;
	display: block;
}
#help1234, #help4567 {
	cursor: pointer;
	}
@-ms-viewport{
    width:device-width
}