.table_res {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.table_res * {
  position: relative;
}
.table_res td, table th {
  padding-left: 8px;
	

}
.table_res thead tr {
  height: 60px;
  background: #2D4263;
  color:#fff;
	font: 10px Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.table_res tbody tr {
  height: 38px;
  border-bottom: 1px solid #E3F1D5;
	color: #333;
  font: 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}

.table_res tbody tr:hover {
	border-bottom: solid 2px #2D4263;
	-webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 10px -2px rgba(0,0,0,1);
box-shadow: 0px 0px 10px -2px rgba(0,0,0,1);
}

.table_res tbody tr:last-child {
  border: 0;
}
.table_res td, .table_res th {
  text-align: center;
	border: solid 1px #ccc;
	padding: 5px 3px;
	font: 9px Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";

}

.table_res td:hover {
}
.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: 1020px){
 .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;
	border-bottom:solid 2px #0080B2;
  }
  .table_res tbody tr td {
    padding-left: 45%;
    margin-bottom: 30px;
	font-size:2.2em;
	border:none;
  }
  .table_res tbody tr td:last-child {
	margin-top: 50px;
    margin-bottom: 50px;
	  border:none;
  }
  .table_res tbody tr td:first-child {
    margin-top: 50px;
	  border:none;
  }
  .table_res tbody tr td:before {
    position: absolute;
    font-weight: 700;
    width: 40%;
    left: 10px;
    top: 0;
	color:#0080B2;
	  border:none;
  }
  
.table_res_img_big{ width:75px; }
.table_res_img_small{ width:40px; }

}
