* {
    margin:0;
    padding:0;
}
html, body, form, fieldset, table {
    font: 100% 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
a img {
	border:none;
}
main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display:block;
}

#skiptocontent a {
	padding:6px;
	position: absolute;
	top:-40px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:#BF1722;
	-webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 100;
}
#skiptocontent a:focus {
	position:absolute;
	left:0px;
	top:0px;
	outline-color:transparent;	
	-webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;
}
#headcontainer {
	background-repeat:no-repeat;
	background-position: 50% 100px;
	margin-bottom:30px;
	height:333px;
	position:relative;
}

#search {
	width:369px;
	height: 165px;
	display:inline;
	float: left;
	position: absolute;
	bottom:23px;
	padding:20px 10px 0 50px;
	margin: 0 0 0 -40px;
	border-radius: 30px;
	border-top-left-radius: 30px;
	background-color: rgba(247,247,247,.7);
}

#search p.search {
	padding:5px 0 10px 40px;
	background: url(/media/template/bg.png) 0px 0px no-repeat;
}
#search p.search span {
	background-color: #f1f5f7;
	border:1px solid #00AFD8;
	border-radius: 5px;
	padding:4px;
}

#search input[type=text] {
	color:#333;
	padding-left:5px;
	margin-top:-3px;
    border-left: 1px solid #777;
    border-right: none;
    border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	height:23px;
	width:57%;
	font-size:100%;
}

#search input[type=text]:focus {
	
}

#search input[type=image] {
	width: 16px;
	height: 16px;
	padding:3px 5px 4px 5px;
	margin-top:-3px;
	background-color: #fff;
	border-left: none;
	border-right: 1px solid #777;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	text-indent: -999em;
	overflow: hidden;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	cursor: pointer;
}

#search p.intro {
	margin-top:17px;
	padding:10px 0 10px 40px;
	background: url(/media/template/bg.png) 0px -100px no-repeat;
}

#search p.training {
	margin-top:20px;
	padding:10px 0 10px 40px;
	background: url(/media/template/bg.png) 0px -1100px no-repeat;
}




#search p a {
	background-color: #f1f5f7;
	color:#333;
	border:1px solid #00AFD8;
	text-decoration: none;
	padding:3px;
	border-radius: 5px;
	-webkit-transition:all 0.15s ease-in-out;
	transition:all 0.15s ease-in-out;
}

#search p a:hover, #search p a:focus {
	background-color: #f6f6f6;
	text-shadow: #bbb 1px 1px 1px;
	-webkit-transition:all 0.15s ease-in-out;
	transition:all 0.15s ease-in-out;
}

article {
	width:700px;
	display:inline;
	float: left;
	position: relative;
	font-size:1.125em;
	outline:0;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

aside {
	width:220px;
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

#updated, #translations, #related, .sidebox {
	border:1px solid #ccc;
	border-radius: 6px;
	background-color: #FAFAFA;
	color:#666;
	padding:5px 10px 5px 10px;
	font-size: 95%;
	margin-bottom:10px;
}

#updated, .sidebox {
	font-family: 'Kameron',Georgia,Times,serif;
	text-align: center;
}

#translations h2, #related h2, .sidebox h2 {
	padding:5px 0 10px 40px;
	margin-bottom: 10px;
	border-bottom: none;
	font-size:1.125em;
	font-family: 'Kameron',Georgia,Times,serif;
	font-weight: normal;
}

#translations ul {
	list-style: none;
}

#translations ul li {
	margin-left:-15px;
}

.sidebox{
	text-align: left;
}

.sidebox h2 {
	padding-left:0;
}


#translations img {
	padding-right:5px;
}

span[lang] {
	font-style: italic;
}

