
/* bandi, enti e compagnia cantante */
/*
.project-title .entry-title.fusion-post-title {
	font-family: "Source Sans Pro"!important;
	font-weight: 500;
	font-size: 36px;
	line-height: 1.2em;
	text-decoration: none;
}
.table-cell p {
	margin: 5px auto;
}
.table-cell:nth-child(even) {
	text-align: right;
}
.table-cell:first-letter {
	text-transform: uppercase;
}
.project-title .entry-title {
	margin: 20px auto;
	max-width: 1000px;
}
.projects-static .related-title {
	font-size: 16px;
	margin-top: 10px;
}
.related-separator {
    border-color: #00519e;
    border: none;
    border-bottom: 1px solid;
}
*/


@media only screen and (min-width: 600px) {
	.projects-static .related-title {
	    height: 48px;
	}
}

@media only screen and (max-width: 600px) {
	.table-cell:nth-child(even),
	.table-cell {
		text-align: center!important;
	}
	.project-table-cell-container {
		margin-top: 15px;
	}
	.related-projects-container {
		padding: 20px;
	}
}