.text-bold {
	font-weight: 700;
}
.text-sub {
	text-decoration: underline;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}
.text-strike {
	text-decoration: line-through;
}
.img-center {
	margin: 0 auto;
}
.black_separator {
	border-top: 1px solid #000;
}
.buletless-li {
	list-style-type: none;
}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex.v-align {
	align-items: center;
}
.flex.wrap {
	flex-wrap: wrap;
}