/*
footer {
	background:url(/media/template/bg_footer.png) 50% top repeat-y;
	color:#333;
	margin:auto;
	padding:15px 0;
	font-size: 90%;
}

#footerresources {
	background-color: #E5E6EB;
}

.footerblock {
	width:310px;
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 0px;
}

.copyrightblock {
	width:240px;
}

footer h2, footer #copyright {
	font-family: 'Roboto',Helvetica, Arial, sans-serif;
	padding:6px 0 10px 40px;
	font-weight: normal;
}

footer #copyright {
	font-size:200%;
}

footer p#copyright {
	background: url(/media/template/bg.png) 0px -393px no-repeat;
	padding-top: 7px;
}

footer h2#blog {
	background: url(/media/template/bg.png) 0px -500px no-repeat;
}

footer h2#popular {
	background: url(/media/template/bg.png) 0px -600px no-repeat;
}

footer #contact .phone {
	background:url(/media/template/bg.png) 0px -800px no-repeat;
	padding-left:20px;
	color:#333;
	text-decoration: none;
}

footer a:link, footer a:visited {
	color: #20399D;
}

footer a:hover,
footer a:active,
footer a:focus {
	color:#0850F7;
}

#footerresources ul {
	margin-left:14px;
}
*/
#checkpage h2 {
	background: url(/media/template/bg.png) 0px -700px no-repeat;
	margin-top: 30px;
}

#checkpage input[type=url] {
	color:#333;
	padding-left:5px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
	border-radius: 5px;
	height:23px;
	width:200px;
	font-size:90%;
}

#checkpage input[type=submit] {
	color:#666;
	padding:0 4px;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
	border-radius: 5px;
	height:25px;
	cursor: pointer;
}

#checkpage input[type=submit]:hover, #checkpage input[type=submit]:focus {
	color:#333;
	background-color: #ddd;
	border: 1px solid #999;
}
/*
#footerlinks {
	width:620px;
	padding-top: 55px;
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

#footerlinks ul {
	margin-left:0;
}

#footerlinks ul li {
	display:inline;
	list-style-type:none;
	padding:0px 7px;
}

#footerlinks ul li:not(:first-child) {
	
}

#footerlinks ul li a {
	padding:0 0 2px 22px;
}

#footerlinks #footercontact {
	background: url("/media/template/bg.png") 0px -850px no-repeat;
}

#footerlinks #footerabout {
	background: url("/media/template/bg.png") 0px -900px no-repeat;
}

#footerlinks #footerrss {
	background: url("/media/template/bg.png") 0px -950px no-repeat;
}

#footerlinks #footertwit {
	background: url("/media/template/bg.png") 0px -1000px no-repeat;
}

#footerlinks #footercopyright {
	background: url("/media/template/bg.png") 0px -1050px no-repeat;
}
*/
/* Responsive responsiveness is responsive */
@media all and (max-width: 61em) {
	header, main, #footerresources {
		margin-left: auto;
		margin-right: auto;
		width:auto;
	}
	
	article {
		width:auto;
		display: block;
		float: none;
		padding:0 4px;
	}

	aside {
		width:auto;
		display:block;
		float: none;
		clear:both;
		margin-left: 10%;
		margin-right: 10%;
	}
	#footerlinks {
		width:auto
	}
}

@media all and (max-width: 46em) {
	header nav {
		top:0px;
		right:32px;
		padding:0 20px;
		margin:5px 0;
		background-color: #eee;
		border-radius: 5px;
	}
	
	header nav {
		padding:0px;
	}
	
	header nav ul li {
		float:none;
	}
	
	header nav ul li a {
		padding:2px 0px;
		margin:0px;
		text-align: center;
	}
	#footerlinks ul li {
		display:block;
	}
}

@media all and (max-width: 30em) {
	header nav {
		position:absolute;
		top:95px;
		left:10px;
		right:auto;
		float:none;
		padding:0 20px;
		margin:5px 0;
		border-radius: 5px;
	}
	
	header nav {
		padding:0px;
	}
	
	header nav ul li {
		float:left;
		padding-right: 10px;
	}
	
	header nav ul li a {
		padding:2px 0px;
		margin:0px;
		text-align: center;
		font-size:100%;
	}
	
	#search {
		border-radius: 0px;
		width:auto;
	}
}

.hidden {
	position:absolute; 
	left:0;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

input, select {
	vertical-align:middle;
}

/* LINKS */
main a:link, main a:visited, aside a:link, aside a:visited {
	color: #20399D;
	-webkit-transition:background-color .25s linear;
    transition:background-color .25s linear;
}

main a:active, main a:focus, main a:hover, aside a:active, aside a:focus, aside a:hover {
	background-color:#ffffcc !important;
	color: #BF1722;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-radius: 4px;
}
/* External links.*/
article a[href^="http:"]:link,
article a[href^="https:"]:link,
article a[href^="//"]:not([href^="//wave"]):not([href^="//usu.box"]):link,
#related a[href^="http:"]:link,
#related a[href^="//"]:not([href^="//wave"]):not([href^="//usu.box"]):link{
	background: url(/media/template/bg.png) no-repeat 100% -1296px;
	padding-right: 22px;
}

