/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, 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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * 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 pink! */
::-moz-selection{ background: #F9AA07; color:#fff; text-shadow: none; }
::selection { background:#F9AA07; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #F9AA07; }

/* 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; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
	/* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
	color: #444;
	/* Set your base font here, to apply evenly */
	font: 12px Verdana, Geneva, sans-serif;
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 { /* intro copy block */
	font: italic 2.8em/1.5em "Arvo", "Arial", Gadget, sans-serif;
}

h2 { /* section headers */
	font: italic 1.9em/1.9em "Arvo", "Arial", Gadget, sans-serif;
	padding-bottom: 10px;
}
	.col-4-tile h2{
		text-align: center;
		line-height: 193px;
	}
	.col-4-tile h2.doubleline{
		text-align: center;
		line-height: 1.2em;
		padding-top: 70px;
	}
	.col-4-tile h2.tripleline{
		text-align: center;
		line-height: 1.2em;
		padding-top: 58px;
	}
	.col-4-tile h2.fourline{
		text-align: center;
		line-height: 1.2em;
		padding-top: 41px;
	}
	.col-4-tile h2.sixline{
		text-align: center;
		line-height: 1em;
		padding-top: 20px;
	}

	.col-4-tile-center-vert h2{
		text-align: center;
		line-height: 1em;
	}
	
h3 { /* contact address headers */
	font: italic 1.25em/1.5em "Arvo", "Arial", Gadget, sans-serif;
	padding-bottom: 3px;
}
	#services h3 {
		padding-bottom: 8px;
	}
	
	#case-study h3 {
		font: italic 1.5em/1em "Arvo", "Arial", Gadget, sans-serif;
	}

h4 {
	font: italic 1.2em/1em "Arvo", "Arial", Gadget, sans-serif;
}

h5 {
	margin-top: 0;
	padding-top: 0;
}

#services {
	font-size: 1.25em;
	line-height: 1.25em;
}
	#services ul {
		margin: 0;
	}

	#services li {
		line-height: 1.25em;
		padding-bottom: 7px;
		list-style: square;
		margin: 0 0 0 15px;
	}
	
.address-block {
	font-size: .75em;
	line-height: 1.125em;
	padding: 10px 20px 12px 20px;
}
	.address-block a,
	.address-block a:active,
	.address-block a:visited {
		color: #FFF;
	}
	.address-block a:hover {
		color: #F9AA07;
	}
	
.case-study-copy {
	padding-top: 14px;
}

#case-study p {
	font-size: 1em;
	line-height: 1.125em;
	padding: 24px 0 10px 10px;
}

#case-study .cs-col-4-2x-text p {
	padding: 10px 15px 10px 0;
}

.cs-gallery-link{
	text-align: center;
	padding-top: 10px;
}

#case-study h3 {
	padding: 10px 0 0 10px;
}

.copy-block p {
	font: italic 1.4em/1.5em "Arvo", "Arial", Gadget, sans-serif;
}

a, a:active, a:visited {
	color: #909094;
/*	color: #575756;	*/
	text-decoration: none;
}
a:hover { color: #F9AA07; }

a.white, a.white:active, a.white:visited {
	color: #FFF;
	text-decoration: none;
}
a.white:hover { color: #F9AA07; }

/**
 * Primary styles
 *
 * Author: Jaye, Hai, Kev
 */
#container {
	width: 960px;
	margin: 0 auto;
	clear: both;
}

header {
	width: 940px;
	height: 110px;
	margin: 0 10px;
	position: fixed;
	z-index: 1000;
}

	#logo-alcone {
		width: 150px;
		height: 70px;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	#header-rule {
		width: 800px;
		height: 1px;
		line-height: 0;
		position: absolute;
		left: 60px;
		bottom: 15px;
	}
	
	#header-social-group {
		width: 60px;
		position: absolute;
		right: 0;
		bottom: 15px;
		font-size: .85em;
		line-height: 2em;
		text-align: right;
	}
	
		#btns-social {
			width: 60px;
			height: 22px;
		}
			#btn-social-fb, #btn-social-twitter {
				display: inline;
				padding-left: 2px;
			}

