
.imgcat:hover {
	box-shadow: 1px 1px 5px #999 !important;
	outline: 1px solid #4d4d4d;
}

 .sub_test_block{
	display: flex;
    min-width: 0%;
}

.imgcls img{ 
   -webkit-box-sizing: border-box;
    box-sizing: border-box;
	max-width:100% !important;
	max-height:100% !important;
    vertical-align: middle;
	/*margin: 0 !important;*/
}

.imgcls{
	display:inline-flex; 
	border: 1px solid #E6E6E6;
}

.test_blck {    
	display: flex;
	flex-direction: column; 
	float:left; 
	flex-grow: 1;
    min-width: 0%;
	word-wrap: break-word;
	font-size:15px !important;
	font-weight:500;
}

a:visited, a:hover,a:focus{text-decoration:none !important;}

/*-----Media CSS------*/

.imgcls {
	margin: 5px 0 5px 0px;
	/*width:300px;*/
	height:200px;
}

#m_left-wrapper {
    max-width: 700px!important;
    width: 70%!important;