article a[href^="http:"]:visited,
article a[href^="https:"]:visited,
article a[href^="//"]:not([href^="//wave"]):not([href^="//usu.box"]):visited,
#related a[href^="http:"]:visited,
#related a[href^="//"]:not([href^="//wave"]):not([href^="//usu.box"]):visited{
	background: url(/media/template/bg.png) no-repeat 100% -1396px;
	padding-right: 22px;
}

/* Only NVDA on Firefox reads the generated text. :-( */
article a[href^="http:"]::after,
article a[href^="https:"]::after,
article a[href^="//"]:not([href^="//wave"]):not([href^="//usu.box"])::after {
	content:" - External link";
	position:absolute;
	left:-10000px;
	top:auto;
}

article a[href^="http:"]:hover,
article a[href^="http:"]:focus,
article a[href^="https:"]:hover,
article a[href^="https:"]:focus,
article a[href^="//"]:not([href^="//wave"]):not([href^="//usu.box"]):hover,
article a[href^="//"]:not([href^="//wave"]):not([href^="//usu.box"]):focus {
	background: #ffffcc url(/media/template/bg.png) no-repeat 100% -1496px !important;
	padding-right: 22px;
}

article a[href^="http://webaim.org"]:link, article a[href^="http://webaim.org"]:visited, article a[href^="http://webaim.org"]:hover, article a[href^="http://webaim.org"]:focus, article a[href^="https://webaim.org"]:link, article a[href^="https://webaim.org"]:visited, article a[href^="https://webaim.org"]:hover, article a[href^="https://webaim.org"]:focus,
article a[href^="https://wave.webaim.org"]:link, article a[href^="https://wave.webaim.org"]:visited, article a[href^="https://wave.webaim.org"]:hover, article a[href^="https://wave.webaim.org"]:focus {
	background-image: none !important;
	padding-right: 0;
}

aside a, #blogcomments a, main a.noicon, main a.noicon:link, main a.noicon:hover, main a.noicon:focus {
	background-image: none !important;
	padding-right: 0;
}

.clearfix:before,
.clearfix::after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix::after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* Flying focus */
#flying-focus {
	position: absolute;
	margin: 0;
	background: transparent;
	-webkit-transition-property: left, top, width, height, opacity;
	transition-property: left, top, width, height, opacity;
	-webkit-transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
	transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
	visibility: hidden;
	pointer-events: none;
	box-shadow: 0 0 2px 3px #78aeda, 0 0 2px #78aeda inset; border-radius: 2px;
}
#flying-focus.flying-focus_visible {
	visibility: visible;
	z-index: 9999;
}
.flying-focus_target {
	outline: none !important; /* Doesn't work in Firefox :( */
}
/* http://stackoverflow.com/questions/71074/how-to-remove-firefoxs-dotted-outline-on-buttons-as-well-as-links/199319 */
.flying-focus_target::-moz-focus-inner {
	border: 0 !important;
}
/* Replace it with @supports rule when browsers catch up */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	#flying-focus {
		box-shadow: none;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -3px;
	}
}  
    

a img {
	border:none;
}
main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display:block;
}

