/* Oxford Duplication Centre
   Glass Plate / Photographic Film pricing tables
   Page-specific override. Load AFTER main.css.
*/

#odc-modern-page .odc-film-pricing .odc-pricing-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 35px !important;
    padding: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    box-sizing: border-box !important;
}

#odc-modern-page .odc-film-pricing .odc-pricing-table {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    table-layout: fixed !important;
    border-collapse: collapse !important;
}

#odc-modern-page .odc-film-pricing .odc-pricing-table th,
#odc-modern-page .odc-film-pricing .odc-pricing-table td {
    box-sizing: border-box !important;
}

#odc-modern-page .odc-film-pricing .odc-pricing-table .odc-table-intro {
    width: auto !important;
    white-space: normal !important;
}

/* Standard format — 9 columns */
#odc-modern-page .odc-film-pricing .odc-pricing-wrap:nth-child(1) col:nth-child(1) { width: 220px !important; }
#odc-modern-page .odc-film-pricing .odc-pricing-wrap:nth-child(1) col:nth-child(2) { width: 140px !important; }
#odc-modern-page .odc-film-pricing .odc-pricing-wrap:nth-child(1) col:nth-child(n+3) { width: 85px !important; }

/* APS — 6 columns */
#odc-modern-page .odc-film-pricing .odc-pricing-wrap:nth-child(2) col:nth-child(1) { width: 270px !important; }
#odc-modern-page .odc-film-pricing .odc-pricing-wrap:nth-child(2) col:nth-child(2) { width: 90px !important; }
#odc-modern-page .odc-film-pricing .odc-pricing-wrap:nth-child(2) col:nth-child(3) { width: 150px !important; }
#odc-modern-page .odc-film-pricing .odc-pricing-wrap:nth-child(2) col:nth-child(n+4) { width: 95px !important; }

/* Medium format — 11 columns */
#odc-modern-page .odc-film-pricing .odc-pricing-wrap:nth-child(3) col:nth-child(1) { width: 75px !important; }
#odc-modern-page .odc-film-pricing .odc-pricing-wrap:nth-child(3) col:nth-child(2) { width: 180px !important; }
#odc-modern-page .odc-film-pricing .odc-pricing-wrap:nth-child(3) col:nth-child(n+3) { width: 80px !important; }

/* Large format / glass plates / sheet film — 11 columns */
#odc-modern-page .odc-film-pricing .odc-pricing-wrap:nth-child(4) col:nth-child(1) { width: 110px !important; }
#odc-modern-page .odc-film-pricing .odc-pricing-wrap:nth-child(4) col:nth-child(2) { width: 105px !important; }
#odc-modern-page .odc-film-pricing .odc-pricing-wrap:nth-child(4) col:nth-child(3) { width: 180px !important; }
#odc-modern-page .odc-film-pricing .odc-pricing-wrap:nth-child(4) col:nth-child(n+4) { width: 70px !important; }

#odc-modern-page .odc-film-pricing .odc-pricing-table th:nth-child(n+3),
#odc-modern-page .odc-film-pricing .odc-pricing-table td.odc-price {
    text-align: center !important;
    white-space: nowrap !important;
}

#odc-modern-page .odc-film-pricing .odc-pricing-table td.odc-centre {
    text-align: center !important;
    white-space: nowrap !important;
}

#odc-modern-page .odc-film-pricing .odc-pricing-table td.odc-service {
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
}

@media (max-width: 900px) {
    #odc-modern-page .odc-film-pricing .odc-pricing-table {
        min-width: 960px !important;
    }
}
