/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/bebasneue-webfont.eot');
    src: url('fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue-webfont.woff2') format('woff2'),
         url('fonts/bebasneue-webfont.woff') format('woff'),
         url('fonts/bebasneue-webfont.ttf') format('truetype'),
         url('fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'titillium_webbold';
    src: url('fonts/titilliumweb-bold-webfont.eot');
    src: url('fonts/titilliumweb-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumweb-bold-webfont.woff') format('woff'),
         url('fonts/titilliumweb-bold-webfont.ttf') format('truetype'),
         url('fonts/titilliumweb-bold-webfont.svg#titillium_webbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'titillium_weblight';
    src: url('fonts/titilliumweb-light-webfont.eot');
    src: url('fonts/titilliumweb-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumweb-light-webfont.woff') format('woff'),
         url('fonts/titilliumweb-light-webfont.ttf') format('truetype'),
         url('fonts/titilliumweb-light-webfont.svg#titillium_weblight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'titillium_webregular';
    src: url('fonts/titilliumweb-regular-webfont.eot');
    src: url('fonts/titilliumweb-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumweb-regular-webfont.woff') format('woff'),
         url('fonts/titilliumweb-regular-webfont.ttf') format('truetype'),
         url('fonts/titilliumweb-regular-webfont.svg#titillium_webregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('fonts/sourcesanspro-regular-webfont.eot');
    src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'nexa_lightregular';
    src: url('fonts/nexa_light-webfont.eot');
    src: url('fonts/nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nexa_light-webfont.woff') format('woff'),
         url('fonts/nexa_light-webfont.ttf') format('truetype'),
         url('fonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'nexa_boldregular';
    src: url('fonts/nexa_bold-webfont.eot');
    src: url('fonts/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nexa_bold-webfont.woff') format('woff'),
         url('fonts/nexa_bold-webfont.ttf') format('truetype'),
         url('fonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1{
	font-family: bebas_neueregular, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #fff;
	text-transform:uppercase;
}

h2{
	font-family: bebas_neueregular, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #fff;
	text-transform:uppercase;
}

h3{
	font-family: nexa_lightregular, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #D8DF25;
}

h4{
	font-family: nexa_lightregular, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: white;
}

p{
    font-family: titillium_weblight, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #fff;
}

/* ==========================================================================
   Impression Design Base styles
   ========================================================================== */

html {
  background:url(../img/desert-united-soccer-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: black;
}

.wrapper {
  width: 960px;
 margin: 0 auto 0em;
}

header{
	border-bottom: 2px solid #EB1E2A;
	-webkit-box-shadow: 0 8px 26px -6px red;
     -moz-box-shadow: 0 8px 26px -6px red;
          box-shadow: 0 8px 26px -6px red;
		  position:relative;
		  z-index:9;
}

section {
  width: 960px;
  min-height: 550px;
  overflow:auto;
 margin: 0 auto 0em;
 padding: 48px 32px 35px 32px;
 background: rgba(0,0,0,0.7);
}

section ul {
	font-family: titillium_weblight, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #fff;
	list-style-image: url('../img/list.png');
	margin-left:-12px;
}

section ol {
	font-family: titillium_weblight, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #fff;
	margin-left:-12px;
}

section ul li{
	margin-bottom:8px;
}

section ul li a{
	color:#FF0;
}

section ul li a:hover{
	color:#F00;
}

.sectionImg{
-webkit-box-shadow: 0px 0px 25px 0px rgba(255,0,0,1);
-moz-box-shadow: 0px 0px 25px 0px rgba(255,0,0,1);
box-shadow: 0px 0px 25px 0px rgba(255,0,0,1);
-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
     transform: rotate(7deg);
	 margin:24px;
}

/* ==========================================================================
   Impression Design custom styles
   ========================================================================== */
   
#logo{
	position:absolute;
	margin-left: 375px;
	margin-top: -40px;
	z-index:999999999;
}

.line{
	height: 1px;
	background:#EB1E2A;
}

#clubNews{
	float:left;
	width:280px;
	padding:8px;
	padding-right:16px;
	margin-right: 8px;
	
}

#clubNews h2{
	font-family: bebas_neueregular, Arial, Helvetica, sans-serif;
	font-size: 2.1em;
	color: #fff;
	text-transform:uppercase;
}

#teamNews{
	float:left;
	width:280px;
	padding:8px;
	padding-right:16px;
	margin-right: 8px;
	
}

#teamNews h2{
	font-family: bebas_neueregular, Arial, Helvetica, sans-serif;
	font-size: 2.1em;
	color: #fff;
	text-transform:uppercase;
}

#indNews{
	float:left;
	width:525px;
	padding:8px;
	padding-right:16px;
	margin-right: 8px;
	
}

