.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu > li > a {
    display: block;
    padding: 15px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}

.dropdown-menu > li > a:active {
    background: #e9ecef;
    color: #333;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu .dropdown-divider {
    height: 1px;
    margin: 0 0;
    overflow: hidden;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 26px 15px;
    font-size: 15px;
}

h3.title {
    padding-bottom: 30px;
    text-underline-offset: 15px;
    text-decoration: underline;
    text-decoration-color: #008ed6;
}

div.content h5 {
    padding: 20px 0 10px 0;
}

div.content li > button.nav-link {
    color: #666666;
}

div.content p {
    line-height: 2;
    text-indent: 32px;
}

div.content th {
    min-width: 90px;
    text-align: center;
}

div.content table, tr, td, th {
    line-height: 2;
    border: 1px solid black;
    padding: 8px;
}

div.content thead > tr {
    background-color: rgb(29, 68, 109);
    color: white;
}

div.container div.content img {
    display: block;
    margin: 32px auto;
}

div.container div.content table {
    margin: 32px auto;
}

@media only screen and (max-width: 991px) {
    div.container div.content table {
        width: 88%;
    }
}

@media (min-width: 992px) {
    div.container div.content table {
        width: 66%;
    }
}

@media (min-width: 1400px) {
    div.container div.content table {
        width: 60%;
    }
}

@media (min-width: 992px) {
    div.container div.content ul.nav li.nav-item button.nav-link {
        font-size: 20px;
    }

    .nav-item {
        padding-right: 10px;
    }
}

@media (max-width: 991px) {
    .nav-item {
        padding-right: 0;
    }

    .nav-link {
        padding: 8px 10px;
    }
}

div.container div.content h5 {
    text-underline-offset: 8px;
    text-decoration: underline;
    text-decoration-color: #008ed6;
}

.nav .nav-item button.active, .nav .nav-item button.active:hover {
    background-color: #008ed6;
    color: white;
}

video.product-video {
    padding-top: 0;
    display: block;
    margin: 12px auto 36px auto;
    max-width: 100%;
    min-width: 100px;
    width: 800px;
}

#topTopButton {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: green; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 16px; /* Increase font size */
}

#topTopButton:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