#main {
	position: relative;
	width: 940px;
	margin: 0 10px;
	padding-top: 110px;
}

nav {
	width: 100px;
	position: fixed;
}
	nav ul {
		position: absolute;
		left: 60px;
		top: 20px;
		font: italic 1.3em/2.615em "Arvo", "Arial", Gadget, sans-serif;
		
	}

#infield {
	width: 780px;
	display: inline;
	float: right;
	position: relative;
}
	#title-big, .title-big {
		/*padding: 160px 40px 40px 80px;*/
		padding: 220px 0 0 260px;
		color: #FFF;
	}

#cs-hero {
	width: 584px;
	height:388px;
	float: left;
	margin: 1px 0 0 1px;;
}

/* ========================================================= */
/* COLUMN & ROW STYLES *//* ================================ */
/* ========================================================= */
.col-1, .col-2{
	margin: 0 1px; /* adjusts for 1px border on other column grid images */
}

#top_of_page,
.col-2, .col-3, .col-4,
.col-5, .col-6, .col-1-3 {
	margin: 0;
	line-height: 0;
}

#services {
	margin: 0 1px;
}
	
	#services .col-2 {
		width: 348px;
		float: left;
		padding: 10px 20px;
		display: inline;
	}


#contact.col-1-3 {  /* single column layout split 1 to 3 */
	line-height: 2em;
}
	.col-1-3 .col-1x { /* the single wide column */
		margin: 1px 0 1px 1px; /* adjusts for 1px border on other column grid images */
		width: 193px;
		height: 583px;
		overflow: hidden;
		display: inline;
		float: left;
	}
	
	.col-1-3 .col-3x { /* the triple wide column */
		width: 583px;
		display: inline;
		float: left;
		margin-left: 1px;
	}

.col-4-tile { /* four column sized square tile */
	position: relative;
	width: 193px;
	height: 193px;
	float: left;
	margin: 1px;
}


.col-4-1x { /* four column sized single column */
	width: 195px;
	float: left;
	line-height: 0;
}

.cs-col-4-1x { /* four column sized single column: tweaked for gallery buttons on case study page- width is 196px instead of 195px */
	width: 196px;
	float: left;
	line-height: 0;
}

.col-4-1x-text { /* four column sized single column text only */
	width: 181px;
	float: left;
	margin: 1px;
	padding-right: 12px;
}

.col-4-2x { /* four column sized double column */
	width: 390px;
	float: left;
	line-height: 0;
}

.col-4-2x-text { /* four column sized double column text only */
	width: 388px;
	float: left;
	margin: 1px;
}

.cs-col-4-2x-text { /* four column sized double column text only: tweaked for gallery buttons on case study page- width is 387px instead of 388px */
	width: 387px;
	float: left;
	margin: 1px;
}

#mosaic {
	width: 780px;
	height: 468px;
	line-height: 0;
	margin: 0;
}

.m-col-1x {
	width: 156px;
	line-height: 0;
	float: left;
}
	.m-col-1x {
		width: 156px;
		line-height: 0;
		float: left;
	}

.m-col-2x {
	width: 312px;
	line-height: 0;
	float: left;
	margin:0;
}
	.copy-block {
		width: 312px;
		height: 312px;
		background: transparent url('../images/mosaic/m-col2-a.jpg') top left no-repeat;
	}
		.copy-block-content {
			float: right;
			padding: 110px 25px 0 0;
		}

.m-inline {
	float: left;
}

.row {
	overflow: hidden;
}
	.row .ct, .row .pt { /* ct = client tile, pt = people tile */
		display: inline;
		float: left;
	}
	
	.ct {
		width: 195px;
		height: 195px;
		overflow: hidden;
		line-height: 0;
	}

