
.back_button
{
	position: relative;
	float: left;
	width: 15%!important;
	box-sizing: border-box;
	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: border-box;
}

.heading
{
	position: relative;
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 10px;
	font-weight: 600;
}
.heading h2
{
	position: relative;
	float: left;
	width: 100%;
	box-sizing: border-box;
	font-weight: 600;
	color: #303030;
	font-size: 14pt;
}
.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;
}

@media screen and (max-width:468px){

.heading
{
	padding: 5px 0px;
}
.heading h2
{
	font-size: 10pt;
}
.heading h2 svg
{
	height: 25px;
}

}