/* ========================================================== */
BODY {
    word-break: break-all;
}

TABLE,td {
    word-break: break-all;
}

/* ========================================================== */
.hide {
	position: absolute;
	top: 0px;
	left: -1024px;
	width: 256px;
}

