
.info-list-title { margin-top:50px; margin-bottom:50px; font-size:2em; text-align:center; /*color:#333;*/ }
#exmInfoList {
	position:relative; 
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-orient:horizontal; -ms-flex-direction:row; flex-direction:row;
	-webkit-box-lines:multiple; -ms-flex-wrap:wrap; flex-wrap:wrap;
	-webkit-box-pack:space-between; -ms-flex-pack:space-between; justify-content:space-between;
	-webkit-box-align:stretch; -ms-flex-align:stretch; align-items:stretch;
    padding:0.9rem 1rem; margin-bottom:80px; background-color:#fff;	
}
.exm-info-item { 
	-webkit-box-flex:1 calc(20% - 20px); -webkit-flex:1 calc(20% - 20px); -ms-flex:1; flex:1 calc(20% - 20px);
	margin:10px; border:1px solid #ddd; cursor:pointer; 
}
.info-img img { max-width:100%; }
.info-subject { 
    display: flex;  justify-content: center; align-items: center;
	min-height:53px; padding: 10px 0px 10px 0px; margin:5px; 
	line-height:1.6; letter-spacing:-1px; font-weight:bold; text-align:center;
	padding: 0px 0px 0px 0px; margin:20px auto; font-size:1.1em;
}

.info-text { width:80%; margin:10px auto; }  
.info-text th, .info-text td { padding:5px 10px; border-bottom:1px solid #eee; font-size:1.125em; font-weight:500; text-align:left;  }