
/* .conditionsTable {
	background-color: white;
	border-spacing: 1px;
    border-collapse: separate;
    width: 100%;
}

.table_header {
	background-color: #1c2732;
	color: white;
	text-align: center;
}

.nowrap {
	white-space:nowrap;
}

.small_text {
	font-size: 0.75em;
}


.td_bg_dark {
	background-color: #a3a3a3;
	color: #143361;
	text-align: center;
	font-weight: bold;
}

.td_bg_middle {
	background-color: #D3D3D3;
	color: #143361;
	text-align: center;
	font-weight: bold;
}

.td_bg_bright {
	background-color: #ffffff;
	color: #143361;
	text-align: center;
	font-weight: bold;
} */

.end {
	text-align: right;
}

@media (max-width: 760px) {

	.not-on-mobile { display: none }
	
	.end {
		text-align: center;
		margin-top: 25px;
	}
		

}
