
.hide {
	display: none;
}

.text-bold {
	font-weight: bold;
}

.cursor-hand {
	cursor: hand;
	cursor: pointer;
}

.text-blue {
	color: blue;
}