.counter-value{
    display:none;
}
.limWrntTbl {
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
}
.layInstTable{
	width:100%;
	float:left;
	border-collapse:collapse;
	border-spacing:0;
}
.layInstTable th{
	padding:5px;
	font-size:10px;
	line-height:20px;
	font-weight:600;
	text-transform:uppercase;
	font-weight:normal;
	color:#fff;
	background:#29282d;
}
.layInstTable tr:nth-child(odd){
	background:#EFEFEF;
}
.layInstTable tr:nth-child(even){
	background:#FBFBFB;
}
.layInstTable td{
	padding:5px 15px;
	font-size:15px;
	line-height:22px;
	color:#333;
}
.layInstTable td img{
	margin:2px auto 0 auto;
	display:block;
}
.layInstTable td li{
	color:#333;
	margin-top:2px;
}

@media screen and (max-width: 470px) {
    .layInstTable th{
	padding:5px;
	text-align:left;
	font-size:12px;
	line-height:20px;
	font-weight:600;
	text-transform:uppercase;
	font-weight:normal;
	color:#fff;
	background:#29282d;
}

.layInstTable td{
	padding:5px;
	font-size:12px;
	line-height:22px;
	color:#333;
}
.layInstTable td img{
	margin:0;
	display:block;
}
}