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;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
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; }


body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea { color: #EEE; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }

a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #F5F5F5; }
a:hover { color: #FFFFFF; }

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

nav ul, nav li { margin: 0; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; }
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
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; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
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; }

::-moz-selection{ background: #F23005; color:#F2EC94; text-shadow: none; }
::selection { background:#F23005; color:#F2EC94; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


 /* Primary Styles
    Author: Andy Webber
 */

body { text-align: center; margin: 0 auto; font-size: 14px; background-color: #9FA66A; }

h1, .h1 { font-family: 'Lobster', serif; font-size: 40px; text-shadow:0px 1px 0px #304920; margin-bottom: 10px; color: #F2EC94; }
.h2 { font-family: 'Lobster', serif; font-size: 30px; text-shadow:0px 1px 0px #304920; margin-bottom: 10px; color: #F2EC94; }
h1.bold-message { font-size: 58px; text-align: right; }

.title_text { text-align: center; }

p { margin-bottom: 4px; font-size: 16px; line-height: 1.35; letter-spacing: 0.7px; color: #F2EC94; text-shadow: -1px -1px 1px #7F845E; cursor: default; }

a, a:visited, a:active { text-decoration: none; outline: none; }:
a:hover { color: #FFFFFF; }

div#container { margin: 0 auto; text-align: left; width: 985px; }

header { height: 20px; background-color: #F23005; padding: 15px 25px;
	   	-webkit-border-bottom-right-radius: 10px;
		-webkit-border-bottom-left-radius:  10px;
		-moz-border-radius-bottomright:     10px;
		-moz-border-radius-bottomleft:      10px;
		border-bottom-right-radius:         10px;
		border-bottom-left-radius:          10px;
		-moz-box-shadow:    5px 5px 5px #666666;
	    -webkit-box-shadow: 5px 5px 5px #666666;
	    box-shadow:         5px 5px 5px #666666;
	    background-image: -webkit-gradient(linear,
			0 45%,
			0 55%,
			from(rgba(255,255,255,.4)),
			to(rgba(255,255,255,0)));
		background-image: -moz-linear-gradient(270deg,
			rgba(255,255,255,.4) 45%,
			rgba(255,255,255,.0) 55%);

}

.hr { border: none; display: block; height: 3px; margin: 0; padding: 0; width: 100%;
	  background-image: -moz-linear-gradient(180deg, #8C4E03 0%, #8C4E03 4%, #9FA66A 4%, #9FA66A 9%, #F2EC94 9%, #F2EC94 12%, #F23005 12%, #F23005 16%, #8B0F03 16%, #8B0F03 19%, #8C4E03 19%, #8C4E03 23%, #9FA66A 23%, #9FA66A 26%, #F2EC94 26%, #F2EC94 29%, #F23005 29%, #F23005 35%, #8B0F03 35%, #8B0F03 38%, #8C4E03 38%, #8C4E03 43%, #9FA66A 43%, #9FA66A 47%, #F2EC94 47%, #F2EC94 52%, #F23005 52%, #F23005 55%, #8B0F03 55%, #8B0F03 58%, #8C4E03 60%, #8C4E03 64%, #9FA66A 64%, #9FA66A 67%, #F2EC94 67%, #F2EC94 70%, #F23005 70%, #F23005 74%, #8B0F03 74%, #8B0F03 80%, #8C4E03 80%, #8C4E03 83%, #9FA66A 83%, #9FA66A 87%, #F2EC94 87%, #F2EC94 93%, #F23005 93%, #F23005 95%, #8B0F03 95%, #8B0F03 100%);
	  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #8C4E03), color-stop(4%, #8C4E03), color-stop(4%, #9FA66A), color-stop(9%, #9FA66A), color-stop(9%, #F2EC94), color-stop(12%, #F2EC94),  color-stop(12%, #F23005), color-stop(16%, #F23005), color-stop(16%, #8B0F03), color-stop(19%, #8B0F03), color-stop(19%, #8C4E03), color-stop(23%, #8C4E03), color-stop(23%, #9FA66A), color-stop(26%, #9FA66A), color-stop(26%, #F2EC94),  color-stop(29%, #F2EC94), color-stop(29%, #F23005), color-stop(35%, #F23005), color-stop(35%, #8B0F03), color-stop(38%, #8B0F03), color-stop(38%, #8C4E03), color-stop(43%, #8C4E03), color-stop(43%, #9FA66A), color-stop(47%, #9FA66A), color-stop(47%, #F2EC94), color-stop(52%, #F2EC94), color-stop(52%, #F23005), color-stop(55%, #F23005), color-stop(55%, #8B0F03), color-stop(58%, #8B0F03), color-stop(60%, #8C4E03), color-stop(64%, #8C4E03), color-stop(64%, #9FA66A), color-stop(67%, #9FA66A), color-stop(67%, #F2EC94), color-stop(70%, #F2EC94), color-stop(70%, #F23005), color-stop(74%, #F23005), color-stop(74%, #8B0F03), color-stop(80%, #8B0F03), color-stop(80%, #8C4E03), color-stop(83%, #8C4E03), color-stop(83%, #9FA66A), color-stop(87%, #9FA66A), color-stop(87%, #F2EC94), color-stop(93%, #F2EC94), color-stop(93%, #F23005), color-stop(95%, #F23005), color-stop(95%, #8B0F03), color-stop(100%, #8B0F03));
}
.fixed_top { position: fixed; top: 0; }
.fixed_bottom{ position: fixed; bottom: 0; }

header #logo { width: 100px; float: left; margin-top: -19px; }
header #logo a {
	color: #F2EC94;
    font-family: 'Lobster', serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	text-shadow: 2px 2px 2px #aaa;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0.019em;
	word-spacing: 0.002em;
	line-height: 1.84;}
header #logo span#three { color: #F7F7F7; font-family: 'Calligraffitti', serif; font-size: 120%; letter-spacing: 1.5px; margin-left: 2px; }

nav { width: 750px; float: right; }
nav ul { margin-left: 8px; }
nav ul li { position: relative; margin-right: 22px; float: left; font-size: 15px; text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3)}
nav ul li a:hover { position: relative; top: -1px; text-shadow: 1px 1px 1px #F2EC94; }
nav ul li.last { width: auto; margin-left: 0; margin-right: 0; }
nav ul li .superscript {
    background-color: #8C4E03;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #F2EC94;
    font-size: 9px;
    padding: 3px 6px 2px;
    position: absolute;
    right: -18px;
    top: -10px;
}

.error_msg { background-color: #FFFFFF; border: 1px solid red; color: red; font-weight: bold; margin: 35px auto; padding: 15px; width: 600px; }

/* hide error messages if modernizr detects that browser supports CSS3 rules */
.boxshadow .modernizr_boxshadow_test, 
.textshadow .modernizr_textshadow_test,
.borderradius .modernizr_borderradius_test,
.cssgradients .modernizrcssgradients_test { 
    display: none; 
}



#main { margin-top: 33px; min-height: 500px; }

#main #css3_options { width: 475px; float: left; padding: 15px; margin: 20px 0 20px 20px; }
#main #css3_options .css3_option { margin-bottom: 25px; position: relative; height: 145px; padding: 9px 0 5px 8px; }
#main #css3_options .css3_option:hover { background-color: #868b63;
										 -webkit-border-radius: 4px;
										 -moz-border-radius:    4px;
										 border-radius:         4px;
}
#main #css3_options .css3_option .image_container { width: 120px; height: 120px; border: 10px solid #8C4E03; overflow: hidden; float: left; margin-right: 20px; background-color: #999; position: relative; }
#main #css3_options .css3_option .image_container:hover { border: 10px solid #F2EC94; }
#main #css3_options .css3_option .image_container .image_gloss {
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0.6)), color-stop(0.5, rgba(255, 255, 255, .1)), color-stop(0.501, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0)));
	background: -moz-linear-gradient(300deg , rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 51%) repeat scroll 0 0 transparent;
	height: 120px;
	left: 0;
	position: absolute;
	top: 0;
	width: 120px;
}
#main #css3_options .css3_option .image_container .image_gloss a { display: block; height: 120px; width: 120px; }

#box_shadow_eg { position: absolute; top: 0; left: 0; width: 90px; height: 90px; background-color: #F23005;
					-moz-box-shadow:    5px 5px 5px #444;
					-webkit-box-shadow: 5px 5px 5px #444;
					box-shadow:         5px 5px 5px #444;
				  }
#box_transicion_eg {
 position: absolute; top: auto; left: auto; width: 90px; height: 90px; background-color: #F23005;
					-moz-box-shadow:    5px 5px 5px #444;
					-webkit-box-shadow: 5px 5px 5px #444;
					box-shadow:         5px 5px 5px #444;
				  }

#border_radius_eg { position: absolute; bottom: 0; right: 0; width: 90px; height: 90px; background-color: #F23005;
				  	-webkit-border-top-left-radius: 20px;
					-moz-border-radius-topleft:     20px;
					border-top-left-radius:         20px;
					-moz-box-shadow:    -3px -3px 4px rgba(200, 200, 200, 0.6);
					-webkit-box-shadow: -3px -3px 4px rgba(200, 200, 200, 0.6);
					box-shadow:         -3px -3px 4px rgba(200, 200, 200, 0.6);
				  }

