
/* helpers */
.hidden {display:none;}
.visuallyhidden {position:absolute!important;clip:rect(1px,1px,1px,1px)!important;}
.invisible {visibility:hidden;}
.hideTableHeaders caption,.hideTableHeaders thead {position:absolute!important;clip:rect(1px,1px,1px,1px)!important;}

.clearfix::after {content:"";clear:both;display:block;}

/* boxes */
.box {background:#FFF;}
.box ~ .box {margin-top:15px;}
	.box > *:first-child {border-bottom:2px solid #c00000;}

	/* header */
	.box > header {font-size:18px;color:#686868;background:#FFF;position:relative;}

		/* head */
		.box > header > *:not(ul):not(a):first-child {font-weight:normal;color:#FFF;background:#c00000;padding:10px 125px 10px 15px;}
		.box > header.rss > *:not(ul):not(a):first-child {padding-right:195px;}

		/* tabs */
		.box > header .jtabs {list-style:none;margin:0;overflow:hidden;}
			.box > header .jtabs li {float:left;cursor:pointer;}
				.box > header .jtabs a {display:block;color:inherit;text-decoration:none;text-align:center;padding:10px 14px;}
				.box > header .jtabs .active a {color:#FFF;background:#c00000;}
				.box > header .jtabs a:focus {padding:8px 12px;margin:2px;}

		/* more anchor */
		.box > header > a {position:absolute;top:18px;right:20px;font-size:12px;color:#393939;}
			.box > header > a span {position:absolute;clip:rect(1px,1px,1px,1px);}

		/* RSS */
		.box > header > .rss {right:95px;color:#FFF;}
		.box > header > .rss:before {position:absolute;top:50%;left:-18px;content:"";width:14px;height:14px;background:url(images/sprite.png) -74px -286px;margin-top:-7px;}

		/* XML */
		.box > header > .xml {right:95px;color:#FFF;}
		.box > header > .rss + .xml {right:160px;}

		/* deaf-mute */
		.box > header > .deaf-mute {right:14px;display:inline-block;width:32px;height:32px;text-indent:100%;white-space:nowrap;background:url(images/sprite.png) -10px -630px;margin-top:-16px;overflow:hidden;z-index:100;}

		/* resize */
		.box > header > .resize {position:absolute;top:0px;right:0px;background:#FFF;color:#444444;height:25px;cursor:pointer;padding:10px 15px 7px 15px;}
			.box > header > .resize * {margin-left:2px;}
			.box > header > .resize .small {font-size:12px;}
			.box > header > .resize .normal {font-size:16px;}
			.box > header > .resize .big {font-size:20px;}
				.box > header > .resize span {position:absolute;clip:rect(1px,1px,1px,1px);}

/* banner-animation */
.animation {position:relative;}
	.animation .cycle {margin:0 auto;overflow:hidden;}
		.animation .cycle .item {position:relative;}
			.animation .cycle .item > a {float:left;text-indent:100%;white-space:nowrap;z-index:0!important;overflow:hidden;}

/* scrollable */
.scrollable {position:relative;overflow:hidden;}
	.scrollable .items {clear:both;width:20000em;position:absolute;}
		.scrollable .items > * {float:left;position:relative;}
	.scrollable.vertical .items {height:20000em;}

/* browse (banner-animation,scrollable) */
.browse {position:absolute;top:50%;display:block;width:10px;height:10px;text-indent:100%;white-space:nowrap;margin-top:-5px;z-index:100;cursor:pointer;overflow:hidden;}
.prev {left:8px;background:red;}
.next {right:8px;background:green;}

/* navigation (banner-animation,scrollable) */
ul.nav {list-style:none;position:absolute;margin-left:0;z-index:200;}
	ul.nav li {float:left;margin-left:5px;}
		ul.nav a {display:block;width:17px;height:17px;text-indent:100%;white-space:nowrap;background:url(images/sprite.png) -99px -302px;overflow:hidden;}
		ul.nav a:hover {background-position:-72px -302px;}
		ul.nav li.active a {background-position:-99px -275px;}
		ul.nav li.active a:hover {background-position:-99px -324px;}

/* main content */
#main-content {float:left;width:735px;}
#main-content.box {width:735px;}
#main-content.wide {float:none;width:978px;}
#main-content.wide.box {width:976px;}

	/* pdf */
	#pdf #main-content {width:auto;}

	/* preview */
	#main-content.preview {float:none;font:12px/1.231;font-family:Tahoma,Helvetica,Arial,sans-serif!important;color:#5C5C5C;margin:0 auto;}
		#main-content.preview .box > header > .resize {display:none;}

		#main-content.preview.contents .content_legal .author {max-height:none;}
		#main-content.preview .attachments .legal {max-height:none;}

		/* article - wysiwyg */
		.wysiwyg {line-height:18px;padding:15px;border:none;}
		#main-content.box > article:not(.box) .wysiwyg {border-bottom:3px solid #C60000;}

			/* default formatting */
			.wysiwyg p + p {margin-top:10px;}
			.wysiwyg a {color:blue;text-decoration:none;}
			.wysiwyg a:hover {text-decoration:underline;}

			.wysiwyg_img {max-width:705px;}

			.wysiwyg table:not(.google-visualization-table-table) {table-layout:fixed;border-collapse:collapse;}
				.wysiwyg table:not(.google-visualization-table-table) caption {position:absolute;clip:rect(1px,1px,1px,1px);}
				.wysiwyg table:not(.google-visualization-table-table) th, .wysiwyg table:not(.google-visualization-table-table) td {padding:10px;border:1px solid #DFDFDF;}

			/* charts */
			.wysiwyg .charts {width:610px;height:400px;margin-bottom:20px;}
			#main-content.wide .wysiwyg .charts {width:930px;}

			.wysiwyg .charts-table {margin-bottom:20px;overflow:hidden;}

			/* controls */
			.wysiwyg table.controls {table-layout:fixed;width:80%;border-collapse:collapse;margin:0 auto;}
				.wysiwyg table.controls tr:first-child {font-weight:600;}
					.wysiwyg table.controls td {padding:2px 4px;border:1px solid #E6E6E6;}
					.wysiwyg table.controls td:first-child {width:7%;text-align:center;}
					.wysiwyg table.controls tr:first-child td:last-child {text-align:right;}

			/* forms */
			.wysiwyg .forms {font-style:italic;padding:10px;border:solid #c00000;border-width:1px 0 1px 0;margin:10px 0;}
				.wysiwyg .forms header h2 {font-size:17px;font-weight:bold;padding-top:0;margin-bottom:10px;color:#c00000;}
				.wysiwyg .forms p {margin-bottom:15px;}
					.wysiwyg .forms p:not(:last-child) > * {display:block;}
					.wysiwyg .forms p.required > span {display:inline;}
					.wysiwyg .forms p > span + span {margin-top:4px;}

					.wysiwyg .forms strong {font-size:13px;margin-bottom:5px;}
					.wysiwyg .forms em {margin-bottom:5px;}

					.wysiwyg .forms input[type="text"] {width:400px;}
					.wysiwyg .forms textarea {width:407px;height:80px;}

					.wysiwyg .forms fieldset > div:last-child {line-height:22px;width:419px;margin-top:10px;}
					.wysiwyg .forms fieldset div > input {float:right;}
					.wysiwyg .forms fieldset div > .ajaxstatus {float:right;}
					.wysiwyg .forms fieldset div > .ajaxstatus.hidden {display:none;}

			/* galleries (slider) */
			.wysiwyg .gallery {width:100%;margin:10px auto;position:relative;}
				.wysiwyg .gallery .scrollable {width:89%;height:156px;padding:2px 0;margin:0 auto;}
					.wysiwyg .gallery .item {width:640px;padding-left:2px;}
						.wysiwyg .gallery .item a {float:left;width:30.4%;height:150px;background-size:cover;background-position:50% 50%;border:1px solid #CCC;}
						.wysiwyg .gallery .item a + a {margin-left:2.6%;}
							.wysiwyg .gallery .item img {display:none;}

			/* highlight */
			.wysiwyg .highlight {background:#efbdbd;border:solid;border-color:transparent #c00000;border-width:1px 2px;display:block}
				.wysiwyg .highlight span {background: #fef7f7;display: block; width: 653px;padding:10px; margin-left: 23px;}
				.wysiwyg .highlight span:before{background: url(images/sprite.png) -10px -268px; content:'';display:block; position: absolute; width: 5px; height: 8px; margin-left: -24px; margin-top: 6px;}

			/* tabs */
			.wysiwyg .jtabs {margin:20px 0 0 0;}
				.wysiwyg .jtabs li {display:inline-block;}
					.wysiwyg .jtabs li > a {display:block;text-decoration:none;line-height:40px;padding:0 25px;border:1px solid #DBDAD9;}
					.wysiwyg .jtabs li + li > a {border-left:0;}
					.wysiwyg .jtabs li.active > a {color:#FFF;background:#C00000;}

			.wysiwyg .jpanes {padding:2px;border-top:1px solid #DBDAD9;margin-top:-1px;}

		/* footer */
		#main-content footer {background:#c00000;color:#FFF;clear:both;line-height:16px;padding:9px 15px;overflow:hidden;}
			#main-content footer a {color: #FFF}
			#main-content footer a.go-up {float:right}

			/* history-back */
			#main-content footer .history-back {width:172px;padding-left:8px;position:relative;color:#FFF;}

			/* per-page */
			#main-content footer .per-page {width:308px;height:16px;float:left;}
				#main-content footer .per-page span {float:left;}
				#main-content footer .per-page ul {display:inline-block;list-style:none;margin:0 0 0 10px;}
					#main-content footer .per-page li {float:left;}
					#main-content footer .per-page li + li {margin-left:13px;position:relative;}
					#main-content footer .per-page li + li:before {position:absolute;top:50%;left:-7px;content:"";width:1px;height:10px;background:#FFF;margin-top:-5px;}
						#main-content footer .per-page li a {color:#FFF;display:block;}
						#main-content footer .per-page li.active a {color:#c00000;text-decoration:none;background:#FFF;padding:0 4px;}
							#main-content footer .per-page li span {position:absolute;clip:rect(1px,1px,1px,1px);}

			/* modifications */
			#main-content footer .modifications {overflow:hidden;}
				#main-content footer .modifications > div {width:100%;}

					#main-content footer .modifications .author {width:100%;}
						#main-content footer .modifications .author p {line-height:18px;}
							#main-content footer .modifications .author p span:first-child:after {content:":";}
							#main-content footer .modifications .author p:not(:last-child) span.author:after {content:","}

					#main-content footer .modifications .print {float:right;width:35%;line-height:36px;}
						#main-content footer .modifications .print a {float:right;margin-left:15px;position:relative;}
						#main-content footer .modifications .print a:before {position:absolute;content:"";background-image:url(images/sprite.png);}
						#main-content footer .modifications .print a.button {width:82px;text-indent:25px;margin-top:6px;}
						#main-content footer .modifications .print a.button:before {top:4px;left:12px;width:15px;height:14px;background-position:-608px -10px;}
						#main-content footer .modifications .print a.pdf {width:92px;height:inherit;font-weight:bold;padding-left:20px;}
						#main-content footer .modifications .print a.pdf:before {top:50%;left:0;width:13px;height:14px;background-position:-585px -10px;margin-top:-7px;}

			/* pagination */
			#main-content footer .pagination {float:right;}
				#main-content footer .pagination li {float:left;}
				#main-content footer .pagination li + li {margin-left:7px;}
					#main-content footer .pagination li a {display:block;position:relative;color:#FFF;}
					#main-content footer .pagination li.active a {color:#c00000;text-decoration:none;background:#FFF;padding:0 4px;}
					#main-content footer .pagination li.prev, #main-content footer .pagination li.next {position:absolute;clip:rect(1px,1px,1px,1px);}
					#main-content footer .pagination li.prev a {padding-left:7px;}
					#main-content footer .pagination li.next a {padding-right:7px;}
					#main-content footer .pagination li.prev a:before, #main-content footer > .pagination li.next a:after {position:absolute;top:50%;content:"";width:6px;height:5px;background:url(images/sprite.png);margin-top:-2px;}
					#main-content footer .pagination li.prev a:before {left:0;background-position:-378px -275px;}
					#main-content footer .pagination li.next a:after {right:0;background-position:-378px -260px;}
						#main-content footer .pagination li span {position:absolute;clip:rect(1px,1px,1px,1px);}

			/* print */
			#main-content footer .print {width:100%;background:#c00000;}
				#main-content footer .print a {position:relative;color:#FFF;text-decoration:none;}
				#main-content footer .print a:hover {text-decoration:underline;}
				#main-content footer .print a + a {margin-left:24px;}
				#main-content footer .print a:first-child + a {margin-left:79px;}
				#main-content footer .print a:before {left:-20px;width:16px;height:15px;position:absolute;top:50%;content:"";background-image:url(images/sprite.png);background-position:-42px -10px;margin-top:-7px;}
				#main-content footer .print a:first-child{left: 27px;}
				#main-content footer .print a.pdf:before {left:-20px;width:12px;height:14px;background-position:-42px -55px;}
				#main-content footer .print a.version {float:right;text-transform:lowercase;padding-right:15px;}
				#main-content footer .print a.version:before {left:-29px;width:22px;height:15px;background-position:-42px -79px;}

	/* form */
	#main-content .form {margin-top:15px;}
		#main-content .form fieldset {width:540px;margin:0 auto;}
		#main-content.wide .form fieldset {width:640px;}
			#main-content .form form > fieldset > * {padding:3px 0;overflow:hidden;position:relative;}
			#main-content .form fieldset > .info + * {padding-top:10px;}
				#main-content .form fieldset > * > * {float:left;}

				#main-content .form label {width:200px;margin-top:3px;}
				#main-content .form label:first-letter {text-transform:uppercase;}
				#main-content.wide .form label {width:260px;}
				#main-content .form label:after {content:":";}
				#main-content .form label.short {width:30px!important;}
				#main-content .form img + label.short {margin-left:5px;}

				#main-content .form input[type="text"], #main-content .form input[type="password"] {width:308px;}
				#main-content.wide .form input[type="text"], #main-content.wide .form input[type="password"] {width:350px;}
				#main-content .form input[type="text"].short {width:70px!important;}
				#main-content .form input[type="text"].jqdate {float:left;}

				#main-content .form input[type="checkbox"] {margin:4px 5px 0 0;}
				#main-content .form input[type="checkbox"] + label {width:400px;}
				#main-content .form input[type="checkbox"] + label:after {content:none;}

				#main-content .form select {width:318px;}
				#main-content.wide .form select {width:360px;}
				#main-content .form p:not(.normal) select {text-transform:lowercase;}
				#main-content .form select.short {width:124px;}
				#main-content .form select.short + label {width:70px;text-indent:20px;}

				#main-content .form textarea {width:314px;}
				#main-content.wide .form textarea {width:354px;}
				.ie8 #main-content .form textarea {width:316px;}
				.ie8 #main-content.wide .form textarea {width:356px;}

				#main-content .form span.required {position:absolute;right:10px;font-size:15px;color:#EF0000;}
				#main-content .form p.required {padding-top:11px;}
					#main-content .form p.required span {color:#EF0000;margin:0 5px 0 0;}

				#main-content .form .antyspam {padding-bottom:20px;}
					#main-content .form .antyspam .question {position:absolute;bottom:0;left:200px;}

				#main-content .form a {text-decoration:underline;}
				#main-content .form a.fancybox {float:none;color:blue;text-decoration:none;text-transform:lowercase;}
				#main-content .form a.fancybox:before, #main-content .form a.fancybox:after {color:#393939;}
				#main-content .form a.fancybox:before {content:"(";}
				#main-content .form a.fancybox:after {content:")";}

			#main-content .form fieldset:last-child > *:last-child {text-align:right;padding-top:11px;overflow:hidden;}
				#main-content .form fieldset:last-child > *:last-child > input {float:right;margin:0 2px 3px 0;}
				#main-content .form fieldset:last-child > *:last-child > input[type="submit"]:after {width:14px;height:14px;border:1px solid #000;}
				#main-content .form fieldset:last-child > *:last-child > .ajaxstatus {float:right;padding:5px 10px 0 0;}

			#main-content .form fieldset > div.fancybox {display:none;padding:0;}

	/* contents - content */
		/* boxes */
			/* addons-bip */
			#main-content.contents > article .addon-bip {border-bottom:1px solid #C00000;}

				.addon-bip article {padding:0!important;}
				.addon-bip article + article {border-top-width:2px!important;}
					.addon-bip > p, .addon-bip > article {background:#F4F4F4!important;overflow:hidden;}
						.addon-bip > article > p {overflow:hidden;}
							.addon-bip span:first-child, .addon-bip > div > div:first-child {float:left;width:170px;text-align:right;padding:5px 0;}
							.addon-bip span:first-child:first-letter, .addon-bip > div > div:first-child:first-letter {text-transform:uppercase;}
							.addon-bip span:first-child:after, .addon-bip > div > div:first-child:after {content:':'}

							.addon-bip span:last-child, .addon-bip > div > div:last-child {display:block;word-wrap:break-word;background:#FFF;padding:5px 10px;margin-left:180px;}
							#main-content:not(.assets) .addon-bip span:not(.normal):last-child:first-letter {text-transform:lowercase;}

							.addon-bip p:first-child span {padding-top:15px;}
							.addon-bip p:last-child span {padding-bottom:15px;}

					.addon-bip a {font-weight:bold;color:#C00000;}

				/* addons-bip - pois */
				.addon-bip.pois span:first-child, .addon-bip.pois > div > div:first-child {width:200px;}
				.addon-bip.pois span:last-child, .addon-bip.pois > div > div:last-child {margin-left:210px;}

			/* attachments */
			#main-content .attachments {overflow:hidden; padding: 0 15px;}
				#main-content .attachments h2 {margin: 15px 0 7px 3px;}
				#main-content .attachments h2:after {content:':';}
				#main-content .attachments h2:before {width:9px;height:9px;background: url(images/sprite.png) -87px -339px;content:'';display:inline-block;margin-right:3px;}

				/* header */
				#main-content .attachments .header {border:1px solid #eaeaea;background:#f6f6f6;}
				#main-content .attachments .header:after {content:"";clear:both;display:block;}
					#main-content .attachments .header span, #main-content .attachments .header .file_legal {float:left;padding:7px 20px;}

					#main-content .attachments .header span:first-child {width:416px;padding-left:15px;}
						#main-content .attachments .header span a {line-height:18px;color:#c00000;}

					#main-content .attachments .header .files {width:100px;text-transform:uppercase;position:relative;}

					#main-content .attachments .header .files:before {position:absolute;top:50%;left:0;content:"";width:16px;height:16px;background:url(images/sprite-file-icons.png) no-repeat;margin:-7px 10px 0 0;}
					#main-content .attachments .header .files.audio:before, #main-content .attachments .header .files.other:before {background-position:0 -36px;}
					#main-content .attachments .header .files.compression:before {background-position:0 0;}
					#main-content .attachments .header .files.image:before {background-position:2px -212px;}
					#main-content .attachments .header .files.presentation:before {background-position:0px -70px;}
					#main-content .attachments .header .files.spreadsheet:before {background-position:2px -178px;}
					#main-content .attachments .header .files.text:before {background-position:2px -108px;}
					#main-content .attachments .header .files.textPDF:before {background-position:2px -246px;}
					#main-content .attachments .header .files.textWord:before {background-position:2px -144px;}
					#main-content .attachments .header .files.video:before {background-position:2px -313px;}

					#main-content .attachments .header .file_legal {float:right;width:55px;cursor:pointer;position:relative;}
					#main-content .attachments .header .file_legal.expanded {color:#39b8ed;}
					#main-content .attachments .header .file_legal:before {position:absolute;top:50%;left:0px;content:"";width:16px;height:16px;background: url(images/sprite.png) -74px -81px;margin:-7px 10px 0 0;}

				/* legal */
				#main-content .attachments .legal {width:100%; max-height: 0px;transition: max-height 0.5s ease-in-out;overflow:hidden; margin-bottom: 10px; background: #f3faff;}
					#main-content .attachments .legal p {line-height:30px;border: solid #eaeaea;border-width: 0 1px 1px 1px;}
						#main-content .attachments .legal p span {width: 332px;padding-left: 14px; display: inline-block;}
						#main-content .attachments .legal p span:first-child {border-right: 1px solid #eaeaea;}
						#main-content .attachments .legal p span:first-child:after {content:":";}

				#main-content .attachments .expanded {max-height: 600px;}

			/* map */
			#main-content.contents > article .map {border-top:2px solid #C00000;}
				#main-content.contents > article .map .gmaps {height:400px;border:1px solid #BBB;margin:15px;}

			/* legal */
			#main-content.contents .content_legal {overflow:hidden; padding: 0 15px;}
				#main-content.contents .content_legal > div {border: solid #eaeaea;border-width: 0 1px;}

				#main-content.contents .content_legal .header {width:100%;line-height:30px;border: 1px solid #eaeaea;background: #f6f6f6;overflow:hidden;}
					#main-content.contents .content_legal .header span {padding-left:15px;}
					#main-content.contents .content_legal .header span:first-child{width: 564px; display: block; float: left;}
					#main-content.contents .content_legal .header span:first-child:before {content:'"';}
					#main-content.contents .content_legal .header span:first-child:after {content:'"';}

					#main-content #legal_btn {float:right;height:16px;padding:0 20px;position:relative;}
					#main-content #legal_btn:before {position:absolute;top:50%;left:-2px;content:"";width:16px;height:16px;background:url(images/sprite.png) -80px -358px;margin-top:-8px;}
					#main-content #sendMail_btn {padding:0 20px;}
					#main-content #sendMail_btn:before {background-position: -42px -32px;left: -2px;}
				#main-content.contents .content_legal .author {max-height: 0px;transition: max-height 0.5s ease-in-out;background: #fdf5f5;}
					#main-content.contents .content_legal .author p {line-height:30px;border: solid #eaeaea;border-width: 0 0 1px 0;}
					#main-content.contents .content_legal .author p:first-child {border-top: 1px solid #eaeaea;}
						#main-content.contents .content_legal .author p span {width: 332px;padding-left: 14px; display: inline-block;}
						#main-content.contents .content_legal .author p span:first-child {border-right: 1px solid #eaeaea;}
						#main-content.contents .content_legal .author p span:first-child:after {content:":";}

				#main-content.contents .content_legal .expanded {max-height: 600px;margin-top: 15px;}

				#main-content.contents .content_legal .print {line-height:30px;}
					#main-content.contents .content_legal .print a {float:right;margin-left:15px;position:relative;}
					#main-content.contents .content_legal .print a:before {position:absolute;content:"";background-image:url(images/sprite.png);}
					#main-content.contents .content_legal .print a.button {width:82px;text-indent:25px;margin-top:6px;}
					#main-content.contents .content_legal .print a.button:before {top:4px;left:12px;width:16px;height:15px;background:-42px -10px;}
					#main-content.contents .content_legal .print a.pdf {width:92px;height:inherit;font-weight:bold;padding-left:20px;}
					#main-content.contents .content_legal .print a.pdf:before {top:50%;left:0;width:12px;height:14px;background:-42px -55px;;margin-top:-7px;}


			/* probes */
			#main-content.contents > article .probes {border-top:2px solid #C00000;}

			/* sendEmail */
			#main-content.contents .sendEmail {overflow:hidden;padding:0 15px;}
				#main-content.contents .sendEmail .sendEmailForm {width:100%;max-height:0px;transition:max-height 0.5s ease-in-out;}
				#main-content.contents .sendEmail .expanded {max-height:600px;margin-top:15px;}

			/* tags */
			#main-content.contents > article .tags {padding:10px 15px;border-top:2px solid #C00000;overflow:hidden;}
				#main-content.contents > article .tags ul {float:left;list-style:none;margin:0;}
					#main-content.contents > article .tags li {float:left;position:relative;}
					#main-content.contents > article .tags li:first-child:after {position:absolute;top:0;right:-3px;content:":";}
					#main-content.contents > article .tags li + li {margin-left:6px;}
					#main-content.contents > article .tags li + li:before {position:absolute;top:0;left:-5px;content:",";}
					#main-content.contents > article .tags li:first-child + li:before {display:none;}

	/* resolutions */
	#main-content.resolutions > article .journal {font-weight:500;text-align:center;padding:10px 0;}
		#main-content.resolutions > article .journal p {background:none!important;}

	/* sios */
	#main-content.sios > article .table {display:table;table-layout:fixed;border-collapse:collapse;margin:10px;}
		#main-content.sios > article .table span {display:table-cell;background:#F4F4F4;padding:15px 10px;border:1px solid #DFDFDF;}
		#main-content.sios > article .table p:not(:first-of-type) span {border-top:none;}
		#main-content.sios > article .table span:nth-child(1) {width:18px;text-align:center;}
		#main-content.sios > article .table span:nth-child(2) {width:250px;}
		#main-content.sios > article .table span:nth-child(3) {width:378px;background:none;}
		#main-content.sios > article .table p:nth-child(1) span:nth-child(3) {font-weight:bold;color:#C60000;}
		#main-content.sios > article .table p:nth-child(4) span:nth-child(3) {font-weight:bold;}
			#main-content.sios > article .table p:nth-child(13) span:nth-child(3) a {color:#C60000;}
