/* Global Overrides */
p,
div,
td {
    font: 10pt Palatino, 'Palatino Linotype', 'Georgia';
    line-height: 1.15em;
}

body {
    font-size: 10pt;
    background-color: #f3f3f3;
}

.small-caps-title {
    font-variant: small-caps;
    font-size: 1.3em;
    text-align: center;
    color: #7e000c;
}

.small-caps-title-underlined {
    font-variant: small-caps;
    font-size: 1.3em;
    text-decoration: underline;
    text-align: center;
    color: #7e000c;
}

/* Text Styles */
.quote {
    font-size: 1em;
    font-weight: bold;
    color: #7e000c;
    margin-bottom: 0.8em;
    margin-top: 0;
}

.title {
    font-family: harting, sans-serif;
    text-transform: uppercase;
    margin-top: 0;
}

.reviews-title {
    text-align: center;
    margin: auto;
}

.reviews {
    padding-inline-start: 30px;
    margin-block-start: 0;
    margin-block-end: 2rem;
}

.reviews li {
    margin-bottom: 1rem;
}

.reviews li a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    color: white;
    text-decoration: underline;
}

.return-link {
    margin-top: 2rem;
    font-size: 12pt;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 0;
    color: #7e000c;
}

.return-link a {
    color: #7e000c;
}

.distributor-box a {
    text-decoration: underline;
}

/* Layout Styles */
.container {
    position: relative;
    top: 165px;
    margin: 0 auto 210px;
    width: 720px;
}

.main-section {
    margin-top: 25px;
    overflow: hidden;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
    width: 400px;
}

.title-box {
    width: 395px;
    margin-bottom: 2em;
}

.info-box {
    background-color: #a8b9bc;
    margin-bottom: 1em;
}

.info-box p {
    font-size: 1em;
    margin: 0;
    color: #7e000c;
}

.description-box {
    background-color: #7e000c;
    overflow: hidden;
}

.description-img {
    float: left;
    margin-right: 5px;
}

.description-text {
    color: white;
    margin: 0;
    padding: 2px 2px 3px 2px;
    border-top: solid white 25px;
}

.order-box {
    margin: 30px 0 0;
    text-align: center;
    color: #7e000c;
}

.order-box p {
    margin-bottom: 0;
}

.sample-box {
    text-align: center;
    margin-top: 5px;
}

.review-section {
    font-size: 11pt;
    margin-top: 1em;
    padding-bottom: 1rem;
    padding-top: 1rem;
    background-color: #a8b9bc;
    color: #7e000c;
}

.review-section h2 {
    display: block;
    padding: 2rem 0;
    margin: 0;
    font-size: 12pt;
    text-transform: uppercase;
    text-align: center;
}

z

/* Virtual Element Styles */
#nn1 {
    background-image: url('../../../images/nav_bg_hell_sw.jpg');
    border-color: #7e000c;
}

#nn {
    margin-top: 80px;
    margin-left: 0px;
}

#nn a {
    color: #7e000c;
}

.search_button {
    color: #7e000c;
}

.search_input {
    border-color: #7e000c;
    background-color: #f3f3f3;
}