#skiptocontent a {
	padding:6px;
	position: absolute;
	top:-40px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:#BF1722;
	-webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 100;
}
#skiptocontent a:focus {
	position:absolute;
	left:0px;
	top:0px;
	outline-color:transparent;	
	-webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;
}
/*
#headcontainer {
	background-repeat:no-repeat;
	background-position: 50% 100px;
	margin-bottom:30px;
	height:333px;
	position:relative;
}
header h2 {
	background: url(/media/template/bg_logo.png) top left no-repeat;
	background : none\9; 
	background-size:302px 80px;
	width:300px;
	display:inline;
	float: left;
	position: absolute;
	top:0px;
	margin: 10px 10px;
}
header h2 a img {
	transition: opacity .3s linear;
}
header h2 a:hover img, header h2 a:focus img {
	opacity:0;
}
header, main, #footerresources {
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
}
header nav {
	width:auto;
	display:inline;
	float: right;
	position: relative;
	top:40px;
	margin-left: 10px;
	margin-right: 10px;
}
header nav ul {
	float: right;
	margin:0px;
}
header nav ul li {
	float: left;
	list-style: none;
}
header nav ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #363636; 
	font: normal 120% 'Roboto', Helvetica, Arial, sans-serif;
	display: block;
	padding: 1px 13px 4px 13px;
	text-transform: lowercase;
}
header nav ul li.current a {
	background-color: #F0F0F0;
	border-radius: 12px;
}
header nav ul li a:hover, header nav ul li a:focus {
	color: #BF1722;
	-webkit-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
	text-shadow: #bbb 1px 1px 1px;
}
*/
#search {
	width:369px;
	height: 165px;
	display:inline;
	float: left;
	position: absolute;
	bottom:23px;
	padding:20px 10px 0 50px;
	margin: 0 0 0 -40px;
	border-radius: 30px;
	border-top-left-radius: 30px;
	background-color: rgba(247,247,247,.7);
}


#search p.search span {
	background-color: #f1f5f7;
	border:1px solid #00AFD8;
	border-radius: 5px;
	padding:4px;
}

#search input[type=text] {
	color:#333;
	padding-left:5px;
	margin-top:-3px;
    border-left: 1px solid #777;
    border-right: none;
    border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	height:23px;
	width:57%;
	font-size:100%;
}

#search input[type=text]:focus {
	
}

#search input[type=image] {
	width: 16px;
	height: 16px;
	padding:3px 5px 4px 5px;
	margin-top:-3px;
	background-color: #fff;
	border-left: none;
	border-right: 1px solid #777;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	text-indent: -999em;
	overflow: hidden;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	cursor: pointer;
}




#search p a {
	background-color: #f1f5f7;
	color:#333;
	border:1px solid #00AFD8;
	text-decoration: none;
	padding:3px;
	border-radius: 5px;
	-webkit-transition:all 0.15s ease-in-out;
	transition:all 0.15s ease-in-out;
}

#search p a:hover, #search p a:focus {
	background-color: #f6f6f6;
	text-shadow: #bbb 1px 1px 1px;
	-webkit-transition:all 0.15s ease-in-out;
	transition:all 0.15s ease-in-out;
}

article {
	width:700px;
	display:inline;
	float: left;
	position: relative;
	font-size:1.125em;
	outline:0;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

aside {
	width:220px;
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

#updated, #translations, #related, .sidebox {
	border:1px solid #ccc;
	border-radius: 6px;
	background-color: #FAFAFA;
	color:#666;
	padding:5px 10px 5px 10px;
	font-size: 95%;
	margin-bottom:10px;
}

#updated, .sidebox {
	font-family: 'Kameron',Georgia,Times,serif;
	text-align: center;
}

#translations h2, #related h2, .sidebox h2 {
	padding:5px 0 10px 40px;
	margin-bottom: 10px;
	border-bottom: none;
	font-size:1.125em;
	font-family: 'Kameron',Georgia,Times,serif;
	font-weight: normal;
}

#translations ul {
	list-style: none;
}

#translations ul li {
	margin-left:-15px;
}

.sidebox{
	text-align: left;
}

.sidebox h2 {
	padding-left:0;
}


#translations ul, #related ul, .sidebox ul {
	margin-left:10px;
}

#translations li, #related li, .sidebox li {
	line-height: 1.25em;
	margin-bottom:4px;
}

#translations img {
	padding-right:5px;
}

span[lang] {
	font-style: italic;
}

/*
footer {
	background:url(/media/template/bg_footer.png) 50% top repeat-y;
	color:#333;
	margin:auto;
	padding:15px 0;
	font-size: 90%;
}

#footerresources {
	background-color: #E5E6EB;
}

.footerblock {
	width:310px;
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 0px;
}

.copyrightblock {
	width:240px;
}

footer h2, footer #copyright {
	font-family: 'Roboto',Helvetica, Arial, sans-serif;
	padding:6px 0 10px 40px;
	font-weight: normal;
}

footer #copyright {
	font-size:200%;
}

footer p#copyright {
	background: url(/media/template/bg.png) 0px -393px no-repeat;
	padding-top: 7px;
}

footer h2#blog {
	background: url(/media/template/bg.png) 0px -500px no-repeat;
}

footer h2#popular {
	background: url(/media/template/bg.png) 0px -600px no-repeat;
}

footer #contact .phone {
	background:url(/media/template/bg.png) 0px -800px no-repeat;
	padding-left:20px;
	color:#333;
	text-decoration: none;
}

footer a:link, footer a:visited {
	color: #20399D;
}

footer a:hover,
footer a:active,
footer a:focus {
	color:#0850F7;
}

#footerresources ul {
	margin-left:14px;
}
*/
#checkpage h2 {
	margin-top: 30px;
}

