.bordered > .row{
	border-bottom:1px solid #CCC;
}
.bordered > .row:nth-last-child(1){
	border-bottom:0
}
.bordered .cell-row div{
	border-right: 1px solid #CCC;
}
.bordered .cell-row div:nth-last-child(1){
	border: none
}
.cell-row{
	position: relative;
	overflow: hidden;
}
.div-table p{
	line-height: 40px;
}
.large-relative{
	position: relative;
	overflow: hidden;
}
.visible-desktop{
	display: initial;
}
.desktop-vertical-center,
.vertical-center{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
}
.mobile-vertical-center{
	position: relative;
	top: initial;
	transform: initial;
}
.horizontal-right{
	right: 0;
}
.cust-layout-table td{
	position: relative;
	padding: 40px 0;
}
.cust-layout-table td > * {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.paddingTB-child-20 > *,
.paddingTB-td-20 td{
	padding-top:20px;
	padding-bottom: 20px;
}
.paddingTB-child-30 > *,
.paddingTB-td-30 td{
	padding-top: 30px;
	padding-bottom: 30px;
}
.paddingTB-child-40 > *,
.paddingTB-td-40 td{
	padding-top: 40px;
	padding-bottom: 40px;
}
.cust-divider{
	height: 0;
}
.divider-10{
	padding: 10px 0;
}
.divider-20{
	padding: 20px 0;
}
.divider-30{
	padding: 30px 0;
}
.divider-40{
	padding: 40px 0;
}
.cus-table td{
	font-size:12px;
}
.step{
	width: 100px;
	display: inline-block;
}
.red-bottom-border{
	border-bottom: 2px solid #F00;
}
.advantage-container{
	position: relative;
	margin-bottom: 30px;
}
.advantage-icon{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
}
.advantage-text{
	padding-left: 75px;
	line-height: 2;
}
.cus-table td{
	font-size:12px;
}
.step{
	width: 100px;
	display: inline-block;
}
.bgc-2-table tr:nth-child(odd){
	background-color: #DDD;
}
.bgc-2-table tr:nth-child(even){
	background-color: #EFEFEF;
}
.borderless td{
	border: 0;
}
.center-red-border tr:first-child td{
	border-bottom: 2px solid #F00;
}
.red-bottom-border{
	border-bottom: 2px solid #F00;
}
.module-spacer-small{
	padding-top:30px;
}
.cust-tnc{
	font-size: 12px;
}
@media screen and (max-width: 767px){
	.large-relative{
		position: initial;
	}
	.hidden-phone{
		display:none;
	}
	.visible-phone{
		display:initial;
	}
	.visible-desktop{
		display:none;
	}
	.desktop-vertical-center{
		position: relative;
		top: initial;
		transform: initial;
	}
	.mobile-vertical-center{
		position: absolute;
		top:50%;
		transform: translateY(-50%);
	}
	.bordered .cell-row div{
		border-right:none;
	}
	.xs-border-none,
	.xs-border-none .row,
	.xs-border-none .cell-row{
		border:none;
	}
}