#twitter{
	float:left;
	width:440px;
	padding:8px;
	margin-right: 16px;
	
}

#twitter h2{
	font-family: bebas_neueregular, Arial, Helvetica, sans-serif;
	font-size: 2.1em;
	color: #fff;
	text-transform:uppercase;
}


#facebook{
	float:left;
	width:440px;
	padding:8px;
	margin-right: 16px;
	
}

#instagram{
	
	width:920px;
	padding:8px;
	margin:0 auto;
	
}

.electricblaze-yxyKslpMBkjKVPcsWvD4
{display:none !important;}




#homeTitle{
	text-align:center;
}
#homeTitle h1{
	font-family: bebas_neueregular, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #fff;
	text-align:center;
}

#homeTitle p{
    font-family: titillium_weblight, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #fff;
	margin-top: -24px;
}

.homeSections {
	float:left;
	margin-left:16px;
	display:inline-block;
	width: 280px;
	margin-top:8px;
	background:url(../img/fees-box.jpg);
	height: 460px;
	padding:0px 10px 10px 10px;

border: 1px solid #EB1E2A;

}

.homeSections:hover {
	-moz-box-shadow:    0px 0px 4px 2px #ED1F24;
  -webkit-box-shadow: 0px 0px 4px 2px #ED1F24;
  box-shadow:         0px 0px 4px 2px #ED1F24;
}


.homeSections p{
	font-family: titillium_weblight, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	text-align:center;
}

.homeSections h2{
	font-family: bebas_neueregular, Arial, Helvetica, sans-serif;
	font-size: 2.1em;
	color: #EB1E2A;
	text-align:center;
	margin:4px;
}

.homeSections h3{
	font-family: titillium_weblight, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #EB1E2A;
	text-align:center;
}

.homeSections ul{
	font-family: titillium_weblight, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	margin-left:-23px;
	list-style:square;
	line-height: 16px;
}

.homeSections ul li{
	margin-bottom:4px;
}


table td{
	text-align:left;
	 font-family: titillium_weblight, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align:center;
	color: #fff;
	-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
border-radius: 10px 10px 0px 0px;
border-bottom: 1px solid white;
border-right: 1px solid white;
padding:4px 0px;;

}

table td:last-child{
border-right: 0px solid white;
}

.downloadForm{
	margin-right: 16px;
	margin-bottom: 16px;
}

.downloadForm a{
	font-family: bebas_neueregular, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	width:310px;
	text-align: center;
	display:inline-block;	
	color: #fff;
	text-decoration: none;
	padding: 12px 16px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,a80303+100 */
background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #a80303 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#a80303)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3019 0%,#a80303 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3019 0%,#a80303 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3019 0%,#a80303 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3019 0%,#a80303 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#a80303',GradientType=0 ); /* IE6-9 */

}

.downloadForm a:hover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

.downloadForm2{
	
	margin-bottom: 16px;
}

.downloadForm2 a{
	font-family: bebas_neueregular, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	width:320px;
	text-align: center;
	display:inline-block;	
	color: #fff;
	text-decoration: none;
	padding: 12px 16px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,a80303+100 */
background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #a80303 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#a80303)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3019 0%,#a80303 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3019 0%,#a80303 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3019 0%,#a80303 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3019 0%,#a80303 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#a80303',GradientType=0 ); /* IE6-9 */

}

.downloadForm2 a:hover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

.downloadForm3{
	
	margin-bottom: 16px;
	margin-left:10px;
}

.downloadForm3 a{
	font-family: bebas_neueregular, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	width:225px;
	text-align: center;
	display:inline-block;	
	color: #fff;
	text-decoration: none;
	padding: 12px 16px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,a80303+100 */
background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #a80303 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#a80303)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3019 0%,#a80303 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3019 0%,#a80303 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3019 0%,#a80303 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3019 0%,#a80303 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#a80303',GradientType=0 ); /* IE6-9 */

}

