  table.table-res {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

  table.table-res tr {
    border: 1px solid #efefef;
    padding: 1px;
  }





  table.table-res th, table.table-res td {
    padding: 10px;
    border: 1px solid #e8e8e8;
    background:#fff;
    text-align:center;
  }

  table.table-res th {
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    background: #418cdd;
  }

  table.table-res tr td img{
   width: 100px;

   display: inline-block;    
 } 



 table.restables-clone {
  display: none; 
}

table.restables-clone td { 
  width: 50%; 
  text-align: left;
}

table.restables-clone td:first-child {
 width: 10%;  
 font-weight: 500;
 background: #418cdd;
 color: #ffffff;
}

/*table.restables-clone tr:first-child td { background: #333; color:#fff; }*/
@media (max-width: 991px) {

  table.restables-origin { display: none; }

  table.restables-clone { display: table; }
}





