@page {
    margin: 1cm;
}

body{
    font-size: 14px;
}

/* print urls following links (css2 compliant browsers) */
a:after { content: " (Link to: "attr(href)") "; font-weight:normal; font-style: italic; }
/* prepend absolute path to urls that start with a slash (css3 compliant browsers) */
a[href^="/"]:after { content: " (Link to: http://www.lmc.org" attr(href) ") "; }

a {
    color: #000;
    word-wrap: break-word;
    text-decoration: none;
}

/* Hide these */
#simMenu, .nav-container, header, footer, #events, .sb-slidebar, #offcanvas-nav, #icons{
    display: none;
}

h1.print-heading{
    font-size: 2.5em;
    margin: .2em 0;
}

h2{
    border-bottom: solid #000 1px;
}

ul{
    text-decoration: none;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

li{
    margin-bottom: 1em;
}

.print-logo img{
    width: 21%;
}

#mainstory h1{
    font-size: 1.4em;
    margin-bottom: 0;
}

#otherNews li{
    margin-bottom: 1.5em;
}

#otherNews p, .feed p{
    margin: .5em 0;
}

#otherNews h3, .feed h3{
    margin-bottom: 0;
}

.feed li {
    margin-bottom: 1.5em;
}