/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ----------------------------------------------------------------------------------------------------------------------   
 * Reset, font normalization and base styles
   ---------------------------------------------------------------------------------------------------------------------- */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* ----------------------------------------------------------------------------------------------------------------------   
 * html5 Reset by Eric Meyer
   ---------------------------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	}

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
	} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}
del {
	text-decoration: line-through;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}


/* ----------------------------------------------------------------------------------------------------------------------
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
   ---------------------------------------------------------------------------------------------------------------------- */

/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/* ----------------------------------------------------------------------------------------------------------------------
 * Minimal base styles.
   ---------------------------------------------------------------------------------------------------------------------- */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot blue! */
::-moz-selection{ background: #1692e2; color:#fff; text-shadow: none; }
::selection { background:#1692e2; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #1692e2; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/* ---------------------------------------------------------------------------------------------------------------------- 
 * These are most likely going to be tweaked.
   ---------------------------------------------------------------------------------------------------------------------- */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #8a8a8a;
  /* Set your base font here, to apply evenly */
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.065em;
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: normal;
  font-style: normal; }

a, a:active { color: #bfd750; text-decoration: none; }
a:hover { color: #bfd750; border-bottom: 1px dotted #bfd750; text-decoration: none; }


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ---------------------------------------------------------------------------------------------------------------------- 
 * Main Site Styles
 * Description: KS Personal Training
 * Author: The Infamous - AKA Matt O'Brien
 * Version: 2.0
   ---------------------------------------------------------------------------------------------------------------------- */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


/* ----------------------------------------------------------------------------------------------------------------------
 * Body Base Styles
   ---------------------------------------------------------------------------------------------------------------------- */

body {	
	margin: 0;
	background: #eaeaea url(/_images/bg-x_concrete-landing.jpg) top center repeat-x;
	padding: 0;
	position: relative;
	width: 100%;
	}

/* ----------------------------------------------------------------------------------------------------------------------
 * Base Colors & Typography
   ---------------------------------------------------------------------------------------------------------------------- */

p {
	padding: 0 0 1em 0;
	line-height: 2em;
	font-size: 1em;
	}

h1 {
	font-size: 4em;
	text-transform: uppercase;
	color: #444;
	margin-bottom: .25em;
	line-height: 1em;
	width: 100%;
	clear: both;
	padding: none;
	}

h2, h2 a {
	font-size: 1.5em;
	font-family: league-gothic,sans-serif;
	color: #bfd750;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
	border: 0px none;
	margin-bottom: 0.5em;
	}

h2 a:hover {
	color: #444;
	text-decoration: none;
	border: 0px none;
	}

h3, h3 a {
	font-size: 1.5em;
	font-family: league-gothic,sans-serif;
	color: #bfd750;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
	border: 0px none;
	margin-bottom: 0.5em;
	}

h3 a:hover {
	color: #444;
	text-decoration: none;
	border: 0px none;
	}	

h4 {
	font-size: 1.2em;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bold;
	color: #444;
	}

h5 {
	font-size: 1em;	
	}

.dark {
	color: #444;
	}

.green {
	color: #bfd750;
	}


hr {
	width: 100%;
	height: 2px;
	margin: 0;
	padding: 0;
	background: url(/_images/bg-x_hr.gif) top center repeat-x;
	border: 0px none;
	}

/* ----------------------------------------------------------------------------------------------------------------------
 * Universal Logo & Nav
   ---------------------------------------------------------------------------------------------------------------------- */

header {
	width: 960px;
	margin: 0 auto;
	height: 106px;
	padding-top: 32px;
	padding-bottom: 32px;
	clear: both;
	}
	

.logo-kspt, .logo-kspt a {
	width: 146px;
	height: 106px;
	background: url(/_images/logo_kspt.png) top center no-repeat;
	display: block;
	text-indent: -9999px;
	float: left;
	margin-left: 10px;
	}
	

nav {
	width: 620px;
	margin-top: 20px;
	float: right;
	margin-right: 10px;
	}

nav ul {
	float: right;
	}

nav li {
	float: left;
	display: inline;
	list-style: none;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	border-left: 1px dotted #444;
	}

nav li.first {
	border-left: none;
	}

nav li.last {
	padding-right: 0;
	}

nav li a {
	font-size: 1em;
	text-transform: uppercase;
	border-bottom: none;
	text-decoration: none;
	color: #444;
	text-align: right;
	}

nav li a:hover {
	text-decoration: none;
	border: 0px none;
	}


/* ----------------------------------------------------------------------------------------------------------------------
 * Home Section
   ---------------------------------------------------------------------------------------------------------------------- */

div#panel-home {
	margin: 0;
	padding: 0 0 40px 0;
	width: 100%;
	background: url(/_images/mast_landing.jpg) top center no-repeat;
	}

div#panel-home section {
	margin: 390px auto 0 auto;
	padding: 0;
	width: 960px;
	min-height: 300px;
	clear: both;
	}

div#panel-home section article {
	width: 300px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	float: left;
	padding-bottom: 20px;
	}

