/* Минималистичный вариант */
body[data-dir*="ozonirovanie"] .current_section_description table {
  width: 100%;
  border-collapse: collapse;
  font-family: inherit;
}

body[data-dir*="ozonirovanie"] .current_section_description table td,
body[data-dir*="ozonirovanie"] .current_section_description table th {
  border: 1px solid #ddd;
  padding: 10px 12px;
  vertical-align: top;
}

body[data-dir*="ozonirovanie"] .current_section_description table tr:first-child td {
  background: #068f9c;
  color: white;
  text-align: center;
  font-weight: bold;
}

body[data-dir*="ozonirovanie"] .current_section_description table tr:nth-child(2) td {
  background: #eef6f7;
  font-weight: 600;
}

body[data-dir*="ozonirovanie"] .current_section_description table td:first-child {
  background-color: #f5f5f5;
  text-align: center;
  font-weight: bold;
}

body[data-dir*="ozonirovanie"] .current_section_description table td:last-child {
  font-weight: bold;
  color: #068f9c;
  text-align: center;
}