﻿7.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0,0,0,0.1);
    width: calc(100% - 2em) !important;
    max-width: 600px;
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.f-thumbs__slide__img {
    object-fit: contain !important;
}

.autocomplete-suggestion {
    position: relative;
    padding: .35em .5em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333;
}

.autocomplete-thumbnail {
    float: left;
    width: 70px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.autocomplete-title {
    float: right;
    width: calc(100% - 70px - 1em);
}


.agree_label a {
    color: #222222;
    text-decoration: underline;
}

.agree_label.missing a {
    color: #e31e24;
    font-weight: bold;
}

input.missing {
    border-color: #e31e24;
}

.search-form.dropdown {
    position: relative;
}

    .search-form.dropdown.open .dropdown-menu {
        display: block;
        z-index: 9999;
    }

    .search-form.dropdown.open .form-group input {
        border: 1px solid #999999;
    }

    .search-form.dropdown .form-group {
        margin-bottom: 0;
    }

.search-form .dropdown-menu {
    position: absolute;
    left: 0;
    background-color: #ffffff;
    border: 1px solid #999999;
    top: 100%;
    max-height: 300px;
    min-width: 300px;
    overflow: hidden;
    z-index: 99;
}

    .search-form .dropdown-menu .dropdown-menu-box {
        width: 100%;
        max-height: 250px;
        margin-bottom: 50px;
        overflow: hidden;
        overflow-y: auto;
    }

@media screen and (min-width:992px) {
    .search-form .dropdown-menu {
        min-width: 400px;
    }
}

.search-form .dropdown-menu__group {
    margin-bottom: 1rem;
}

.dropdown-menu__group--title {
    display: flex;
    align-items: center;
    padding: 1rem;
}

.dropdown-menu__group--footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: 5px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}

.dropdown-menu__group--title p {
    font-size: 1.2rem;
}

.dropdown-menu__group--title hr {
    width: 100%;
    height: 0;
    border: none;
    border-bottom: 1px solid #DDDDDD;
    margin-left: 1rem;
}

.dropdown-menu__group--item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem;
    width: 100%;
    cursor: pointer;
}

    .dropdown-menu__group--item:hover {
        background-color: #E31E24;
    }

    .dropdown-menu__group--item .content {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }

    .dropdown-menu__group--item .thumb {
        width: 4.8rem;
        min-width: 4.8rem;
        height: 4.8rem;
        margin-right: 1rem;
    }

@media screen and (min-width:992px) {
    .dropdown-menu__group--item .thumb {
        width: 8rem;
        min-width: 8rem;
        height: 8rem;
    }
}

.dropdown-menu__group--item.category .thumb {
    width: 1.4rem;
    min-width: 1.4rem;
    height: 1.4rem;
}

.dropdown-menu__group--item .thumb img {
    width: 100%;
    height: auto;
}

.dropdown-menu__group--item .text {
    width: 100%;
}


    .dropdown-menu__group--item .text p {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 90%;
        font-size: 14px;
    }

.dropdown-menu__group--item .arrow {
    width: 12px;
    height: 12px;
}

    .dropdown-menu__group--item .arrow img {
        width: 100%;
        height: auto;
    }



.amount-in-store span.more {
    font-size: 1.6rem;
}

.product-detail .amount-in-store span.more {
    font-size: 1.8rem;
}

input [type=email] {
    border: solid 1px #dddddd;
    height: 40px;
    line-height: 40px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
}

.filter.border.emptyFilter {
    background-color: transparent;
    border: none;
}

.filter.border .emptyPanel {
    display: none;
}

.filter-panel.emptyPanel h4 {
    padding: 20px 20px 40px;
}

.filter.border.emptyFilter .emptyPanel {
    display: block;
}

.arrow_box {
    position: relative;
    background: #da1616;
    min-height: 3px;
    margin: 20px -20px 0
}

    .arrow_box:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-top-color: #da1616;
        border-width: 10px;
        margin-left: -43%
    }

