 
.technora-spec-table { 
  width: 100%; 
  overflow-x: auto; 
  margin: 30px 0; 
} 
 
.technora-spec-table table { 
  width: 100%; 
  border-collapse: collapse; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 15px; 
} 
 
.technora-spec-table th { 
  background: #f2f2f2; 
  color: #222; 
  text-align: center; 
  padding: 14px 16px; 
  font-weight: 600; 
  border: 1px solid #dddddd; 
} 
 
.technora-spec-table td { 
  padding: 14px 16px; 
  border: 1px solid #dddddd; 
  color: #333; 
  text-align: center; 
} 
 
.technora-spec-table tr:hover { 
  background: #fafafa; 
} 
 
@media screen and (max-width:768px){ 
  .technora-spec-table table { 
    font-size: 14px; 
  } 
 
  .technora-spec-table th, 
  .technora-spec-table td { 
    padding: 12px 10px; 
  } 
} 
