.dl .container-fluid{
	padding: 0;
}
.dl .container-fluid .wrapper {
	overflow: inherit;
	padding: 0;
}
.dl ul.list-unstyled.links li a {
	border: solid 2px #eee;
	display: inline-block;
	padding: 1em;
	min-width: 100%;
}
.dl ul.list-unstyled.links li a:hover {
	background-color: #eee;
	text-decoration: none;
}
.commonNotice {
	margin-top:1.5em;
	margin-bottom:1.5em;
	padding:1em 0;
	background:#f5f5f5;
	border:solid 1px #e3e3e3;
}
.backButton ul.list-unstyled.links li a {
	border: solid 2px #eee;
    display: inline-block;
    padding: 1em;
    min-width: 100%;	
}
.backButton ul.list-unstyled.links li a:before {
	content: "\f104";
	font-family: FontAwesome;
	padding-right: 0.5em;
	text-decoration: none;
}
.backButton ul.list-unstyled.links li a:hover {
	background-color: #eee;
	text-decoration: none;
}
.backButton ul.list-unstyled.links li a span{
	display: none;
}
@media screen and (min-width: 768px) {
	.custom-image-left .media-box{
		width: 30%;
	}
	.custom-image-left .text-box{
		padding-left: 32%;
	}
}

/*  -- for Mobile --  */
@media screen and (max-width: 767px) {
	.custom-image-left {
		width: 100%;
	}
	.custom-image-left .media-box{
		text-align: center;
	}
	.backButton ul.list-unstyled.links{
		margin-bottom: 2.5em;
	}
}