.column {
	float: left;
	width: 120%;
	padding: 10px;
	color: black;
	text-align: start;
}
.column p {
	word-wrap: break-word;
	font-size: 16px;
}
.row {
	border: solid 12px black;
	background-color: #FFFFFF;
	color: #999999;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-sizing: border-box;
	border-style: solid;
}

.with-border {
	border-right: solid 1px #ccc;
}
.layout-contact {
	background: #eee !important;
	color: #66667F !important;
}
.layout-contact .dx-button-content {
	background-color: #66667F;
	color: #eee;
}