.specs-col {
    border: solid 1px #dedede;
    margin-bottom: 6px;
    text-align: center;
}
.specs-heading {
    margin: 2px;
}

.group-heading {
    text-align: center;
    padding: 5px;
}

.specs-img, .specs-heading {
    text-align: center;
}
.specs-img.height-120 {
    height: 120px;
}
.specs-img.height-180 {
    height: 180px;
}
.specs-img img {
    max-height: 100%;
    width: auto;
}

.specs-row {
    border-top: solid 1px #fff;
    display: flex;
    margin: 1px;
    padding: 3px 2px;
    align-items: center;
}
.specs-label, .specs-data, .specs-all {
    margin: 0;
    padding: 2px 5px;
}
.specs-label {
    flex: 0 1 70px;
    font-size: 0.8em;
    margin-left: auto;
}
.specs-data {
    flex: 0 1 90px;
    font-size: 0.8em;
    margin-right: auto;
}



.specs-all.ratings-summary img {
    margin-bottom: 5px;
}

@media only screen and (min-width: 740px) {
    .specs-all {
        font-size: 0.85em;
        line-height: 1.1em;
        overflow: hidden;
    }
    .group-heading {
        font-size: 0.85em;
    }

}

.specs-container > * {
    margin: 1px 1px 5px 1px;
}

@media only screen and (max-width: 439px) {
    .specs-row.specs-empty-row {
        border-top: none;
        margin: 0;
        padding: 0;
    }
}

@media only screen and (min-width: 440px) {
    .specs-container {
        display: flex;
        flex-wrap: wrap;
    }

    .specs-col {
        flex-basis: 49.5%;
    }

    .group-data, .group-ref {
        display: grid;
        grid-auto-rows: 50px;
    }
    .next-group-container .specs-all {
        padding: 5px 5px;
    }

    .specs-all {
        margin: 0 auto;
    }
}

@media only screen and (min-width: 740px) {
    .specs-container > * {
        margin: 1px 1px 5px 1px;
    }
    .specs-col {
        flex-basis: 32.6%;
    }
    .spec-cols-4 .specs-col {
        flex-basis: 24%;
    }
}

@media only screen and (min-width: 980px) {
    .specs-container > * {
        margin: 1px 1px 5px 1px;
    }
    .specs-col {
        flex: 1 1 16.2%;
    }
    .specs-label, .specs-data {
        padding: 5px 3px;
    }
}

.chart-aside-col-3 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.chart-aside-col-3 > div {
    flex: 1 1 300px;
    padding: 10px 20px;
}

.chart-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: auto;
}

.group-collapsed {
    max-height: 0;
    overflow: hidden;
}

.group-open {
    overflow: visible;
}

.next-group-container {
    position: relative;
}

.group-heading {
    cursor: pointer;
}

.group-heading.expand-down-right, .group-heading.expand-up-right {
    color: #083d36;
    text-decoration: underline;
}

.group-heading.expand-down-right:hover, .group-heading.expand-up-right:hover {
    text-decoration: none;
}

#chart-filer-controls {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}

#chart-filer-controls label {
    margin: 5px 20px 10px 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .group-collapsed {
        max-height: 100%;
        overflow: visible;
    }
    .group-heading {
        cursor: auto;
    }
    .group-heading.expand-down-right, .group-heading.expand-up-right {
        text-decoration: none;
    }
    .group-heading.expand-down-right::after, .group-heading.expand-up-right::after {
        content: '';
    }
    #chart-filer-controls {
        display: none;
    }
}




#chart-title {
    margin-bottom: 10px;
}

#chart-title h2 {
    margin: 0;
}


.specs-row-check {
    border-top: solid 1px #fff;
    display: flex;
}

.specs-check-box {
    background-color: rgba(255,255,255,0.2);
    display: flex;
}

.specs-check-box > span {
   margin: auto 10px;
}

.specs-check-label {
    flex: 1 1 auto;
    display: flex;
    background-image: linear-gradient(to right, rgba(255,255,255,0.5),rgba(255,255,255,0));
}

.specs-check-label > span {
    margin: auto 10px;
    text-align: left;
}