#gradient_eg { position: absolute; bottom: 0; right: 0; width: 90px; height: 90px; background-color: #F23005;
                background: -moz-linear-gradient(117deg, rgb(207, 45, 41) 24%, rgb(240, 163, 105) 60%);
                background: -webkit-linear-gradient(117deg, rgb(207, 45, 41) 24%, rgb(240, 163, 105) 60%);
                background: -o-linear-gradient(117deg, rgb(207, 45, 41) 24%, rgb(240, 163, 105) 60%);
                background: -ms-linear-gradient(117deg, rgb(207, 45, 41) 24%, rgb(240, 163, 105) 60%);
                background: linear-gradient(117deg, rgb(207, 45, 41) 24%, rgb(240, 163, 105) 60%);
                -moz-box-shadow:    -3px -3px 4px rgba(200, 200, 200, 0.6);
                -webkit-box-shadow: -3px -3px 4px rgba(200, 200, 200, 0.6);
                box-shadow:         -3px -3px 4px rgba(200, 200, 200, 0.6);
			 }

#text_shadow_eg h2{ font-size: 47px; text-shadow: 3px 3px 3px #555; position: absolute; top: 30px; left: -15px; color: #F23005; }

#button_eg a{ 
  color: rgb(255, 255, 255);
  font-size: 28px;
  padding: 20px;
  text-shadow: 1px 1px 2px rgba(30, 30, 30, 0.8);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: rgb(190, 20, 20);
  background: -moz-linear-gradient(90deg, rgb(190, 20, 20) 30%, rgb(250, 20, 20) 70%);
  background: -webkit-linear-gradient(90deg, rgb(190, 20, 20) 30%, rgb(250, 20, 20) 70%);
  background: -o-linear-gradient(90deg, rgb(190, 20, 20) 30%, rgb(250, 20, 20) 70%);
  background: -ms-linear-gradient(90deg, rgb(190, 20, 20) 30%, rgb(250, 20, 20) 70%);
  background: linear-gradient(0deg, rgb(190, 20, 20) 30%, rgb(250, 20, 20) 70%);
  -webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    3px 3px 5px rgba(50, 50, 50, 0.75);
  box-shadow:         3px 3px 5px rgba(50, 50, 50, 0.75);
  position: relative;
  top: 39px;
  left: -33px;

}

