.hide {
	display: none;
}
.inline {
	display: inline-block;
}
.right {
	float: right;
}
.pointer {
	cursor: pointer;
}