div#panel-home section article.middle {
	width: 300px;
	margin-left: 9px;
	margin-right: 9px;
	border-left: 1px dotted #444;
	border-right: 1px dotted #444;
	text-align: center;
	float: left;
	padding-bottom: 20px;
	}

div#panel-home section article p, div#panel-home section article.middle p {
	padding-left: 30px;
	padding-right: 30px;
	line-height: 1.5em;
	}
/* ----------------------------------------------------------------------------------------------------------------------
 * About Kristin
   ---------------------------------------------------------------------------------------------------------------------- */

div#panel-about-kristin {
	margin: 0 0 80px 0;
	padding: 0;
	position: relative;
	width: 100%;
	}

div#panel-about-kristin .wrapper-outer  {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	min-height: 480px;
	background: url(/_images/bg-x_concrete-dark.jpg) bottom center repeat;
	}

div#panel-about-kristin .wrapper-inner {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	overflow: hidden;
	background: url(/_images/mast_aboutkristin.jpg) bottom center no-repeat;
	}

div#panel-about-kristin section {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	}

.content-about {
	width: 640px;
	float: left;
	margin-left: 320px;
	padding-top: 60px;
	padding-bottom: 30px;
min-height: 500px;
	}

.block-third {
	width: 300px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	}

.content-about blockquote {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	color: #fff;
	font-size: 1.8em;
	line-height: 1.5em;
	margin-bottom: .8em;
	font-weight: bold;
	padding: 16px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	margin-top: 15px;
	text-align: center;
	}
	
/* ----------------------------------------------------------------------------------------------------------------------
 * Core Services
   ---------------------------------------------------------------------------------------------------------------------- */

div#panel-core-services {
	margin: 0 0 80px 0;
	padding: 0;
	position: relative;
	width: 100%;
	background: url(/_images/bg-x_tabs-white.png) top left repeat-x;
	border-bottom: 1px solid #a9a9a9;
	}

div#panel-core-services .wrapper-inner {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	min-height: 600px;
	overflow: hidden;
	}

/* -- Tab Styling for Pages -- */

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	height: 64px;
	}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a {
	background: url(/_images/sprite_tabs-white.png) no-repeat 0 0;
	font-size: 2em;
	font-family: league-gothic,sans-serif;
	color: #a9a9a9;
	display:block;
	height: 30px;  
	line-height: 1em;
	width: 300px;
	text-align:center;	
	text-decoration:none;
	text-transform: uppercase;
	padding: 20px 0 13px 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #a9a9a9;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -600px 0;	
	color:#fff;	
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -300px 0;		
	cursor:default !important; 
	color:#444 !important;
	border-bottom: 0px none;
	padding-bottom: 14px;
}

/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}


/* tab pane styling */
.panes section.personaltraining {
	display: none;		
	padding: 50px 0 40px 0;
	height: 480px;
	border: 0px none;
	margin-top: 1px;
	background: url(/_images/bg-n_personaltraining.png) bottom left no-repeat;
	overflow: hidden;
	}

.panes section.nutrition {
	display: none;		
	padding: 50px 0 40px 0;
	height: 480px;
	border: 0px none;
	margin-top: 1px;
	background: url(/_images/bg-n_nutrition.jpg) bottom left no-repeat;
	overflow: hidden;
	}

.panes section.personaltraining article, .panes section.nutrition article {
	margin-left: 410px;
	margin-right: 10px;
	float: left;
	width: 540px;
	}

.panes section.prepostnatal {
	display: none;		
	padding: 50px 0 40px 0;
	border: 0px none;
	height: 480px;
	margin-top: 1px;
	background: url(/_images/bg-n_prepostnatal.png) bottom right no-repeat;
	overflow: hidden;
	}

.panes section.prepostnatal article {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	width: 540px;
	}

.panes header {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	color: #444;
	font-size: 1.8em;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
	font-weight: bold;
	padding: 0;
	width: 540px;
	height: auto;
	}

.panes ul {
	font-size: 1.25em;
	color: #bfd750;
	width: 560px;
	margin-left: -10px;
	margin-right; -10px;
	}

.panes ul li {
	width: 260px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px dotted #a9a9a9;
	padding: 10px 0;
	float: left;
	display: inline;
	}

.panes ul li.last {
	border-bottom: 0px none;
	}	
	

/* ----------------------------------------------------------------------------------------------------------------------
 * Other Services
   ---------------------------------------------------------------------------------------------------------------------- */

div#panel-other-services {
	margin: 0 0 40px 0;
	padding: 0;
	position: relative;
	width: 100%;
	}

div#panel-other-services section {
	margin: 0 auto;
	padding: 0 0 40px 0;
	width: 960px;
	min-height: 406px;
	overflow: hidden;
	}

div#panel-other-services section ul {
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	}

div#panel-other-services section li {
	width: 300px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	height: 240px;
	margin-bottom: 20px;
	}