#main div#css3_options .css3_option .css3_option_text{ height: 175px; width: 300px; float: left;}
#main div#css3_options .css3_option .css3_option_text a{ position: absolute; bottom: 10px; right: 8px;}
#main div#css3_options .css3_option .css3_option_text a:active { bottom: 9px; }

#main #main_text { width: 340px; float: right; margin: 20px 40px 20px 20px; }
#main #main_text #right_text_block { background-color: #F2EC94; margin: 20px auto auto 10px; padding: 13px; width: 310px;
									 -webkit-border-radius: 6px;
									 -moz-border-radius:    6px;
									 border-radius:         6px;
}
#main #main_text #right_text_block p { color: #F23005; font-size: 16px; letter-spacing: 0.7px; text-shadow: 1px 1px 1px #666666; margin-bottom: 12px; }

#main #main_text #bsap_1267519 {
	 margin: 20px auto auto 10px;
}

#main #main_text #bsap_1267519 .bsa_it_ad {
	background-color: #F2EC94;
	-webkit-border-radius: 6px;
	-moz-border-radius:    6px;
	border-radius:         6px;
}


a.glossy_button {

	/* style the label */
	font: bold 14px Helvetica, Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #F2EC94;
	text-align: center;

	/* give button dimension */
	display: inline-block;
	padding: 0px 18px;
	line-height: 30px;
	background-color: #F23005;
	min-width: 100px;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius:    15px;
	border-radius:         15px;

	/* inset shadow */
	text-shadow: -1px -1px 1px rgba(0,0,0,.3);

	/* drop shadow */
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.3);
	-moz-box-shadow:    2px 2px 4px rgba(0,0,0,.3);
	box-shadow:         2px 2px 4px rgba(0,0,0,.3);

	/* add gloss */
	background-image: -webkit-gradient(linear,
		0 45%,
		0 55%,
		from(rgba(255,255,255,.4)),
		to(rgba(255,255,255,0)));
	background-image: -moz-linear-gradient(270deg,
		rgba(255,255,255,.4) 45%,
		rgba(255,255,255,.0) 55%);
}

