body {
    font-family: 'DejaVu Sans';
    font-size: 14px;
}

p,
ul,
li {
  font-size: 14px;
  font-weight: normal;
}

h1 {
    font-size: 35px;
    line-height: 1.2;
}

h2 {
    font-size: 25px;
    line-height: 1
}

h3 {
    font-size: 22px;
    line-height: 1
}

h4 {
    font-size: 20px;
    line-height: 1
}

h5 {
    font-size: 18px;
    line-height: 1
}

h6 {
    font-size: 16px;
    line-height: 1
}

.cover-title-and-logo {
    width: 100%;
}

.cover-title-td {
    width: 70%;
}

.cover-logo-td {
    width: 30%;
}

.cover-title {
    font-size: 50px;
    color: #35A6FF;
    font-weight: bold;
}

.logo {
    float: right;
}

.cover-image-container {
    width: 100%;
    padding: 20px 0;
}

.version-and-footer-logo {
    clear: both;
    width: 100%;
}

.cover-version-td {
    min-width: 60%;
}

.cover-version {
    font-size: 20px;
    color: #35A6FF;
    width: 45%;
}

.footer-logo {
    width: 55%;
    float: right;
    text-align: right;
}

.section-title {
    font-size: 35px;
    font-weight: bold;
}

.page-title {
    font-size: 25px;
    font-weight: bold;
}

.product-generator-table {
    border-collapse: collapse;
    width: 100%;
    page-break-inside: avoid;
    overflow: wrap
}

.product-generator-table tr:nth-child(odd) {
    background-color: #eee;
}

.product-generator-table td {
    padding: 5px;
}

.column-title {
    width: 25%;
}

.content-container {
    /* font-size: 14px;
    font-weight: normal;
    padding-top: 15px; */
}
