.back_button
{
	position: relative;
	float: left;
	width: 15%!important;
	box-sizing: box-sizing;
	text-align: center;
	padding: 2px!important;
	margin-left: 0px!important;
	background: none;
	border: none!important;
}
.back_button img
{
	position: relative;
	float: none;
	width: 25px;
	box-sizing: box-sizing;
}

.heading
{
	position: relative;
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0px;
	font-weight: 600;
}
.heading h2
{
	position: relative;
	float: left;
	width: 100%;
	box-sizing: border-box;
	font-weight: 600;
}
.heading h2 svg
{
	position: relative;
	width: 35px;
	height: 35px;
	float: none;
	vertical-align: middle;
	margin-right: 0px;
}
.heading h2.color-white
{
	color: white;
}
.heading h2.align-center
{
	text-align: center;
}
.heading h2.align-right
{
	text-align: right;
}
.heading h2.align-left
{
	text-align: left;
}
.post_load_box
{
	position: relative;
	width: 100%;
	float: left;
	box-sizing: border-box;
	text-align: center;
	padding: 20px 0px;
	padding-bottom: 100px;
}
.post_load_box img
{
	position: relative;
	width: 20%;
	float: none;
	box-sizing: border-box;
}