#checkpage input[type=url] {
	color:#333;
	padding-left:5px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
	border-radius: 5px;
	height:23px;
	width:200px;
	font-size:90%;
}

#checkpage input[type=submit] {
	color:#666;
	padding:0 4px;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
	border-radius: 5px;
	height:25px;
	cursor: pointer;
}

#checkpage input[type=submit]:hover, #checkpage input[type=submit]:focus {
	color:#333;
	background-color: #ddd;
	border: 1px solid #999;
}

#footerlinks {
	width:620px;
	padding-top: 55px;
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

#footerlinks ul {
	margin-left:0;
}

#footerlinks ul li {
	display:inline;
	list-style-type:none;
	padding:0px 7px;
}

#footerlinks ul li:not(:first-child) {
	
}

#footerlinks ul li a {
	padding:0 0 2px 22px;
}

#footerlinks #footercontact {
	background: url("/media/template/bg.png") 0px -850px no-repeat;
}

#footerlinks #footerabout {
	background: url("/media/template/bg.png") 0px -900px no-repeat;
}

#footerlinks #footerrss {
	background: url("/media/template/bg.png") 0px -950px no-repeat;
}

#footerlinks #footertwit {
	background: url("/media/template/bg.png") 0px -1000px no-repeat;
}

#footerlinks #footercopyright {
	background: url("/media/template/bg.png") 0px -1050px no-repeat;
}

/* Responsive responsiveness is responsive */
@media all and (max-width: 61em) {
	header, main, #footerresources {
		margin-left: auto;
		margin-right: auto;
		width:auto;
	}
	
	article {
		width:auto;
		display: block;
		float: none;
		padding:0 4px;
	}

	aside {
		width:auto;
		display:block;
		float: none;
		clear:both;
		margin-left: 10%;
		margin-right: 10%;
	}
	#footerlinks {
		width:auto
	}
}

@media all and (max-width: 46em) {
	header nav {
		top:0px;
		right:32px;
		padding:0 20px;
		margin:5px 0;
		background-color: #eee;
		border-radius: 5px;
	}
	
	header nav {
		padding:0px;
	}
	
	header nav ul li {
		float:none;
	}
	
	header nav ul li a {
		padding:2px 0px;
		margin:0px;
		text-align: center;
	}
	#footerlinks ul li {
		display:block;
	}
}

@media all and (max-width: 30em) {
	header nav {
		position:absolute;
		top:95px;
		left:10px;
		right:auto;
		float:none;
		padding:0 20px;
		margin:5px 0;
		border-radius: 5px;
	}
	
	header nav {
		padding:0px;
	}
	
	header nav ul li {
		float:left;
		padding-right: 10px;
	}
	
	header nav ul li a {
		padding:2px 0px;
		margin:0px;
		text-align: center;
		font-size:100%;
	}
	
	#search {
		border-radius: 0px;
		width:auto;
	}
}

/* Various element styles */

.hidden {
	position:absolute; 
	left:0;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

input, select {
	vertical-align:middle;
}

/* LINKS */
main a:link, main a:visited, aside a:link, aside a:visited {
	color: #20399D;
	-webkit-transition:background-color .25s linear;
    transition:background-color .25s linear;
}

main a:active, main a:focus, main a:hover, aside a:active, aside a:focus, aside a:hover {
	background-color:#ffffcc !important;
	color: #BF1722;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-radius: 4px;
}
/* External links.*/
article a[href^="http:"]:link,
article a[href^="https:"]:link,
article a[href^="//"]:not([href^="//wave"]):not([href^="//usu.box"]):link,
#related a[href^="http:"]:link,
#related a[href^="//"]:not([href^="//wave"]):not([href^="//usu.box"]):link{
	background: url(/media/template/bg.png) no-repeat 100% -1296px;
	padding-right: 22px;
}