.xo-price-wrap {
    border: 1px solid #ddd;
    margin: 0 -20px;
    padding: 20px;
    background: #eee;
    line-height: 1.4;
    clear: both
}

@media (min-width:950px) {
    .xo-price-wrap {
        margin: 0;
        padding: 26px
    }

    .arrow_box {
        margin: 20px 0 0
    }
}

.xo-price-wrap .buy, .xo-price-wrap .price {
    width: 50%;
    float: left
}

.xo-price-wrap .RecommendedPriceWithVat {
    text-decoration: line-through;
    color: #ff6d6d;
    display: block
}

    .xo-price-wrap .RecommendedPriceWithVat span {
        color: #e31f25
    }

.xo-price-wrap .price b {
    font-size: 30px
}

.xo-price-wrap .btn span:before {
    content: "\e900";
    font-size: 20px;
    font-family: icomoon;
    margin-right: 15px
}

.xo-price-wrap .btn {
    height: auto;
    font-size: 1.6rem;
    padding: 5px 30px;
    white-space: nowrap;
    border-color: #da1616
}


@media (max-width:1200px) {
    .xo-price-wrap .btn {
        font-size: 1.4rem;
    }

    .xo-price-wrap .price {
        width: 40%;
    }

        .xo-price-wrap .price b {
            font-size: 20px
        }
}

.xo-price-wrap .info {
    padding-top: 25px;
    margin-top: 30px;
    border-top: 1px solid #ddd
}

    .xo-price-wrap .info p {
        float: left;
        width: 50%;
        font-size: 1.6rem
    }

        .xo-price-wrap .info p:first-of-type {
            padding-right: 20px;
            box-sizing: border-box
        }

.xo-price-wrap .free-delivery {
    padding-left: 40px;
    position: relative
}

    .xo-price-wrap .free-delivery:before {
        content: "";
        display: block;
        width: 31px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAQBAMAAAAc1rnfAAAAHlBMVEUCBAAhIyE5OjhRUlBgYl9+gH2Ympevsa7Lzcrs7usUzSM4AAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB+IDHAk5OONgjHUAAADCSURBVBjTRc+/C4JQEAfw88fS9iyIxrCltkKI2iREabOIyM0ajDaXsjYHKdweGOn9t51n0nd5x4fj7h5gCW1yRJSAhe40mQYMr5uXJHcqMZ1HUS5/3Qz0DiQ8I8qZwXVcjWacTNMcMfig2SHg9g9L+yigTCj5rwN2AGE9c8Kwt6wMoLx6bQfd8aaFRaearRkOq0UDqaowbFTIalDFw+/SKiGC2CAoDch9xTCovqSKXx8d9/h0lLqgv1DxEWOGathH+QUAnFuLtPnezQAAAABJRU5ErkJggg==);
        height: 16px;
        position: absolute;
        left: 0
    }

.xo-price-wrap .amount-in-store.check {
    padding-left: 30px;
    position: relative
}

    .xo-price-wrap .amount-in-store.check:before {
        content: "";
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAPAgMAAAB7Khy/AAAACVBMVEVPrkiaypPn7OV0wAyRAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB+IDHAobGpP0NegAAABFSURBVAjXFcTBCQAhDEXBJ+xag1hNyhGrSREK8VepmcMg6Qzeq+X+5ZYfGluLgU8vgXWr758eOMxgURQc6lvWc5/5luICAAAhwcLXrsIAAAAASUVORK5CYII=);
        display: block;
        width: 19px;
        height: 15px;
        position: absolute;
        left: 0;
        top: 3px
    }

.xo-labels {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0
}

.xo-label {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    padding: 8px 16px;
    margin: 10px 0 0 10px
}

.xo-red {
    background: #e31d23
}

.xo-orange {
    background: #e3971e
}

