.cisl-buildings {
	background-color: red;
	width: 100%;
}


.cisl-buildings-container {
	display:         flex;	
	flex-wrap:       wrap;
	justify-content: left;
	align-items:     stretch;
	align-content:   space-around;
	margin-top: 20px;
}


.cisl-buildings-field-name {
	margin-right: 20px;
	font-size:    1.3em;
	font-weight:  bold;
}


.cisl-buildings-field-value {
	margin-right: 20px;	
	font-size:    1.3em;
}


.cisl-buildings-wrapper {
	margin-top: 20px;	
	font-size: 1.0em;
	color: #676767;
}


.cisl-buildings-wrapper #map{
	height: 300px;
}


.cisl-buildings-wrapper #map-territorio {
	height: 600px;
}


.cisl-buildings-wrapper .row{
	margin-top: 20px;	
	font-size: 1.0em;
}


.cisl-buildings-wrapper a {
	text-decoration: none;
	color: #676767;
}


.cisl-buildings-wrapper a:hover {
	text-decoration: none;
	color: #989898;
}

.cisl-buildings-wrapper table {
	margin-top: 40px;
}

.cisl-buildings-wrapper table .row{
	margin-top: 0px;
}

.cisl-buildings-wrapper td {
	text-align: center;
	vertical-align: top;
}

.cisl-buildings-wrapper th {
	text-align: center;
	vertical-align: middle;
}

.cisl-buildings-wrapper table .phone{
	font-size: 0.6rem;
}

.cisl-buildings-wrapper table .email{
	font-size: 0.6rem;
}