@media only screen and (min-width: 1300px) {
    /* hide count for guttering */
    .readdocument__rep-count {
        display: none;
    }
}

@media only screen and (min-width: 769px) {
    /* change for small screens for case when no icons are present - stops headings indenting unnecessarily */
    .oc-link[data-oc-buttons="zero_count"] {
        margin-right: 0;
        display: inline;
    }
}

@media only screen and (max-width: 768px) {
    .header-inner__logo {
        /*width: 160px;*/
        height: 54px;
        margin-right: 0;
        margin-top: 3em;
    }

    .footer-inner__content__item {
        margin: 0;
    }

    .footer-inner__content--right {
        text-align: left;
    }

    /* Layout tables set as divs with borders */
    .table-row {
        flex-direction: column;
    }

    .table-cell-third.table-heading {
        display: none;
    }

    .table-cell-third {
        width: 100%;
    }

    .table-cell-third .responsive-table-heading {
        display: block;
        border-bottom: 1px solid #000;
    }

    /* change for small screens for case when no icons are present - stops headings indenting unnecessarily */
    .oc-link[data-oc-buttons="zero_count"] {
        margin-right: 0;
        display: inline;
    }
}