#row-cs-bottom {
	width: 778px;
	margin: 1px;
	background-color: red;
}

#work {
}
	.work-case {
		width: 258px;
		height: 258px;
		margin: 1px;
		display: inline;
		float: left;
	}

/* ========================================================= */
/* BUTTONS *//* ============================================ */
/* ========================================================= */
.cs-gal-btn {
	width: 98px;
	height: 98px;
	float: left;
	display: inline;
	overflow: hidden;
	line-height: 0;
}

/* ========================================================= */
/* COLORS *//* ============================================= */
/* ========================================================= */
.bg-orange { /* PMS 7409 C: Orange */
	background-color: #F9AA07;
}

.bg-white {
	background-color: #FFF;
}

.bg-gray-dark {
	background-color: #575756;
}

.bg-gray { /* PMS Cool Gray 9 C */
	background-color: #909094;
}

.gray { /* PMS Cool Gray 9 C */
	color: #909094;
}

.gray-dark {
	color: #575756;
}

.orange { /* PMS 7409 C: Orange */
	color: #F9AA07;
}

.white {
	color:#FFF;
}

/* DELETE THESE WHEN FINISHED WITH LAYOUT */
/* Also, delete the classes off the html page! */
		.bg-red {
			background-color: #f00;
		}
		
		.bg-yellow {
			background-color: #ff0;
		}
		
		.bg-green {
			background-color: #0f0;
		}
		
		.bg-blue {
			background-color: #00f;
		}
/* DELETE THESE WHEN FINISHED WITH LAYOUT */

/* ========================================================= */

/* ========================================================= */
/* SPACERS & SHIMS *//* ==================================== */
/* ========================================================= */
.spacer-50h {
	height: 50px;
	line-height: 0;
}

.spacer-20h {
	height: 20px;
	line-height: 0;
}

.vertical-center {
	display: table-cell;
	position: absolute;
	top: 50%;
}
/* ========================================================= */


/* ========================================================= */
/* CASE STUDY TITLE TILE CENTER VERTICAL *//* ============== */
/* ========================================================= */
.items li
{
	float: left;
	margin: 0px 5px 5px 0px;
	text-transform: uppercase;
}
  
.items li .outerContainer
{
	position: relative;
	display: table;
	height: 193px;
	width: 193px;
	float: left;
	margin: 1px;
	overflow: hidden;
}
  
.items li .outerContainer:Hover
{
	background-color: red;
}

.items li .outerContainer .innerContainer
{
	display: table-cell;
	vertical-align: middle;
	width: 193px; /* Adjust this width, it should be a fraction smaller than the outercontainer width. */
	margin: 0 auto;
	text-align: center;
}
  
.items li .outerContainer .innerContainer .element a
{
	color: #999999;
	text-decoration: none;
	padding: 0px 10px;
	display: block;
}
  
.items li .outerContainer:Hover .innerContainer .element a
{
	color: #FFFFFF;
	text-decoration: none;
}
/* ========================================================= */


/*People: mosaic content slider plugins*/
#people .flipside {
	position: relative;
	width: 136px;
	height: 136px;
	padding: 10px;
	overflow: hidden;
	color: white;
}
	#people .flipside h4 {
		/*color: white;*/
		text-align: left;
		font: italic 1.5em/1.1em "Arvo", "Arial", Gadget, sans-serif;
	}
	#people .flipside .people-name-loc {
		position: absolute;
		bottom: 10px;
	}
		#people .flipside .people-name-loc p {
			/*color: white;*/
			font: 1.1em/1em "Arial", Gadget, sans-serif;
		}


.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:156px;
	height:156px;
	background:#F9AA07;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
}

#work .mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:258px;
	height:258px;
	background:#F9AA07;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
}
	#work .details {
		padding: 5px 10px;
	}

	.bar .mosaic-overlay {
		bottom:-60px;
		height:60px;
		background:url(../images/bg-black.png);
	}

	.mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
		background-color: #111;
	}
	
	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:100%;
		background-color: #111;
	}
