/* style.css */

.noshow {
	visibility: hidden;
	height: 0px;
}

.hide {
	visibility: hidden;
}

.show {
	visibility: visible;
}

.bold {
	font-weight: bold;
}