.table_res {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	border-radius: 6px;
	border-spacing: 1;
	border-collapse: collapse;
	background: white;
	overflow: hidden;
	position: relative;
}

.table_res * {
	position: relative;
}

.table_res td, table th {
	padding-left: 8px;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	
}

.table_res thead tr {
	height: 60px;
	background: #f0f8ff;
	color:#0080B2;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}

.table_res tbody tr {
	height: 48px;
	border-bottom: 1px solid #E3F1D5;
}

.table_res tbody tr:last-child {
	border: 0;
}

.table_res td, .table_res th {
	text-align: left;
}

.table_res td.l, .table_res th.l {
	text-align: right;
}

.table_res td.c, .table_res th.c {
	text-align: center;
}

.table_res td.r, .table_res th.r {
	text-align: center;
}

.table_res_img_big{	
	width:30px; 
}

.table_res_img_small{ 
	width:20px; 
}



@media only screen and (max-width: 1120px){

	
	
.table_res {
	display: block;
}
	
.table_res > *, .table_res tr, .table_res td, .table_res th {
    display: block;	
}
	
.table_res thead {
    display: none;
}
	
.table_res tbody tr {
    height: auto;
    padding: 8px 0;
	margin-bottom:50px;
	margin-left:50px;
	margin-right: 50px;
	border-bottom:solid 2px #E3F1D5;
	font-size: 1.6em;
}
	
.table_res tbody tr td {
	background:#f5f5f5;
	padding: 25px 15px;
    padding-left: 45%;
    margin-bottom: 5px;
	font-size:1.3em;
}
	
.table_res tbody tr td:last-child {
	margin-top: 0px;
    margin-bottom: 50px;
}
	
.table_res tbody tr td:first-child {
    margin-top: 50px;
}
	
.table_res tbody tr td:before {
	padding: 25px 0px;
    position: absolute;
    font-weight: 700;
    width: 40%;
    left: 10px;
    top: 0;
	color:#EF4A26;
}
  
.table_res_img_big{ 
	width:75px; 
}
	
.table_res_img_small{ 
	width:40px; 
}

}
