/* COMMON CSS */
/* Defines common css styles and classes used throughout the DNAe system */

/* MENU */
.menuTable {
	width: 100%;
}
.menuItem {
	text-align: center;
}


/* Honeypot Data - used to hide input data used for spam detection */
div.hpotdata {
	display: none;
}

