.fs-8 {
	font-size: 8pt;
}

.fs-10 {
	font-size: 10pt;
}

.fs-12 {
	font-size: 12pt;
}

.fs-16 {
	font-size: 16pt;
}

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-16 {
	margin-bottom: 16px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-50 {
	margin-left: 50px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-50 {
	margin-right: 50px;
}

.pb-20 {
	padding-bottom: 20px;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-right {
	text-align: right;
}

.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.border-top {
	border-top: 1px solid #757575;
}

.border-bottom {
	border-bottom: 1px solid #757575;
}

.handout-caption {
	padding-top: 5px;
	background-color: #d7d7d7;
	border: 1px solid black;
	font-size: 16pt;
	text-align: center;
	font-weight: bold;
}

.cursor-grab {
	cursor: grab;
}

.cursor-grabbing {
	cursor: grabbing;
}

.cursor-move {
	cursor: move;
}