/* Add here all your CSS customizations */
.pointer{
	cursor: pointer;
}
.top-0 {
	top: 0;
}
.top-1 {
	top: 1rem;
}
.nowraptext{
	white-space: nowrap;
}