/* Forth Valley College

   - Course detail page print styling

 */



/* Hide everything unneeded */

header, main, footer, img {display: none}


/* Display everything needed */

article.section-main {display: block;}


/* Hide more specific stuff */

a.brand-logo {display: none;}
.nav-site_categories {display: none; }
.nav-site_extend {display: none; }
section.page-header {display: none;}
div.page-header_image {display: none;}
div.my-fvc {display: none;} 
aside.aside-navbar {display: none;}
footer.main-footer {display: none;}
button.btn {display: none;}



/* Font sizes */

body {

	font: 12pt Arial, serif;
	line-height: 1.3;
	color: #000;

}

h1 {font-size: 24pt; margin-top: 25px}


/* Some browsers like to show a border around images. Switch it off */

img {border: 0}


/* Bring main content to front */

article.section-main { background-color: white; z-index: 10000;}


/* Display the URL of the site so that the user knows where the printout came from */

article.section-main:after {display: block; content: "http://www.forthvalley.ac.uk"}


/* Additional message with CTA */

article.section-main:before {
	display: block;
	content: "For additional course details please call 0845 634 4444.";
	margin-bottom: 10px;
	border: 1px solid #bbb;
	padding: 3px 5px;
	font-style: italic;
}


/* Open up accordion panels */

.collapse { height: auto }


/* Remove colouring from table data */

.course-snapshot { border-top-color: #000; background-color: #fff; }


/* By default links are blue. For optimal legibility change them to black */

p a {color: #000}


/* External links don't get this treatment */

p a[href^="http://"]:after, p a[href^="https://"]:after {

	content: " (" attr(href) ")";

}


/* The Sidebar is placed under the content automatically. To distinguish it from the rest a border and a gap is set before */
