
.hidden {
	display: none;
}

.force-center {
	text-align: center !important;
}

.margin-top-fifth {
	margin-top: 20%;
}

.padding-bottom-5 {
	padding-bottom: 5px;
}

.color-green {
	color: green;
}

.color-red {
	color: red;
}

.color-orange {
	color: orange;
}

