
.tabbutton {
	cursor: pointer;
}

.tab {
	float: left;
}

.tabhidden {
	display: none;
}

.tabactive {
	display: block;
}