article a[href^="http:"]:visited,
article a[href^="https:"]:visited,
article a[href^="//"]:not([href^="//wave"]):not([href^="//usu.box"]):visited,
#related a[href^="http:"]:visited,
#related a[href^="//"]:not([href^="//wave"]):not([href^="//usu.box"]):visited{
	background: url(/media/template/bg.png) no-repeat 100% -1396px;
	padding-right: 22px;
}

/* Only NVDA on Firefox reads the generated text. :-( */
article a[href^="http:"]::after,
article a[href^="https:"]::after,
article a[href^="//"]:not([href^="//wave"]):not([href^="//usu.box"])::after {
	content:" - External link";
	position:absolute;
	left:-10000px;
	top:auto;
}

article a[href^="http:"]:hover,
article a[href^="http:"]:focus,
article a[href^="https:"]:hover,
article a[href^="https:"]:focus,
article a[href^="//"]:not([href^="//wave"]):not([href^="//usu.box"]):hover,
article a[href^="//"]:not([href^="//wave"]):not([href^="//usu.box"]):focus {
	background: #ffffcc url(/media/template/bg.png) no-repeat 100% -1496px !important;
	padding-right: 22px;
}

article a[href^="http://webaim.org"]:link, article a[href^="http://webaim.org"]:visited, article a[href^="http://webaim.org"]:hover, article a[href^="http://webaim.org"]:focus, article a[href^="https://webaim.org"]:link, article a[href^="https://webaim.org"]:visited, article a[href^="https://webaim.org"]:hover, article a[href^="https://webaim.org"]:focus,
article a[href^="https://wave.webaim.org"]:link, article a[href^="https://wave.webaim.org"]:visited, article a[href^="https://wave.webaim.org"]:hover, article a[href^="https://wave.webaim.org"]:focus {
	background-image: none !important;
	padding-right: 0;
}

aside a, #blogcomments a, main a.noicon, main a.noicon:link, main a.noicon:hover, main a.noicon:focus {
	background-image: none !important;
	padding-right: 0;
}

