/* CCG Bundle Page v14 */

#ccg-comparison-chart {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 20px;
    box-sizing: border-box;
}

#ccg-comparison-chart h2 {
    color: #13294B;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 6px;
    line-height: 1.3;
}

#ccg-comparison-chart .chart-sub {
    text-align: center;
    color: #555;
    font-size: 13px;
    line-height: 1.6;
    margin: 0 0 16px;
}

#ccg-comparison-chart .chart-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#ccg-comparison-chart table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    min-width: 360px;
    border: 1px solid #d0dce8;
}

#ccg-atc-clone {
    width: 100% !important;
    box-sizing: border-box !important;
}

@media (max-width: 980px) {
    #ccg-atc-clone {
        display: block !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
