div.product-panel ul.nav-tabs {
  margin-top: 1em;
}
div.product-panel ul.nav-tabs .nav-link {
  padding: 0.5em 0.5em;
  background: #EEEEEE;
  margin-left: 2px;
  margin-top: 2px;
}
div.product-panel ul.nav-tabs .nav-link.active {
  background: transparent;
}
div.product-panel .tab-content {
  padding: 1em;
  font-size: 1em;
  border: 1px solid #DDD;
  border-top: none;
  border-radius: 0 0 0.25rem 0.25rem;
  margin-bottom: 1em;
}
div.product-panel h4 {
  margin: 2em 0px;
  margin-bottom: 0.3em;
}
div.product-panel p {
  margin: 0px;
  margin-bottom: 1em;
}
div.product-panel .title-overview {
  position: relative;
  text-align: center;
}
div.product-panel .title-overview h2 {
  text-align: center;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 992px) {
  div.product-panel {
    margin-left: auto;
    margin-right: auto;
  }
  div.product-panel .tab-content {
    border: none;
    padding: 1em 0;
  }
  div.product-panel ul.nav-tabs {
    font-size: 0.9em;
  }
  div.product-panel .title-overview h2 {
    position: relative;
  }
}

/*# sourceMappingURL=product.css.map */
