#ProductDescription h4 {
    font-size: large;
    font-weight: bold;
    color: gray;
}

#ProductDescription h1 {
    font-weight: bold;
    font-family: 'Noto Sans', sans-serif;
}

#ProductDescription h2 {
    font-size: large;
    font-weight: bold;
    color: rgb(75, 75, 75);
}

#ProductDescription h3 {
    font-size: large;
    font-weight: bold;
    color: rgb(75, 75, 75);
}

/**
 * Tabs
 */

.tabs {
    display: flex;
    flex-wrap: wrap;
}

.tabs label {
    order: 1;
    display: block;
    padding: 1rem 2rem;
    margin-right: 0.2rem;
    cursor: pointer;
    font-weight: bold;
    transition: ease 0.2s;
    color: #454a4e;
    border-style: solid;
    border-width: 0 0 8px 0;
    border-color: transparent transparent white transparent;
}

.tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1rem;
    background: #fff;
}

.tabs input[type="radio"] {
    display: none;
}

.tabs input[type="radio"]:checked+label {
    border-color: transparent transparent #454a4e transparent;
}

.tabs input[type="radio"]:checked+label+.tab {
    display: block;
}

@media (max-width: 45em) {
    .tabs .tab, .tabs label {
        order: initial;
    }
    .tabs label {
        width: 100%;
        margin-right: 0;
        margin-top: 0.2rem;
    }
}




.bg {
  /* The image used */
  /* Full height */
  height: 100px;
  width:80px;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
