body {
	font-family: 'Open Sans', sans-serif;
	color: #222;
}
.main-col{
    vertical-align:bottom!important;
}
.border-header-subs{
border: 1px solid #fff!important;
border-bottom: 1px solid #ddd!important;
}
.section-title {
	font-weight: bold;
	color: #E61501;
}
.radio-to-button {
	float: left;
	margin: 0;
	width: 100%;
	height: 50px;
	position: relative;
}
.radio-to-button label, .radio-to-button input {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.radio-to-button input[type="radio"] {
	opacity: 0.011;
	z-index: 100;
}
.radio-to-button input[type="radio"]:checked + label {
	background: #e6e842;
}
.radio-to-button label {
	padding: 10px;
	border: 1px solid #fff;
	cursor: pointer;
	z-index: 90;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.05);
	font-size:16px;
}
.radio-to-button label:hover {
	/*background: #DDD;*/
	background: rgba(0, 0, 0, 0.1);
}
.button-corporate {
	height: 75px;
}
.button-corporate label {
	padding: 6px;
}
.corporate-label {
	font-size: 12px;
	display: block;
	padding: 3px;
}
.mb-but {
	margin-bottom: 10px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	padding: 10px!important;
}

.centralise{
	text-align:center!important;
}

.type-title{
	text-align:center!important;
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
	color:#fff;
}

.mb-0{margin-bottom:0;}
.select-type{display:none;}

 @media (max-width: 768px) {
.subs-col {
	display: none;
}
.selectedColumn{
  display:block!important;
}
   
.main-col{width:50%;}

.select-type{display:block;}
}







