@page {
  margin: 2cm 1.5cm;
}

html, body {
    height: auto;
}

body {
    background: white;
    margin: 0;
    padding: 0;
}

/* Hide sections for print */
#part-header,
#part-footer,
#part-related-content,
.subscribeModalBtn {
    display: none;
}

/* Add border for items that use background colour */
.well,
.featured-events .article-snapshot,
.cover-banner {
    border: 1px solid #ccc;
    color: inherit;
}

/* Remove Bootstrap displaying URLs */
a[href]:after {
    content: none;
}