 .techSpecs-table tbody tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.03);
}


@media (min-width: 30em) {
    #longscroll-subseries .techSpecs-wrapper p {
        border: none;
        color: #333;
    }
}

.wrapperBox {
    margin-bottom: 30px;
}

.bigH3 {
    font-size: 28px;
    margin-top: 20px;
    margin-left: 20px;
}

.title {
    float: left !important;
    font-size: 20px !important;
    padding-left: 10% !important;
    margin: 50px 0 20px 0 !important;
    text-align: left !important;
}

.coverImg {
    width: 100%;
    margin: 20px auto;
}

.coverImg .bigtop {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.spec-ul {
    overflow: hidden;
    width: 80%;
    padding: 20px !important;
    margin: 0 auto !important;
    background: #eee !important;
}

.spec-ul li {
    list-style: none;
    line-height: 28px;
}

.div-li {
    float: left;
    width: 50%;
}

.spec-div-ul li {
    border-left: 1px solid #fff;
    padding-left: 10px;
}


@media (max-width: 30em) {
    #longscroll-subseries table.techSpecs-table td {
        width: 100% !important;
    }

    #longscroll-subseries table.techSpecs-table td:first-child {
        width: 100% !important;
    }
}

@media (max-width: 53em) {
    .div-li {
        width: 100%;
        float: none;
    }

    .spec-div-ul li {
        border-left: none;
        padding-left: 0;
    }

    .bigH3 {
        font-size: 20px;
    }
}