div#panel-other-services section li.fourth {
	width: 300px;
	margin-left: 170px;
	margin-right: 10px;
	float: left;
	height: 280px;
	margin-bottom: 10px;
	}

div#panel-other-services section li.fifth {
	width: 300px;
	margin-left: 10px;
	margin-right: 170px;
	float: left;
	height: 280px;
	margin-bottom: 10px;
	}

div#panel-other-services section li h2 {
	width: 300px;
	font-size: 2em;
	font-family: league-gothic,sans-serif;
	color: #444;
	text-align: center;
	border-top: 1px dotted #444;
	border-bottom: 1px dotted #444;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
	margin: 0 0 20px 0;
	}

a.banner-contact, a.banner-contact:hover {
	width: 960px;
	height: 110px;
	margin: 0 0 20px 0;
	display: block;
	background: url(/_images/bg_bannercontact.png) top center no-repeat;
	text-indent: -9999px;
	padding: 0;
	text-decoration: none;
	border: 0px none;}

/* ----------------------------------------------------------------------------------------------------------------------
 * Contact
   ---------------------------------------------------------------------------------------------------------------------- */

div#panel-contact {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	}

div#panel-contact .wrapper-outer {
	width: 100%;
	background: #fff;
	overflow: hidden;
	height: auto;
	}

div#panel-contact section {
	margin: 0 auto;
	padding: 50px 0 40px 0;
	width: 960px;
	min-height: 426px;
	}

div#panel-contact section article {
	width: 540px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	}

div#panel-contact section article ul {
	list-style: disc;
	}

div#panel-contact section article ul li{
	list-style: disc;
	margin-bottom: 8px;
	}

div#panel-contact section aside {
	width: 300px;
	margin-left: 80px;
	margin-right; 10px;
	float: left;
	}

div#panel-contact section aside header {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	color: #444;
	font-size: 1.8em;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
	font-weight: bold;
	padding: 0;
	width: 300px;
	height: auto;
	}

div#panel-contact section aside ul {
	font-size: 1.25em;
	color: #bfd750;
	width: 300px;
	margin: 0;
	padding; 0;
	}

div#panel-contact section aside ul li {
	width: 300px;
	border-bottom: 1px dotted #a9a9a9;
	padding: 10px 0;
	margin: 0;
	}

div#panel-contact section aside ul li.last {
	border-bottom: 0px none;
	}

div#panel-contact section aside nav {
	padding: 0;
	width: 300px;
	margin-right: 0;
	float: left;
	margin-top: 0;
	}
	
div#panel-contact section aside nav ul {
	padding: 0;
	margin-top: 5px;
	list-style: none;
	float: left;
	display: inline;
	}

div#panel-contact section aside nav ul li {
	padding: 0;
	border-left: 0px none;
	border-right: 0px none;
	border-top: 0px none;
	border-bottom: 0px none;
	float: left;
	display: inline;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	text-align: left;
	}
	
div#panel-contact section aside nav ul li.facebook a {
	background: url(/_images/sprite_social.png) 0 -10px;
	display: block;
	border: 0px none;
	display: block;
	width: 26px;
	height: 28px;
	margin-bottom: 5px;
	text-indent: -999999px;
	text-align: left;
	}
	
div#panel-contact section aside nav ul li.facebook a:hover {
	background: url(/_images/sprite_social.png) 0 -45px;
	border: 0px none;
	}	
	
div#panel-contact section aside nav ul li.twitter a {
	background: url(/_images/sprite_social.png) 0 -80px;
	border: 0px none;
	display: block;
	width: 26px;
	height: 28px;
	margin-bottom: 5px;
	text-indent: -999999px;
	text-align: left;
	}
	
div#panel-contact section aside nav ul li.twitter a:hover {
	background: url(/_images/sprite_social.png) 0 -115px;
	border-bottom: 0 none;
	}
	
	
/* ----------------------------------------------------------------------------------------------------------------------
 * Footer
   ---------------------------------------------------------------------------------------------------------------------- */

footer {
	background: url(/_images/bg-x_concrete-dark.jpg) bottom center repeat;
	padding: 60px 0 10px 0;
	width: 100%;
	clear: both;
	margin: 0 0 0 0;
	height: auto;
	}

footer section {
	width: 940px;
	text-align: center;
	font-size: 0.8em;
	color: #a9a9a9;
	margin: 0 auto;
	padding: 0;
	}

footer section a, footer section a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	}
	

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ---------------------------------------------------------------------------------------------------------------------- 
 * Non-semantic helper classes: please define your styles before this section.
   ---------------------------------------------------------------------------------------------------------------------- */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/* ---------------------------------------------------------------------------------------------------------------------- 
 * Media queries for responsive design.
 * These follow after primary styles so they will successfully override.
   ---------------------------------------------------------------------------------------------------------------------- */

/*@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}*/



/* ---------------------------------------------------------------------------------------------------------------------- 
 * Print styles.
   ---------------------------------------------------------------------------------------------------------------------- */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}