/* Clearfix
http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix::after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix::after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
*/
.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* Flying focus */
#flying-focus {
	position: absolute;
	margin: 0;
	background: transparent;
	-webkit-transition-property: left, top, width, height, opacity;
	transition-property: left, top, width, height, opacity;
	-webkit-transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
	transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
	visibility: hidden;
	pointer-events: none;
	box-shadow: 0 0 2px 3px #78aeda, 0 0 2px #78aeda inset; border-radius: 2px;
}
#flying-focus.flying-focus_visible {
	visibility: visible;
	z-index: 9999;
}
.flying-focus_target {
	outline: none !important; /* Doesn't work in Firefox :( */
}
/* http://stackoverflow.com/questions/71074/how-to-remove-firefoxs-dotted-outline-on-buttons-as-well-as-links/199319 */
.flying-focus_target::-moz-focus-inner {
	border: 0 !important;
}
/* Replace it with @supports rule when browsers catch up */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	#flying-focus {
		box-shadow: none;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -3px;
	}
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Udc1UAw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Vdc1UAw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0adc1UAw.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Wdc1UAw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Kameron';
  font-style: normal;
  font-weight: 400;
  src: local('Kameron'), url(https://fonts.gstatic.com/s/kameron/v10/vm82dR7vXErQxuzngLk6Lg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Kameron';
  font-style: normal;
  font-weight: 700;
  src: local('Kameron Bold'), local('Kameron-Bold'), url(https://fonts.gstatic.com/s/kameron/v10/vm8zdR7vXErQxuzniAIfO-rpfQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


    article h1 {
    font-family: 'Roboto',Georgia,Times,serif;
	font-weight: normal;
	color:#1C205B;
	margin:0 0 12px 0;
	font-size: 200%;
	line-height:100%;
}

article h2 {
	font-family: 'Roboto',Georgia,Times,serif;
	color: #BF1722;
	font-size: 150%;
	border-bottom: 1px solid;
	margin:0;
	margin-bottom: 6px;
	line-height:1.25em;
	font-weight: normal;
}

article h3 {
	padding: 0 0 0px 0;
	margin-bottom: 4px;
	color:#1C205B;
	border-bottom: 1px dashed #ccc;
	font-family:'Kameron',Georgia,Times,serif;
	font-weight: normal;
	font-size:120%;
	letter-spacing: 1px;
}
article h4 {
	font-family:'Kameron',Georgia,Times,serif;
	letter-spacing: 1px;
}

article p, pre {
	line-height:1.5em;
	padding-bottom:1em;
}

article *::selection {
	background: #fff2a8;
}

.section {
	outline:0;
}

.section .section {
	margin:.5em 15px .5em 15px;
	padding-left:10px;
	outline:0;
}

.section ul, .section ol {
	line-height:1.5em;
	margin-left:20px;
	margin-bottom:1em;
}

.section ul ul, .section ol ol {
	margin-bottom:0;
}

.section dl dt {
	font-weight: bold;
}

.section dl dd {
	margin: 0 0 10px 20px;
}

#breadcrumbs {
	font-weight: lighter;
	font-family: 'Kameron',Georgia,Times,serif;
	font-size:110%;
	letter-spacing: .4px;
}

article nav {
	border-radius: 6px;
	margin-bottom: 20px;
	padding:10px 20px;
	background-color:#F0F0F0;
}	

article nav h2 {
	border:none;
    margin:0;
}

article nav ol {
	margin-bottom:0px;
}

article nav ol li {
	margin-top:0px;
	padding-left:14px;
	list-style:none;
}

article nav ol li {
	list-style:square;
	padding-left:0px;
	margin-left:20px;
}



article nav li.currentpage ol li {
	padding-left:0px;
	margin-left:30px;
	font-weight:normal;
	list-style:circle;
	line-height:1.25em;
}

fieldset {
	padding:6px;margin-bottom:10px;
}


table {
	margin-bottom:1em;
	border:2px solid #333;
	border-collapse: separate;
	}

td, th {
	padding:4px;
	border:1px solid #333;
	border-collapse: separate;
}

.important, .tip, .note, .example {
	padding:4px 1.5em 0px 1.5em;
	margin:1em auto 1em auto;
	width:85%;
	border-radius: 4px;
}

.important .title, .tip .title, .note .title, .example .title {
	padding:3px 0 15px 35px;
	display:block;
	font-size:1.25em;
	font-family: 'Kameron',Georgia,Times,serif;
}

.important {
	background-color: #fafaae;
	border:1px solid #CCCCCC;
}


.note {
	background-color: #F1F5F7;
	border:1px solid #CCCCCC;
}


.example {
	background-color: #F1F5F7;
	border:1px solid #CCCCCC;
}


.tip {
    background-color: #FFECD5;
    border: 1px solid #CCCCCC;
}


.programlisting	{
	border: 1px dashed #990000;
	border-radius: 4px;
	background-color:#ffffc1;
	width:auto;
	margin:0 0 1em 0;
	padding:2px;
	overflow:auto;
}

code {
	font-family: Courier,monospace;
	color: #660000;
}

blockquote {
	margin:.5em auto 1em auto;
	width:70%;
	border:1px #666 dashed;
	border-radius: 4px;
	padding:.5em;
	padding-bottom:0px;
	background-color: #f1f1f1;
	font-family: Geneva, Times, serif;
}

input, textarea, select {
	font-size:100%;
}

.anchorlink {
	float:left;
	margin-left:-22px;
	margin-top:2px;
	padding-right:6px;
}

.anchorlink a:hover, .anchorlink a:focus {
	background-color: transparent !important;
	border:none;
}

.floatright {
	float:right;
	margin:8px 0px 1px 10px;
}

.floatleft {
	float:left;
	margin:8px 10px 1px 0px;
}

.border {
	border:gray solid 1px;
}

.fullwidth {
	margin: 1em 0;
	width: 100%;
}
	
.subtitle {
	font-size:60%;
}

.center, .mediaobject {
	text-align:center;
}

.menuchoice
	{
	font-weight:bold;
	color:#555;
}

kbd, .keycap {
	background-color:#f1f1f1;
	border:1px solid #666;
	border-width: 1px 2px 2px 1px;
	border-radius: 5px;
	color:#333;
	padding:0 2px;
	margin:1px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	min-width: 17px;
	display: inline-block;
	text-align: center;
}
		
.keycombo {
	font-weight:bold;
}

/* Blog styles */

#updated img {
	max-width: 100px;
}

.comments {
	text-align: center !important;
}

