/* Add here all your css styles (customizations) */

.systemEx-item{
	position:relative;
	margin:10px auto;
	/*max-width:450px;*/
	box-shadow:0px 0px 0px rgba(0,0,0,0.2);
}
.systemEx-content{
	position:absolute;
	width: 100%;
	height: 27%;
	bottom:0px;
	background:rgba(0, 0, 0, 0.7);
	color: White;
	padding:10px 15px; 
	text-shadow:0px 0px 2px rgba(0,0,0,0.2);
}

.systemEx-content h4{
	color:#fff;
}
.systemEx-content p{
	color:#fff;
	line-height:20px;
}

.table tbody>tr>td.vert-align
{
    vertical-align: middle;
}

.table tbody>tr>th.vert-align
{
    vertical-align: middle;
}