a.glossy_button:hover { color: #FFFFFF; }


form input[type="text"] { background-color: #F2EC94; border: 1px solid #9FA66A; color: #444444; height: 18px; margin-right: 5px; padding: 5px; width: 51px;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
	text-align: right;
}
form input:focus { border: 1px solid #8B0F03; }

#input { background-color: #666; margin: 25px auto; padding: 5px 0 24px; width: 880px; border: 1px solid #CCCCCC;
		 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666), color-stop(100%, #777));
		 background-image: -moz-linear-gradient(90deg, #666 0%, #777 100%);
		 -webkit-border-radius: 7px;
		 -moz-border-radius:    7px;
		 border-radius:         7px;
		 -moz-box-shadow:    3px 3px 3px rgba(50,50,50,0.78);
		 -webkit-box-shadow: 3px 3px 3px rgba(50,50,50,0.78);
		 box-shadow:         3px 3px 3px rgba(50,50,50,0.78);
}
#input .control { width: 160px; float: left; margin-right: 15px; text-align: center; }

.input { background-color: #666; margin: 25px auto; padding: 5px 0 0; width: 880px; border: 1px solid #CCCCCC;
		 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666), color-stop(100%, #777));
		 background-image: -moz-linear-gradient(90deg, #666 0%, #777 100%);
		 -webkit-border-radius: 7px;
		 -moz-border-radius:    7px;
		 border-radius:         7px;
		 -moz-box-shadow:    3px 3px 3px rgba(50,50,50,0.78);
		 -webkit-box-shadow: 3px 3px 3px rgba(50,50,50,0.78);
		 box-shadow:         3px 3px 3px rgba(50,50,50,0.78);
}
.input .control { width: 160px; float: left; margin-right: 15px; text-align: center; }

.input .controls_container {
  margin-bottom: 25px;
}

.control .controller { height: 50px; margin: 15px auto; }
#angle_slider { background-color: #e8180e; height: 50px; width: 50px;
	-webkit-border-radius: 25px;
	-moz-border-radius:    25px;
	border-radius:         25px;
	-moz-box-shadow:    1px 1px 1px #666666;
	-webkit-box-shadow: 1px 1px 1px #666666;
	box-shadow:         1px 1px 1px #666666;
	cursor: pointer;
}
#ts_angle_slider { background-color: #e8180e; height: 50px; width: 50px;
	-webkit-border-radius: 25px;
	-moz-border-radius:    25px;
	border-radius:         25px;
	-moz-box-shadow:    1px 1px 1px #666666;
	-webkit-box-shadow: 1px 1px 1px #666666;
	box-shadow:         1px 1px 1px #666666;
	cursor: pointer;
}
#bs_angle_slider { background-color: #e8180e; height: 50px; width: 50px;
	-webkit-border-radius: 25px;
	-moz-border-radius:    25px;
	border-radius:         25px;
	-moz-box-shadow:    1px 1px 1px #666666;
	-webkit-box-shadow: 1px 1px 1px #666666;
	box-shadow:         1px 1px 1px #666666;
	cursor: pointer;
}



