.left-right-bars {
	border-left: #BBB 1px dotted;
	border-right: #BBB 1px dotted;
}

.info-card {
	height: 430px;

	text-align: center;
	vertical-align: top;

	background: #FFF;
	background: -webkit-linear-gradient(#FFF 0% #EEE 90% #FFF 100%); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#FFF 0%, #EEE 90%, #FFF 100%); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#FFF 0%, #EEE 90%, #FFF 100%); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#FFF 0%, #EEE 90%, #FFF 100%); /* Standard syntax */
}

.info-card-content {
	height: 300px;

	text-align: center;
	vertical-align: top;
}

.info-card-icon-title {
	font-weight: bold;
	font-size: 16px;
}

.info-card-title-spacer {
	height: 5px;
}

.info-card-description {
	text-align: center;
	font-size: 12px;
	vertical-align: top;
	height:90px;
}

.info-card-description-spacer {
	height: 30px;
}

.btn-tpl-prj-card-download {
	font-size: 11px;
}

.btn-tpl-prj-card-secondary {
	font-size: 12px;
	width: 120px;
}