@media print {
  
/* Remove unwanted elements */
header, footer, .slideshow, nav, .banner, .sidebar, .carousel, .box-column, [id*="image-slider"] img, table.MASTERCAL_STYLE, [id*="main-image"], .about, .weather-app, .featured-image  {
	display: none;
}

body {
	font: 12pt Georgia, "Times New Roman", Times, serif;
	line-height: 1.3;
}

h1 {
	font-size: 24pt;
}

h2 {
	font-size: 14pt;
	margin-top: 25px;
}


.main-content a:link:after, .ContentTemp_MainCol a:link:after, .ContentTemp_SideCol a:link:after, 
.main-content a:visited:after, .ContentTemp_MainCol a:visited:after, .ContentTemp_SideCol a:visited:after {
    content: none;
	font-size: 90%; 
}

/* Ensure the content spans the full width */
.main-content, .ContentTemp_MainCol, .ContentTemp_SideCol {
	width: 100%; 
	margin: 0; 
	float: none;
}

/* remove box shadows on content area */

.user-content {
  box-shadow: none;
}

.content {
  border: none; 
}

/*Make some elbow room */
td {
    vertical-align: top;
    padding: 15px;
}

td img {
    vertical-align: top;
    padding: 0 15px;
}

/* Change text colour to black (useful for light text on a dark background) */
body {
	color: #000;
}

/* Improve colour contrast of links */
a:link, a:visited {
	color: #666666;
}

}