@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.html {
  font-family: "Poppins", sans-serif;
}

:root {
  --color-brand: #51B3FA;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.flex-item {
  text-align: center;
  padding: 5px;
  border: 1px solid #ededed;
  box-shadow: 0 0 12px 2px rgba(237,237,237,1);
  flex: 3 1 300px;
  margin: 10px;
  transition: all 250ms ease;
}

.flex-item a {
  color: var(--color-brand);
}

.flex-item a:hover {
  color: #7639e2;
}

.WidgetContainer__contentList+.WidgetContainer__contentList {
    margin-top: inherit;
}

ul.faq-articles {
  list-style: none;
  padding: 0;
}

ul.faq-articles li {
  position: relative;
  padding: 0 10px;
  margin-bottom: 10px;
}

.dosing-table {
  overflow-x: auto;
}

.dosing-table table {
  width: 100%;
  border-collapse: collapse;
}

.dosing-table thead th {
  background-color: #51B3FA;
  color: #ffffff;
  font-weight: bold;
  padding: 12px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  text-align:left
}

.dosing-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.dosing-table tbody tr:nth-child(even) {
  background-color: #eaf6fe;
}

.dosing-table tbody td {
  padding: 12px;
  text-align: left;
}

.dosing-table tbody tr:last-child td {
  border-bottom: 2px solid #000000;
}

.emU {
  text-decoration: underline;
  font-style: italic;
}

@media screen and (max-width: 980px) {
  .dosing-table table {
    font-size: .75em;
  }
}

@media screen and (max-width: 785px) {
  .dosing-table table {
    font-size: .65em;
  }
}

@media screen and (max-width: 471px) {
  .dosing-table table {
    font-size: .55em;
  }
}

@media screen and (max-width: 380px) {
  .dosing-table table {
    font-size: .4em;
  }
}

.Footer__footerBg {
    display: none;
}

.Footer__footerCopyrigt {
    margin-top: 110px;
}

.KbDetailRtContainer__followOption {
    display: none;
}

.KbDetailRtContainer__subscribeDescription {
    display: none;
}
