25.styling-1{
	margin:30px 0;
}
.styling-1 > h3 {
    color: #334C4A;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 2px;
	margin-bottom:10px;
}
.styling-1 table{
	border:none;
}
.styling-1 tr th,
.styling-1 tr td{
	text-align:left;
	padding:6px 18px;
	vertical-align:middle;
	font-size:14px;
	line-height: 18px;
	border:none;
}

.styling-1 tr th{
	background-color:#a9cc6b;
	color:#fff;
}
.styling-1 tr td{
	color:#3b3b3b;
	background:#f6f6f6;
}
.styling-1 tbody tr:nth-child(even) td{
    background-color:#e9e9e9;
}
@media 
only screen and (max-width: 767px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	.styling-1 table,
	.styling-1 thead, 
	.styling-1 tbody, 
	.styling-1 th, 
	.styling-1 td, 
	.styling-1 tr{ 
		display: block; 
	}
	.styling-1 thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	/*.styling-1 tr,
	.styling-2 tr { 
		border: 1px solid #555555; 
	}*/
	.styling-1 tr {
     	margin: 0 0 1rem 0;
    }
    .styling-1 tr:nth-child(even) {
    	background: none;
    }
	.styling-1 tbody tr:nth-child(even) {
		background:none;
	}
    .styling-1 tr:nth-child(odd) {
    	background: #edcbcc;
    }
	.styling-1 tr td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		text-align:left;
		min-height: 28px;
	}
	.styling-1 tr td:last-child{
		border-bottom:none;
	}
	.styling-1 tr td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-weight:700;
	}
}