/*End mosaic content slider plugins*/



/* Client logos */
.brandListHolder{
/*	margin-bottom:30px;*/
}

.brand{
	width:195px;
	height:195px;
	float:left;
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	/*cursor:pointer;*/
}

.brandFlip{
	/*  The brand div will be positioned absolutely with respect
		to its parent .brand div and fill it in entirely */
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #fff;
	background-color: #F9AA07;
}


/*
.brandFlip:hover{
	-- CSS3 inset shadow: --
	-moz-box-shadow:0 0 30px #999 inset;
	-webkit-box-shadow:0 0 30px #999 inset;
	box-shadow:0 0 30px #999 inset;
}
*/

.brandFlip img{
	/* Centering the logo image in the middle of the brandFlip div */
	position:absolute;
}

.brandData{
	/* Hiding the .brandData div */
	display:none;
        background-color: #F9AA07;

}

.brandDescription{
	font-size:11px;
	color: #FFF;
	padding:15px 10px 20px 20px;
}
	.brandDescription h1 {
		font: 1.4em/1em "Arvo", "Arial", Gadget, sans-serif;
		padding-bottom: 8px;
	}
	.brandDescription p {
		padding-bottom: 6px;
		font: 1em/1em "Arial", Gadget, sans-serif;
	}

.brandURL {
	color: #FFF;
	font: 1em/1em "Arvo", "Arial", Gadget, sans-serif;
	padding-left: 20px;
}

	.brandURL a, .brandURL a:active, .brandURL a:visited {
		color: #FFF;
		text-decoration: none;
	}

	.brandURL a:hover {
		color: #575756;
	}

/* End Client logos */



/* Slider Container*/
#intro, #feature, #people,  #clients {
	width:780px;
	position:relative;
	z-index:100;
}

#intro, #intro .slide, #intro .slide div, #feature, #feature .slide {
	height:468px;
}

#people, #people .slide {
	height:480px;
}

#clients, #clients .slide {
	height:595px;
}

#contact-slides, #contact-slides .slide {
	height: 585px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:780px;
	overflow:hidden;
	position:relative;
	display:none;
}


#contact-slides .slides_container {
	width:585px;
	overflow:hidden;
	position:relative;
	display:none;
}
/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container .slide {
	width:780px;
	display:block;
}

#contact-slides .slides_container .slide {
	width:585px;
	display:block;
}

/*Pagination*/

.pagination {
	padding-left: 60px;
	margin:10px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
/*End content sliders*/



/* Start ASP.NET default styling */
.buttons { padding-top: 20px;}
.field-validation-error {
    color: #FF0000;
    display: block;
    padding-top: 2px;
}
.field-validation-valid { display: none;}
.input-validation-error { border: 1px solid #ff0000;background-color: #ffeeee;}
.validation-summary-errors { font-weight: bold; color: #ff0000;}
.validation-summary-valid { display: none;}
.display-label, .editor-label { margin: 1em 0 0 0;}
.display-field, .editor-field { margin:0.5em 0 0 0;}
.text-box { width: 30em;}
.text-box.multi-line { height: 6.5em;}
.tri-state { width: 6em;}

input[type="text"], input[type="password"] {
    background: -moz-linear-gradient(center bottom , white 85%, #EEEEEE 99%) repeat scroll 0 0 #FFFFFF;
}

input, textarea {
    border: 1px solid #AAAAAA;
    border-radius: 3px 3px 3px 3px;
    font-family: "Helvetica Neue",Arial,Verdana,"Nimbus Sans L",sans-serif;
    font-size: 1em;
    margin: 0;
    outline: medium none;
    padding: 4px 5px;
}

/* End ASP.NET default styling*/



/**
 * 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.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@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; }
}


