/* Start custom CSS for html, class: .elementor-element-1c43872 */table {
      border-collapse: collapse;
      width: 80%;
      margin: 0 auto;
  }

  th, td {
      border: 1px solid black;
      padding: 8px;
      text-align: center;
  }

  th {
      background-color: #f2f2f2;
  }
  
  tr.dose-20 {
      background-color: #c2f0c2;
  }

  tr.dose-20 td {
      font-weight: bold;
  }
  blockquote {
      margin: 20px 0;
      padding: 10px 20px;
      background-color: #eef;
      border-left: 5px solid #2a8ccb;
      font-style: italic;
  }/* End custom CSS */