html {
    scroll-behavior: smooth;
}

.title-section {
    line-height: 3rem;
}
.tableOfContents ul li a {
    font-size: 16px;
    line-height: 24px;
}
ul.cci-list li p {
    padding: 0;
    margin: 0;
    display: inline;
}
p.oneLevel, .twoLevel span, .threeLevel span {
    font-weight: bold !important;
}
p.twoLevel {
    padding-left: 25px;
}
.threeLevel {
    margin-left: 50px;
}
table.yesOrNo {
    margin-left: 50%;
    transform: translateX(-50%);
    border-spacing: 10px;
    border-collapse: inherit;
    width: 100%;
    max-width: 1030px;
}
table.yesOrNo td {
    color: #fff;
    padding: 30px;
    text-align: left;
    width: 50%;
}
table.yesOrNo td.tac {
    text-align: center;
}
table.yesOrNo td.no {
    background: #fa5f55;
}
table.yesOrNo td.yes {
    background: #90bf63;
}
table.yesOrNo td p {
    padding: 2px 0 !important;
    line-height: 1.4 !important;
    font-size: 16px !important;
}

nav {
    margin-top: 30px;
    display:flex;
}
nav > a.cci-btn {
    height: 48px;
    display: block;
    line-height: 48px;
    max-width: 105px;
    margin-right: 10px;
    color: #fff !important;
}

.mainButton {
    display: none;
}

.downloadBlank {
    height: 48px;
    display: inline-block;
    line-height: 48px;
    max-width: 220px;
    margin-right: 10px;
    color: #fff !important;
}

body.is-fixed-hidden header .product-menu__link {
    border: none !important;
}

.right-sidebar {
    padding-left: 40px;
}
