.mobile{display:none;}

table.warranty-table {
  width: 100%;
  border-collapse: collapse;
  color: #000000;
  margin-top:50px;
}
table.warranty-table td, table.warranty-table th {
 
  padding: 3px;
}
img{
  width:100%;
}
tr td img{
  max-width:50px;
}
.table-item{
  text-align: center;
  padding:0 2%;
}
.table-item p{
  margin:3px 0;
}
.table-item img{
  max-width:200px;
}
.head{
  font-weight:700;
  padding-top:10px;
}
tr:not(thead tr){
  border-top:1px solid lightgrey;
}
.rebatetracker:hover {transition: .5s ease;opacity: 0.6;}

 @media screen and (max-width:756px) {
  .mobile{display:block;}
  .desktop{display:none;}
}