#blogcomments {
	border-top:3px #ccc dotted;
	margin-top:25px;
}

#blogcomments h2, #respond h2 {
	font-family:'Kameron',Georgia,Times,serif;
}

.post>h2, .post>h2 {
	border:none;
}

#respond input, #respond textarea, .searchform input {
	border-radius:3px;
	border:1px solid #bbb;
	border-collapse: collapse;
	padding:3px;
	margin-bottom: 4px;
}

.commentlist {
	list-style-type: none;
}

.commentlist li {
	background-color:#fff;
	border:1px solid #ccc;
	border-radius: 6px;
	margin-bottom: 10px;
	margin-left:90px;
	position:relative;
	padding:5px;
}

.commentlist li:nth-child(even) {
	background-color:#eee;
}

.commentlist .fn {
	font-weight: bold;
}

.commentlist .commentdate {
	display:block;
	float:right;
}

.commentlist .avatar {
	position:absolute;
	left:-90px;
	border-radius: 6px;
}


#maincontent h2 {
	padding-top:15px;
}
#normal, #big, #ui {
	border: 1px solid #CCC;
	float: right;
	padding: 1em;
	text-align: center;
	width: 460px;
}
#uibox {
	border:2px solid grey;
	padding:2px;
}
#normal a, #big a {
	text-decoration: none;
}
#normal a:hover,
#normal a:focus,
#big a:hover,
#big a:focus {
	text-decoration: underline;
}
#big {
	font-size: 14pt;
	font-weight: bold;
}

#ratioContainer {
	display: inline-block;
	margin-left: 0.5em;
	padding-top: 11px;
	text-align: center;
}
#ratio,
#textBackRatio,
#linkTextRatio,
#linkBackRatio {
	display: block;
	font-size: 2em;
}
#textBackRatio,
#linkTextRatio,
#linkBackRatio {
	display: inline-block;
	min-width: 4em;
}
#ratioContainer > span {
	border: 1px solid #CCC;
	border-radius: 6px;
	display: inline-block;
	margin-bottom: 10px;
	padding: 10px;
	min-width: 7em;
}
#textBackRatioContainer > span,
#linkTextRatioContainer > span,
#linkBackRatioContainer > span {
	border: 1px solid #CCC;
	border-radius: 6px;
	display: block;
	margin-bottom: 10px;
	padding: 10px;
}
#ratioContainer.pass > span,
#textBackRatioContainer.pass > span,
#linkTextRatioContainer.pass > span,
#linkBackRatioContainer.pass > span {
	border: 3px solid #080;
	padding: 8px;
}
#permalink {
	display: block;
}
#contrastForm {
	float: left;
}
#contrastForm fieldset {
	border: 1px solid #CCC;
	border-radius: 8px;
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 10px;
	width: 39%;
}
#contrastForm fieldset div {
	margin-top: 0.5em;
}
#contrastForm fieldset div div{
	height:10px;
	margin-top:0;
	border-radius:3px;
}
#contrastForm input {
	margin-right: 0.5em;
	vertical-align: bottom;
}
#contrastForm label {
	vertical-align: top;
}
#contrastForm input[type=text] {
	border: 1px solid #999;
	font: 100% 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	height: 22px;
	padding: 0 4px;
	text-transform: uppercase;
	width: 4.5em;
}
#contrastForm input[type=color] {
	border: 0;
	cursor: pointer;
	height: 24px;
	padding: 0;
	width: 5em;
}
#contrastForm input[type=range] {
	width: 100%;
}
#fLightness, #bLightness {
	height: 20px;
	cursor: pointer;
}
#fError, #bError, #lError {
	display: none;
}
.results {
	float: left;
}
.results p {
	padding-bottom: 2px;
}
.results span {
	float: right;
	font-weight: bold;
	margin: 0 0.5em;
	padding: 0 0.5em;
	text-align: center;
	transition: all .2s;
	width: 2.2em;
}	
span.pass {
	background-color: #080;
	border-radius: 1em;
	color: #FFF;
}
span.fail {
	color: #C00;
}
h2 {
	clear: both;
}
legend {
	font-weight: bold;
}
hr {
	color: transparent;
} <br />
<b>Deprecated</b>:  Directive 'allow_url_include' is deprecated in <b>Unknown</b> on line <b>0</b><br />