.slider_container { background-color: #F2EC94; border: 1px solid #8B0F03; display: block; height: 9px; margin: auto; position: relative; top: 20px; width: 75%;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	border-radius:         5px;
	-moz-box-shadow:    1px 1px 1px #777;
	-webkit-box-shadow: 1px 1px 1px #777;
	box-shadow:         1px 1px 1px #777;
}
.nth_slider { top: 2px; }
.slider_label { float: left; line-height: 15px; padding-top: 3px; position: relative; top: -4px; }
.slider_button { background-color: #e8180e; cursor: pointer; display: block; height: 9px; margin-left: 15px; width: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	border-radius:         5px;
}

legend {
  color: #DDDDDD;
  padding: 8px 0 10px;
  text-align: center;
  text-shadow: 0 -1px 2px #333333;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  display: block;
}

article {
	 background-color: #666; margin: 25px auto; padding: 10px 20px; width: 75%; border: 1px solid #CCCCCC;
	 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666), color-stop(100%, #777));
	 background-image: -moz-linear-gradient(90deg, #666 0%, #777 100%);
	 -webkit-border-radius: 7px;
	 -moz-border-radius:    7px;
	 border-radius:         7px;
	 -moz-box-shadow:    3px 3px 3px rgba(50,50,50,0.78);
	 -webkit-box-shadow: 3px 3px 3px rgba(50,50,50,0.78);
	 box-shadow:         3px 3px 3px rgba(50,50,50,0.78);
}

article h2 {
	font-size: 21px;
    font-weight: 200;
    width: 400px;
    margin: 5px auto 7px;
    text-align: center;
}

article p {
	margin-bottom: 10px;
}

article textarea {
	margin-bottom: 10px;
	padding: 14px 15px 9px;
}

article table {
	margin: auto;
}
article tr:first-child {
	font-weight: bold;
}
article tr:nth-child(odd) {
	background-color: #F2EC94;
}
article tr:nth-child(even) {
	background-color: #EEE;
}

article table td {
	/*background-color: #F2EC94;*/
    color: #000000;
    padding: 5px 10px;
    text-align: center;
}

article table td:first-child {
	text-align: left;
}

footer { width: 100%; padding: 15px; text-align: center; margin: 15px auto 10px; }


body .one .bsa_it_p { display: none; }

.fb-like-box {
  background-color: #f5f5f5;
}

.modal {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: rgba(100,100,100,0.3);
}

.modal .modal-inner {
  width: 300px;
  height: 200px;
  margin: 150px auto 0;
  padding: 35px;
  background-color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.facebook_like_button {
  margin: 25px 0;
}

#social_popup .close_link {
  margin: 0 15px;
}

@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {


  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; }
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

