

.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: left;
  padding: 14px 16px;
  font-weight: 600;
  border-bottom: 1px solid #d9d9d9;
}

.technora-spec-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e8e8e8;
  color: #333;
}

.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;
}

}