.downloadForm3 a:hover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

#columns{
	  -webkit-column-count: 2; /* Chrome, Safari, Opera */
     -moz-column-count: 2; /* Firefox */
     column-count: 2;
}

#columnsOne{width:450px; float:left;
	  -webkit-column-count: 1; /* Chrome, Safari, Opera */
     -moz-column-count: 1; /* Firefox */
     column-count: 1;
}

#columnsTeam{width:400px; float:left;
	  -webkit-column-count: 1; /* Chrome, Safari, Opera */
     -moz-column-count: 1; /* Firefox */
     column-count: 1;
}
#teamPhoto{width:550px; float:left; margin-top:-70px;}
#teamPic{
-webkit-box-shadow: 1px 1px 15px 2px rgba(255, 50, 50, 0.75);
-moz-box-shadow:    1px 1px 15px 2px rgba(255, 50, 50, 0.75);
box-shadow:         1px 1px 15px 2px rgba(255, 50, 50, 0.75);}

#childPhoto{ position:absolute;
			 z-index:99999;
			 }
			 
#childbio{width:900px; overflow:auto;}	

#childinfo{width:900px;
			background-color:#F00;
			margin-top:-60px;
			z-index:9999;}
			
#photoThumb{position:absolute;
			margin-left:450px;
			margin-top:-35px;
}
.biothumb{ border:15px solid #F00;
			position:absolute;
			margin-left:190px;
			margin-top:-140px;
			z-index:99999;}
			 
#bio{margin-left:30px;}	

#bioName{margin-left:30px; margin-top:50px;}	

		 
.bell{border:thin; border-color:#FFF;}			 



.sponsors{
	float:left;
	margin-right:12px;
	margin-bottom:12px;
}

#scheduler{ position:absolute; z-index:9999; width:160px; margin-left:760px; margin-top:-15px;}
#scheduler2{ position:absolute; z-index:99999;  width:160px; margin-left:600px; margin-top:-15px;}

.champs{margin-top:10px; text-align:center; font-family: titillium_weblight, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #fff;}
	
.scarfSection{ width:976px; height:auto;}
.scarfLeft{float:right;
width:350px;}
	
.scarf{float:right;
width:626px;
text-align:center;}	

.middle{ width:360px; float:left;}
.right{ width:280px; float:right;}

/* ==========================================================================
   Nav
   ========================================================================== */
nav{
	width:100%;
	height: 100px;
	background: rgba(0,0,0, 0.5);
	border-bottom: 2px solid #EB1E2A;
}

nav ul{
	display:inline-block;
	margin-top:40px;
	margin-left:-32px;
}

nav ul li{
	float:left;
	list-style:none;
}

nav ul li a{
	font-family: bebas_neueregular, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color: #fff;
	text-decoration: none;
	margin-right: 12px;
	padding: 10px 16px 10px 16px;
	border-top-left-radius: 0px;
 border-top-right-radius: 10px;
 border-bottom-right-radius:0px;
 border-bottom-left-radius:10px;
}

nav ul li a:hover{
	color: #fff;
	background: #EB1E2A;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(183,0,0,1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(183,0,0,1);
    box-shadow: 0px 0px 25px 0px rgba(183,0,0,1);
}

#social{
	float: right;
	margin-top: 40px;
	margin-right:0px;
}

#social a:hover{
	opacity:0.7;
}

/* ==========================================================================
   Footer
   ========================================================================== */

footer{
	width:100%;
	height: 100px;
	background: rgba(0,0,0, 0.8);
	border-top: 2px solid #EB1E2A;
}

#footerLogo{
	position:absolute;
	margin-top: 4px;
}



#copyrights{
	float:right;
	margin-top: 25px;
}

#copyrights p{
	font-family: nexa_lightregular, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
}

#copyrights a{
	font-family: nexa_lightregular, Arial, Helvetica, sans-serif;
	
	color: #f00;
}

#copyrights a:hover{
	font-family: nexa_lightregular, Arial, Helvetica, sans-serif;
	color: #fff;
}



/* ==========================================================================
   
   ========================================================================== */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}



hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid red;
    margin: 1em 0;
    padding: 0;
}


audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.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:
 * https://www.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 screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