.xo-black {
    background: #000000;
    color: yellow;
}

.xo-green {
    background: #50ad49
}

.abidea09-banner {
    background: #eee url(/Content/img/idea-nabytek.svg) 20px 15px no-repeat;
    background-size: 100px 31px;
    border: 1px solid #ddd;
    margin: 20px -20px 0;
    padding: 10px 15px;
}


.Ukrainian .abidea09-banner {
    background: #eee url(/Content/img/skandy.gif) 20px 15px no-repeat;
    background-size: 12rem;
}

@media (min-width: 950px) {
    .abidea09-banner {
        margin: 20px 0 0;
    }
}

.abidea09-claim, .abidea09-title {
    border-left: 1px solid #ddd;
    margin-left: 120px;
    padding-left: 20px;
    font-weight: 800;
}

.abidea09-title {
    padding-top: 5px;
    padding-bottom: 2px;
}

.abidea09-claim {
    color: #e31d25;
    padding-bottom: 5px;
}

.product .buy a {
    background-color: #9B1414;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9B1414), to(#9B1414));
    background-image: -webkit-linear-gradient(top, #9B1414, #9B1414);
    background-image: -moz-linear-gradient(top, #9B1414, #9B1414);
    background-image: -ms-linear-gradient(top, #9B1414, #9B1414);
    background-image: -o-linear-gradient(top, #9B1414, #9B1414);
    background-image: linear-gradient(top, #9B1414, #9B1414);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#9B1414', EndColorStr='#9B1414');
}

.products-row.three-in-row {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .products-row.three-in-row .pcol {
        float: none;
    }

.product-item {
    font-weight: 400;
    height: 100%;
}

.products-row.four-in-row {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .products-row.four-in-row .pcol {
        float: none;
    }

.ac {
    width: 100%;
    background-color: #eeeeee;
    border-bottom: solid 2px #e31e24;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 2.0rem;
}

.fixed-header .ac {
    z-index: 99999988;
    position: fixed;
}

.gdpr__part a {
    color: #222222;
    text-decoration: underline;
}

#CetelemCalculatorFrame input[type=text], #CetelemCalculatorFrame .form-control {
    height: 25px;
    line-height: 25px;
}

.filter-panel a {
    color: #222222 !important;
}

footer .partners {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    min-width: 300px;
    color: #696867;
}

@media (max-width: 540px) {
    footer .partners {
        display: none;
    }
}

@media (max-width: 1240px) {
    footer .partners {
        width: 100px;
        justify-content: center;
    }
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-inline-block {
    display: inline-block !important;
}

@media (min-width:750px) {

    .d-md-block {
        display: block !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-none {
        display: none !important;
    }
}

@media (max-width:750px) {
    h1 {
        line-height: 3rem;
        font-size: 2.1rem;
    }

    .new-products .headline h2 {
        line-height: 3rem;
        font-size: 2rem;
    }

    h2 {
        line-height: 3rem;
        font-size: 2rem;
    }

    .main-features .middle-mb {
        position: relative;
        padding-left: 30px;
    }

        .main-features .middle-mb:before {
            content: "\e908";
            left: 10px;
            display: block;
            position: absolute;
            color: #bbbbbb;
            font-size: 8px;
            top: 6px;
            font-family: 'icomoon';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

    .tocheckoutbtn span {
        font-size: 1.3rem;
        line-height: 1.3rem;
    }


    .cart-summary ul li.price-button a {
        right: 0px;
    }

    .cart-summary ul li.call2action .free-delivery {
        padding-right: 0px;
    }

    .free-delivery h4 {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}
.xo-contact-pic {
    display: none;
}
.Czech .xo-contact-pic {
    display: block;
    background-image: url(../images/phone.png);
    width: 298px;
    height: 64px;
    
}
@media (min-width: 730px) {

    .xo-contact-pic {
        margin-top: 5px;
    }
}

    .main-features .right {
        position: relative;
        padding-left: 30px;
    }

    @media (min-width: 730px) {
        .main-features .right:before {
            content: "\e908";
            left: 0px;
            display: block;
            position: absolute;
            color: #bbbbbb;
            font-size: 8px;
            top: 6px;
            font-family: 'icomoon';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
    }


    .checkout-page .fb-page,
    .checkout-page .fb-page span,
    .checkout-page .fb-page span iframe[style] {
        width: 100% !important;
    }

    @media (max-width:750px) {
        .checkout-page .prow .pcol {
            width: 100%;
        }
    }



    .xo-price-wrap .btn input {
        left: 2px;
        width: 50px;
        position: absolute;
        margin: 2px 2px;
        text-align: center;
    }

    @media (max-width:750px) {
        .xo-price-wrap .btn input {
            display: none;
        }
    }

    @media (min-width:750px) {
        .xo-price-wrap .btn span {
            margin-left: 40px;
        }
    }
}


.details .short a {
    color: #0080ff;
}

.quantityToAdd {
    position: absolute;
    top: -20px;
    font-weight: bolder;
    display: none;
}

@media (max-width:750px) {
    .qta-mobil {
        display: block;
    }
}

@media (min-width:750px) {
    .qta-d {
        display: block;
    }
}

.btn-finish span:after {
    top: 25% !important;
}

.product-tabs #description p {
    font-size: 1.6rem;
    line-height: 2rem;
}

.payment-result .sub_text {
    line-height: 1.5em;
}

.color-variants {
    padding-top: 1.2rem;
}

    .color-variants .variant-label {
        line-height: 4rem;
        font-weight: 600
    }

        .color-variants .variant-label label {
            text-transform: uppercase;
        }

    .color-variants .colorvariant {
        border: #dddddd 1px solid;
        border-radius: 5px;
        margin-right: 0.5rem;
        width: 50px;
        height: 50px;
    }

@media (max-width: 670px) {
    .color-variants .colorvariant {
        width: 70px;
        height: 70px;
    }
}

.colorvariant.selectedvariant,
.colorvariant:hover,
.colorvariant:active {
    border-color: #e31e24;
}

@media (max-width: 470px) {
    .size-variants .variant-label {
        width: 100%;
    }
}

.color-variants .colorvariantcount {
    vertical-align: top;
    text-align: center;
}


    .color-variants .colorvariantcount .colorvariant {
        font-size: larger;
        color: #222222;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

.sizevariantslink {
    border: #dddddd 1px solid;
    border-radius: 5px;
    color: #222222;
    height: 20px;
    line-height: 20px;
    width: 130px;
    text-transform: uppercase;
    padding-left: 10px;
    font-size: 1.2rem;
}




.half-colors-container {
    width: 45%;
}

.full-colors-container {
    width: 95%;
}

@media (max-width: 1240px) {
    .half-colors-container {
        width: 95%;
    }
}



.half-sizes-container {
    width: 55%;
}

.full-sizes-container {
    width: 75%;
}

@media (max-width: 1240px) {
    .half-sizes-container {
        width: 95%;
    }
}


.size-variants {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    color: gray;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .size-variants .variant-label {
        line-height: 4rem;
        font-weight: 600;
    }

        .size-variants .variant-label label {
            text-transform: uppercase;
        }

@media (min-width: 1241px) {
    .size-variants {
        display: flex;
    }
}

.size-variants .variant-label {
    line-height: 30px;
    font-weight: 600;
    padding: 5px 10px;
    padding-left: 0px;
    color: black;
}

.size-variants .size-variant {
    color: #222222 !important;
    padding: 8px 15px;
    padding-left: 5px;
    padding-right: 5px;
    border: #dddddd 1px solid;
    border-radius: 5px;
    background-color: white;
    white-space: nowrap;
    margin-bottom: 5px;
}


    .size-variants .size-variant:hover,
    .size-variants .size-variant:active {
        border-color: #e31e24;
        border-width: 1px;
    }

    .size-variants .size-variant.selectedvariant {
        border-color: #e31e24;
        border-width: 2px;
        pointer-events: none;
    }


.product-detail #variantcolorselect {
    width: fit-content;
}

@media (min-width: 1290px) {
    .Hungarian .navbar .box.category-list > ul > li > a,
    .Polish .navbar .box.category-list > ul > li > a {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0px 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 16px;
        line-height: 75px;
        font-size: 1.6rem;
        line-height: 2.5rem;
        font-weight: 600;
        height: 100%;
    }
}

@media (min-width: 1350px) {
   .Hungarian .navbar .box.category-list > ul > li > a ,
.Polish .navbar .box.category-list > ul > li > a {
        font-size: 15px;
        font-size: 1.5rem;
        padding: 0px 8px;
    }
}





.product-detail .f-thumbs__slide {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-right: solid 1px #dddddd;
    height: 125px;
}

product-detail .gthumb {
    border-right: solid 1px #dddddd;
}

.f-thumbs.is-horizontal .f-thumbs__track {
    padding: 0px 0 0px 0 !important;
}

.fancybox__container {
    z-index: 999999880 !important;
    --fancybox-bg: rgba(24, 24, 27, 0.8) !important;
}


.product-tabs #description p {
    font-size: 1.6rem;
    line-height: 2rem;
}

.f-thumbs__slide__button {
    opacity: 1 !important;
}




@media (min-width:750px) and (max-width:991px) {
    .product-detail .buy .btn {
        width: 100%;
    }

        .product-detail .buy .btn input {
            display: none;
        }

        .product-detail .buy .btn span {
            margin-left: 0px;
        }
}

@media (max-width:990px) {
    .Hungarian .product .buy a,
    .Polish .product .buy a {
        padding-left: 10px;
        padding-right: 10px;
    }
}
header#header {
    z-index: 1000;
    position: relative;
}

.xo-contact-pic {
    position: relative;
}

    .xo-contact-pic .xo-contact-phone {
        position: absolute;
        /* height: 64px; */
        left: 15px;
        top: 45px;
        color: #a1a1a1
    }

@media (min-width:1290px) {
    .xo-price-wrap .btn span {
        margin-left: 60px;
    }
}

    .payment-result .succcess-ordered {
        color: #e31e24;
        font-size: larger;
        font-weight: bolder;
    }

    .payment-result .succcess-ordered {
        color: #e31e24;
        font-size: larger;
        font-weight: bolder;
    }

    .Hungarian .xo-contact-pic {
        display: none;
    }

    .help-detail-page h1 {
        max-width: 100% !important;
    }

    .help-detail-page .plain-text {
        max-width: 100%;
        line-height: 1.8em;
    }

    .help-detail-page ul {
        list-style: disc;
        list-style-position: inside;
    }


@media (min-width: 470px) {
    .navbar .box.languagebox {
        border-left: solid 1px #dddddd;
    }
}

.navbar .box.languagebox {
    position: relative;
    margin-left: auto;
    border-right: none;
    padding-left: 20px;
    color: #999999;
    font-weight: 300;
    font-size: 2rem;
}


.Polish .abidea09-banner {
    background: #eee url(/Content/img/ida-nabytek.svg) 20px 15px no-repeat;
    background-size: 100px 31px;
    border: 1px solid #ddd;
    margin: 20px -20px 0;
    padding: 10px 15px;
}

.German .xo-contact-pic{
	display:none;
}
footer.German .partners{
display:none;
}

@media (min-width:1240px){
.German .pcol-main-contact,

.Hungarian .pcol-main-contact,
.Polish .pcol-main-contact {

	background:white;
	width:35%;
	padding: 0px;
}

.German .pcol-main-hero-banner,
.Hungarian .pcol-main-hero-banner,
.Polish .pcol-main-hero-banner {
	width:65%;
}

.German .pcol-main-contact .main-contact h4 ,
Hungarian .pcol-main-contact .main-contact h4,
.Polish .pcol-main-contact .main-contact h4 {
	max-width:300px;
}

}

@media (max-width:1240px){
.Hungarian .main-hero-content,
.Polish .main-hero-content{
 background:white;
}
}

@media (max-width:1240px){
.Hungarian .main-hero-content,
.Polish .main-hero-content{
 background:white;
}
}

footer.Hungarian .partners,
footer.Polish .partners{
display:none;
}

    #footer.Hungarian .bottom-nav .cards {
        width: 300px;
    }



.Polish .abidea09-banner {
	background: #eee url(/Content/img/ida-nabytek.svg) 20px 15px no-repeat;
	background-size: 100px 31px;
	border: 1px solid #ddd;
	margin: 20px -20px 0;
	padding: 10px 15px;
}
.German .xo-contact-pic{
	display:none;
}
footer.German .partners{
display:none;
}

@media (min-width:1240px){
.German .pcol-main-contact{
	background:white;
	width:35%;
	padding: 0px;
}

.German .pcol-main-hero-banner {
	width:65%;
}

.German .pcol-main-contact .main-contact h4 {
	max-width:300px;
}

}

@media (min-width: 1290px) {
	.German .navbar .box.category-list > ul > li > a {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0px 8px;
	}
}

@media (min-width: 1350px) {
	.German .navbar .box.category-list > ul > li > a 
	 {
		font-size: 15px;
		font-size: 1.5rem;
		padding: 0px 8px;
	}
}



.page-cover.help-page .help-cover .pretable {
    border: black solid 1px;
}

    .page-cover.help-page .help-cover .pretable tr:first-child td {
        padding-top: 5px; /* Zde nastavte požadovanou velikost mezery */
    }

.page-cover.help-page .help-cover h1 {
    font-size: 2em;
}

.page-cover.help-page .plain-text {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 200;
    text-align: justify;
}

.page-cover.help-page .help-cover .pretable td {
    padding-left: 5px;
}

.page-cover.help-page .help-cover .pretable td {
    padding-left: 5px;
}

.page-cover.help-page .help-cover .pretable ul {
    list-style: circle inside;
}

.page-cover.help-page .help-cover ol {
    counter-reset: item;
    list-style-type: number;
}

    .page-cover.help-page .help-cover ol > li {
        counter-increment: item;
    }

    .page-cover.help-page .help-cover ol ol > li:before {
        content: counters(item, ".") ". ";
    }

    .page-cover.help-page .help-cover ol ol li {
        list-style-type: none;
        line-height: 2em;
    }

    .page-cover.help-page .help-cover ol ol ol.alpha > li:before {
        content: '';
    }

    .page-cover.help-page .help-cover ol ol ol.alpha li {
        list-style-type: upper-alpha;
    }

.page-cover.help-page .help-cover .plain-text table.bordered {
    overflow-x: auto;
    display: block;
    width: 100%;
    vertical-align: text-top;
}

    .page-cover.help-page .help-cover .plain-text table.bordered td {
        border: solid 1px black;
        min-width: 200px;
        padding: 5px;
        vertical-align: top;
    }

.page-cover.help-page .help-cover .pretable td {
    padding: 10px !important;
}

.help-cover .plain-text .pretable ul li {
    list-style-position: outside;
    margin-left: 20px;
}

.page-cover.help-page .help-cover button {
    background: white;
    height: 40px;
    border: 1px solid;
    font-size: medium;
    border-radius: 5px;
    cursor: pointer;
}

.page-cover.help-page .help-cover .unbordered p {
    list-style: circle;
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
}

.page-cover.help-page .help-cover .unbordered td {
    vertical-align: text-top;
}
