.red {
	color: red;
}

.green {
	color: green;
}

.text-lg {
	font-size: 14pt;
}

.display-block {
	display: block;
}

.display-inline-block {
	display: inline-block;
}

.m-top-20 {
	margin-top: 20px;
}

.m-top-15 {
	margin-top: 15px;
}

.m-top-10 {
	margin-top: 10px;
}

.m-top-5 {
	margin-top: 5px;
}

.m-top-0 {
	margin-top: 0px;
}

.m-bot-0 {
	margin-bottom: 0px;
}

.m-right-0 {
	margin-right: 0px;
}

.m-right-5 {
	margin-right: 5px;
}

.m-right-10 {
	margin-right: 10px;
}

.valign-middle {
	vertical-align: middle !important;
}

.display-none {
	display: none;
}

.page-break-after {
	page-break-after: always;
}

.page-break-before {
	page-break-before: always;
}

.text-sm {
	font-size: 8pt;
}

.form-control {
    max-width: 100%;
}

.strikethrough {
	text-decoration: line-through;
}