/*----------------------------------------------------------------------
	CSS for EudoGames.com
	Based on HTML5 Boilerplate <h5bp.com> and Bootstrap <getboostrap.com>
	Otherwise written by A. Kinley
----------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic|Open+Sans+Condensed:700);
/*----------------------------------------------------------------------
	normalize.css v3.0.1 | MIT License | git.io/normalize
----------------------------------------------------------------------*/
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-family:sans-serif;font-size:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,nav,section,summary{display:block}
audio,canvas,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background:transparent}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
dfn{font-style:italic}
h1{font-size:2em;margin:0.67em 0}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 2em}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type="button"],input[type"reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor: default}
button:-moz-focus-inner,input:-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="number"]:-webkit-inner-spin-button,input[type="number"]:-webkit-outer-spin-button{height:auto}
input[type="search"]{-webkit-appearance:textfield}
input[type="search"]:-webkit-search-cancel-button,input[type="search"]:-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid #CCC;margin:0 2px;padding:0.35em 0.625em 0.75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:bold}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
/*----------------------------------------------------------------------
	FONTS
----------------------------------------------------------------------*/
html, body {
	font-family: "Open Sans", Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, #menu [role="menubar"] > li > a {
	font-family: "Open Sans Condensed", "Open Sans", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-stretch: condensed; /* Firefox */
	text-transform: uppercase;
}
h1, h2, h3, h4, b, strong, dt, th, optgroup {
	font-weight: bold;
}
/*----------------------------------------------------------------------
	COLORS
----------------------------------------------------------------------*/
/*
 * Block elements
 */
body {
	background: #f0f2f4;
	color: #111;
}
blockquote {
	background: rgba(0, 0, 0, 0.1);
	border-color: #231f20;
}
/*
 * Text elements
 */
h1 {
	color: #231f20;
}
@media (min-width: 768px) {
	h1 {
		border-bottom: 1px solid #AAA;
		text-shadow: -3px 0 0 #f0f2f4, -3px 3px 0 #f0f2f4, 3px 3px 0 #f0f2f4;
	}
}
h2, h3, h4 {
	color: #0D6180;
}
/*
 * Links
 */
a:link, a:visited {
	color: #0D6180;
}
a:hover, a:focus, a:active {
	color: #000;
}
/*
 *  elements
 */
abbr[title] {
	border-color: #AAA;
}
/*
 * Lists
 */
.horizontal > dd + dd:before,
.inline-bullets li + li:before {
	color: #AAA;
}
ul.blocks {
    list-style: none;
    margin-top: 0.5em;
    margin-bottom: 0;
    padding-left: 0;
}
ul.blocks li a {
    background: #fff;
    border-radius: 3px;
    display: block;
    margin-bottom: 0.5em;
    padding: 0.5em;
}
/*
 * Popup thumbnail lists
 */

.thumbs {
	display: block;
	list-style: none;
	padding-left: 0;
	width: 100%;
}
.thumbs li {
	border-bottom: 5px solid transparent;
	line-height: 1;
	overflow: hidden;
	padding: 0.5rem 0 0.5rem 60px; /* can't use rems on the left because the image is sized in px */
	position: relative;
	text-align: right;
}
.thumbs li:hover {
	background: #DDDDDD;
	overflow: visible;
}
.thumbs li a {
	border-bottom: 0 !important;
	float: left;
	font-weight: 400 !important;
	max-width: 75%;
	overflow: hidden;
	text-align: left; /* Chrome centers it otherwise */
	text-overflow: ellipsis;
	white-space: nowrap;
}
.thumbs li a:hover,
.thumbs li a:focus,
.thumbs li a:active {
	background: transparent;
	text-shadow: none;
}
.thumbs li br {
	display: none;
}
.thumbs li .thumb {
	border-radius: 3px;
	height: auto;
	position: absolute; left: 0; top: 0;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	width: 50px;
}
.thumbs li:hover .thumb {
	box-shadow: 0 0 0 5px #DDDDDD;
	left: -100px;
	top: -75px;
	width: 150px;
	z-index: 1000;
}
@media (max-width: 479px), (min-width: 768px) and (max-width: 979px) {
	.thumbs li a {
		display: block;
		max-width: 100%;
	}
}
@media (max-width: 979px) {
	.thumbs li {
		background: rgba(0, 0, 0, 0.05);
		margin: 0.25em 0;
		padding-right:  0.5em;
		padding-top:    0.5em;
		padding-bottom: 0.25em;
	}
}

/*
 * Miscellaneous classes
 */
.box,
.cardset {
	background-color: #FFF;
	border-color: #CCC;
}
.box {
	box-shadow: inset 0 0 1px 0 #231f20;
}
.box.compact > * { margin: 0 }
.box.compact > .thumbs { padding-top: 0.25em }
.box.compact:first-child { margin-top: 0 }

.button.button-invis { background: #F3F3F3; border: 0; box-shadow: none; margin-bottom: -0.5em; padding: 0.5em 1em }
.button.button-invis:hover, .button-invis:focus { background: #DDD }
/*
 * Forms
 */
button, select, textarea, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="file"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
	background: #FFFFFF;
	background-image: none;
	border: 1px solid #CCC;
	box-shadow: inset 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}
.button, .button:link, .button:visited, button, input[type="button"], input[type="submit"] {
	background: #FC6;
	box-shadow: 0 2px #E6B85C;
	color: #111;
}
.button:hover, .button:focus, .button:active,
button:hover, button:focus, button:active,
input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active,
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
	background: #FD9;
	color: #000;
}
.button:active,
button:active,
input[type="button"]:active,
input[type="submit"]:active {
	background: #E6B85C;
	box-shadow: 0 1px #E6B85C, 0 2px #B38324;
}
.button-faded, .button-faded:link, .button-faded:visited,
input[type="reset"] {
	background: #CCC;
	border-color: #999;
	box-shadow: 0 2px #BBB;
	color: #222;
}
.button-faded:active, .button-faded:hover, .button-faded:focus,
input[type="reset"]:active, input[type="reset"]:hover, input[type="reset"]:focus {
	background: #BBB;
	color: #000;
}
.button-faded:active,
input[type="reset"]:active {
	background: #777;
}
/*
 * Card lists
 */
.card-list {
	background: #FFF;
}
.card-list.row {
	box-shadow: 20px 0 0 #FFF;
}
@media (min-width: 1200px) {
	.card-list.row {
		box-shadow: 30px 0 0 #FFF;
	}
}
/*
 * Card popup images
 */
.qtip.cardtip {
	background: #FFF;
	box-shadow: 0 0 5px 0 #222;
}
/*
 * Event page image
 */
.event-image {
	background: #FFF;
	box-shadow: 0 0 1px 0 #231F20;
	padding: 0.25em;
}
/*
 * Stretch headers
 */
.stretch {
	background: #0D6180;
	border-bottom: 0;
	color: #FFF;
	text-shadow: 0 1px 0 #000;
}
@media (min-width: 768px) {
	.stretch {
		box-shadow: -724px 0 0 #0D6180, 724px 0 0 #0D6180;
	}
}
@media (min-width: 980px) and (max-width: 1199px) {
	.stretch {
		box-shadow: -955px 0 0 #0D6180, 955px 0 0 #0D6180;
	}
}
@media (min-width: 1200px) {
	.stretch {
		box-shadow: -1185px 0 0 #0D6180, 1185px 0 0 #0D6180;
	}
}
.stretch h1, .stretch h2, .stretch h3, .stretch h4 {
	color: inherit;
	text-shadow: 0 1px 0 #000;
}
/*
 * Sticky footer
 */
@media (min-width: 768px) {
	html:not(.safari) {
		height: 100%;
	}
	html:not(.safari) body {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
	}
	#accesshelper, #sites, #head, #menu, #foot {
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
	}
	#main {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
}
/*
 * Layout > Site bar
 */
#sites {
	background: #222;
	color: #FC3;
}
#sites a {
	color: #FC3;
}
#sites a:hover {
	background: #000;
}
/*
 * Layout > Header
 */
#head {
	background: #1F7899;
	color: #EEE;
}
#head a {
	color: #FC5;
}
#head a:hover, #head a:focus, #head a:active {
	color: #FFF;
}
#head input {
	background: #CCDEE6;
	color: #000;
}
#head button {
	box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.25);
}
#head .button-faded {
	background-color: #90B9CC;
	color: #222;
}
#head .button-faded:hover, #head .button-faded:focus, #head .button-faded:active {
	background-color: #9CC9DC;
	color: #000;
}
/*
 * Layout > Menu
 */
#menu {
	background: #222;
	border-color: #000;
	color: #FC5;
}
#menu a {
	color: #FC5;
}
#menu a[href]:hover {
	color: #EEE;
}
#menu [role="menubar"] > li > a {
	border-color: #000;
}
#menu [role="menubar"] > li > a:hover, #menu [role="menubar"] > li > a:focus, #admin-links > a:hover, #admin-links > a:focus {
	background: #000;
}
#menu [role="menubar"] > li > a > mark { 
    background: #000;
    border-radius: 1px;
    box-shadow: 0px 0px 0px 3px #000;
    color: #FFF;
    font-weight: 400;
    padding: 0em 0.25em;
}
#menu form.span4 {
	color: #333; /* IE and iOS color the placeholder text */
}
#menu form.span4 input {
	background: #CCC;
}
#menu form.span4 input:hover, #menu form.span4 input:focus {
	background: #FFF;
}

.navbar-extra {
	background: #000;
	box-shadow: -380px 0 0 #000, 380px 0 0 #000, -740px 0 0 #000, 740px 0 0 #000;
	margin-left: 0 !important;
}
.navbar-extra ul,
.navbar-extra li {
	display: inline-block;
}
.navbar-extra a {
	display: inline-block;
	padding: 0.25em 1em;
}
.navbar-extra > ul > li > a {
	font-weight: bold;
}
.navbar-extra abbr[title] {
	border-bottom: 0;
	cursor: pointer;
}

#admin-links {
	background: #000;
	box-shadow: -24em 0 #000, 24em 0 #000;
}
/*
 * Layout > Menu > Dropdowns
 */
#menu [aria-haspopup] .more {
	background: #222;
	border-color: #1F7899;
	box-shadow: 0 -1px 0 #000;
}
@media (max-width: 479px) {
	#menu [aria-haspopup] .more {
		background-color: #111 !important;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	#menu [aria-haspopup] .more {
		background: #000;
	}
}
#menu [aria-haspopup] .more a[href]:hover {
	background: #000;
}
#menu [aria-haspopup] .more a:not([href]), #menu [aria-haspopup] .more label {
	color: #EEE;
}
#menu [aria-haspopup] .more input[type="search"] {
	color: #000;
}
/*
 * Layout > Footer
 */
#foot {
	background: #111;
	border-color: #0D6180;
	color: #999;
}
#foot a {
	color: #999;
}
#foot a:hover {
	color: rgb(192, 128, 0);
}
#foot-contact li > a {
	background: rgba(0, 0, 0, 0.25);
}
#foot-contact a[href^="tel:"]:hover,
#foot-contact a[href^="mailto:"]:hover {
	background: rgb(192, 128, 0) !important;
	color: #000 !important;
}
#foot-contact a[href^="https://www.facebook.com/"]:hover {
	background: #3B5998 !important;
	color: #FFF !important;
}
#foot-contact a[href^="https://twitter.com/"]:hover {
	background: #3A92C8 !important;
	color: #FFF !important;
}
#foot small p {
	color: #777;
}
#foot .inline li + li {
	border-color: #000;
}
/*----------------------------------------------------------------------
	BASE STYLES
----------------------------------------------------------------------*/
*, button, input, select, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-size: 16px;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	/* make text rendering in Chromium based browsers slightly less horrible
	-webkit-text-stroke: 0.3px; */
}
@media (max-width: 767px) { /* Fixes iOS annoyance */
	html,body {width:100%}
	body{height:0;max-width:100%;overflow-x:hidden}
}
::-moz-selection {
	background-color: highlight !important;
	color: highlighttext !important;
	text-shadow: none !important;
}
::selection {
	/* Chrome sucks and makes it invisible if you specify a ::selection
	rule at all but don't explicitly declare the colors. */
	background-color: highlight !important;
	color: highlighttext !important;
	text-shadow: none !important;
}
p, dl, ol, ul, address, blockquote, figure, table {
	margin: 1em 0;
}
li ol, li ul {
	margin: 0;
}
address {
	font-style: normal;
}
abbr[title] {
	cursor: help;
}
/*----------------------------------------------------------------------
	Links
----------------------------------------------------------------------*/
a, a:link, a:visited, a:hover, a:focus, a:active {
	text-decoration: none;
}
#main p a:not(.button) {
	font-weight: bold;
}
/*----------------------------------------------------------------------
	Headings
----------------------------------------------------------------------*/
h1, h2, h3, h4 {
	line-height: 1;
	margin: 1.4rem 0 0;
	letter-spacing: -0.025em;
}
h1 {
	font-size: 2em;
	margin-top: 0;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1em;
}
@media (min-width: 768px) {
	h1 {
		font-size: 2.5em;
	} /*
	h2 {
		font-size: 1.75em;
	}
	h3 {
		font-size: 1.5em;
	}
	h4 {
		font-size: 1.25em;
	} */
}
h1 + h2 {
	margin-top: 0;
}
h1 *, h2 *, h3 *, h4 * {
	font-style: inherit;
	font-weight: inherit;
}
/*----------------------------------------------------------------------
	Blockquotes
----------------------------------------------------------------------*/
blockquote {
	border-left-width: 5px;
	padding: 1em;
}
blockquote small {
	display: block;
}
blockquote small:before {
	content: "\2014 \00A0";
}
blockquote > :first-child {
	margin-top: 0;
}
blockquote > :last-child {
	margin-bottom: 0;
}
blockquote.pull-right {
	border-left-width: 0;
	border-right-width: 5px;
	float: right;
	text-align: right;
}
/*----------------------------------------------------------------------
	Images
----------------------------------------------------------------------*/
img {
	max-width: 100%;
	vertical-align: middle;
}
/*----------------------------------------------------------------------
	Lists
----------------------------------------------------------------------*/
ol, ul {
	padding: 0 0 0 1em;
}
nav ol, nav ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}
.plain, .inline, .slides {
	list-style-type: none;
	padding-left: 0;
}
.inline > li {
	display: inline;
}
.inline > li + li {
	padding-left: 0.5em;
}
.inline-bullets {
	list-style: none;
	padding-left: 0;
}
.inline-bullets li {
	display: inline;
}
.inline-bullets li + li:before {
	content: " \2022\00A0";
}
.inline > dt, .inline > dd {
	display: inline;
	margin-left: 0;
}
.inline > dd + dt:before {
	content: "\A";
	white-space: pre;
}
.inline > dt + dd:before {
	content: "\2009\2014\2009";
}
dl.horizontal:before,
dl.horizontal:after {
	content: "";
	display: table;
	line-height: 0;
}
dl.horizontal:after {
	clear: both;
}
.horizontal > dt {
	clear: left;
	float: left;
	overflow: hidden;
	padding-right: 1em;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 25%;
}
.horizontal > dd {
	margin-left: 25%;
}
.horizontal > dd + dd:before {
	content: "\2022"; /* &bull; */
	display: inline-block;
	margin-left: -2em;
	padding-right: 1em;
	text-align: right;
	width: 2em;
}
dl.times dt {
	border-right: 1px solid #AAA;
	display: inline-block;
	font-size: 0.85em;
	margin: 0.25em 0.25em 0 0;
	padding: 0 0.5em 0 0;
	text-align: right;
	min-width: 3em;
}
dl.times dt:first-child {
	margin-top: 0;
}
dl.times dd {
	display: inline;
	margin-left: 0;
}
dl.times dd:not(:last-child):after {
	content: "\A";
	white-space: pre;
}
@media (min-width: 768px) and (max-width: 979px) {
	dl.times dt, dl.times dl {
		border: 0;
		display: block;
		padding: 0;
		text-align: left;
	}
}
.longdesc > li { /* matches p */
	margin: 0 0 0.75em;
}
@media (min-width: 480px) {
	dl.pills {
		margin-top: 1em;
		margin-bottom: 1em;
		max-width: 25em;
	}
	dl.pills dd + dt,
	dl.pills dd {
		margin-top: 0.5em;
	}
	dl.pills dt {
		background: #DDD;
		border: 1px solid #CCC;
		border-radius: 3px 0 0 3px;
		clear: left;
		float: left;
		height: 2em;
		overflow: hidden;
		padding: 0.33em 0.5em;
		text-align: right;
		white-space: nowrap;
		width: 9em;
	}
	dl.pills dd {
		background: #FFF;
		border: 1px solid #CCC;
		border-left: 0;
		border-radius: 0 3px 3px 0;
		height: 2em;
		margin-left: 9em;
		padding: 0.33em 0.5em;
	}
	dl.pills dd:before, dl.pills dd:after {
		content: " ";
		display: table;
	}
	dl.pills dd:after {
		clear: both;
	}
}
.staggered > dt {
	font-weight: 700;
}
.staggered > dt:after {
	content: ":";
}
.staggered > dd {
	margin-left: 0;
	text-align: right;
}
.breadcrumbs {
	font-size: 0.77rem;
	line-height: 1.3;
	list-style-type: none;
	margin: 0 0 -1rem; /* keeps headings in the same place with or without breadcrumbs */
	padding-left: 0;
}
.breadcrumbs:last-child {
	margin: 1.618rem 0 0;
}
.breadcrumbs > li {
	display: inline;
}
.breadcrumbs > li:after {
	content: "\00BB"; /* &raquo; */
	opacity: 0.5;
	padding: 0 0.1em 0 0.4em;
}
.breadcrumbs > li.current {
	visibility: hidden;
}
.breadcrumbs > li.current:after {
	content: "";
	content: none;
}
/*----------------------------------------------------------------------
	Tables
----------------------------------------------------------------------*/
th, td {
	padding: 0.33em;
	text-align: left;
}
table:not(.plain) thead > tr:last-child > th {
	border-bottom: 2px solid #CCC;
}
table:not(.plain) tbody > tr > th,
table:not(.plain) tbody > tr > td {
	border-bottom: 1px solid #ccc;
}
table:not(.plain) tbody > tr:last-child > th,
table:not(.plain) tbody > tr:last-child > td {
	border-bottom: 0;
}
/*----------------------------------------------------------------------
	Forms
----------------------------------------------------------------------*/
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
legend {
	display: block;
	white-space: normal;
}
label {
	cursor: pointer;
	display: inline-block;
	vertical-align: baseline;
}
button, input[type="date"], input[type="datetime"], input[type="file"],
input[type="email"], input[type="number"], input[type="password"],
input[type="search"], input[type="tel"], input[type="text"],
input[type="time"], input[type="url"], select, textarea {
	border-width: 1px;
	box-shadow: inset 0 2px 5px -2px rgba(0, 0, 0, 0.1);
	display: inline-block;
	font-weight: normal;
	padding: 0.3em;
	vertical-align: baseline;
}
textarea {
	display: block;
	resize: vertical;
	width: 100%;
}
/*----------------------------------------------------------------------
	Buttons
----------------------------------------------------------------------*/
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	padding: 0.5em 1em 0.4em;
	position: relative;
	top: -1px;
	vertical-align: baseline;
	border-width: 0;
	border-radius: 3px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	text-decoration: none !important;
	text-shadow: none !important;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
body.ff button {
	top: 0;
}
.button-big {
	font-size: 1.25em;
	padding: 0.7em 1.4em;
}
/*----------------------------------------------------------------------
	Miscellaneous
----------------------------------------------------------------------*/
.box {
	border-width: 1px;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em;
}
.box > :first-child {
	margin-top: 0;
}
.box > :last-child {
	margin-bottom: 0;
}
.bigbox {
	font-size: 150%;
	margin: 0 auto 1em;
	text-align: justify;
}
.align-center, .text-center {
	text-align: center;
}
.align-right, .text-right {
	text-align: right;
}
.big {
	font-size: 125%;
	font-weight: normal;
}
.badge {
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 0 1px 0 #231f20;
	margin-left: -0.3em;
	padding: 0.15em 0.3em;
}
.caps,
.small {
	font-size: 0.9em;
}
.empty {
	font-style: italic;
}
.fit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (min-width: 979px) {
	.lead {
		font-size: 125%;
	}
}
.rounded {
	border-radius: 3px;
}
.imgr {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
span.imgr {
	display: inline-block;
	margin: -0.2em 0 0; /* account for line-spacing */
	vertical-align: middle;
}
.imgr.game-mdm {
	background: url('../img/imgr-mdm.png') center no-repeat;
	background-size: contain;
	width: 108px;
	height: 40px;
}
.imgr.game-mtg {
	background: url('../img/imgr-mtg.png') center no-repeat;
	background-size: contain;
	width: 108px;
	height: 40px;
}
.stretch {
	margin: 2rem 0 1rem;
	padding: 1rem 0;
}
.stretch :first-child {
	margin-top: 0;
}
.stretch :last-child {
	margin-bottom: 0;
}
.stretch h1, .stretch h2, .stretch h3, .stretch h4 {
	border: 0;
}
@media (max-width: 767px) {
	.stretch {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (min-width: 768px) {
	.stretch {
		margin-left: -30px;
		margin-right: -30px;
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 479px) {
	.hide-xs { display: none; visibility: hidden }
}
@media (min-width: 480px) and (max-width: 767px) {
	.hide-sm { display: none; visibility: hidden }
}
@media (max-width: 767px) {
	.mobilehidden { display: none; visibility: hidden }
}
@media (min-width: 768px) {
	.mobileshown { display: none; visibility: hidden }
}
@media (min-width: 768px) and (max-width: 979px) {
	.hide-md { display: none; visibility: hidden }
}
@media (min-width: 980px) and (max-width: 1199px) {
	.hide-lg { display: none; visibility: hidden }
}
@media (min-width: 1200px) {
	.hide-xl { display: none; visibility: hidden }
}
.accesshelper {background:#FC6}
.chromeframe {background:#FFC;border-bottom:5px solid #600;color:#000;margin:0;padding:1rem 0}
/* Classes with element- prefix are hardcoded into Drupal :( */
.hidden,.element-hidden{display:none;visibility:hidden;}
.visuallyhidden,.element-invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus,.element-invisible.element-focusable:active,.element-invisible.element-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
/*----------------------------------------------------------------------
	Clearfix
----------------------------------------------------------------------*/
.clearfix:before,.clearfix:after,
.box:before, .box:after,
.container:before,.container:after,
.row:before,.row:after,
.teaser:before,.teaser:after {
	content :" ";
	display: table;
	line-height: 0;
}
.clearfix:after,
.box:after,
.row:after,
.container:after,
.teaser:after {
	clear: both;
}
@media (min-width: 768px) {
	.desktop .cols2 {
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		column-count: 2;
		column-fill: balance;
		column-gap: 20px;
	}
	.desktop .cols3 {
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		column-count: 3;
		column-fill: balance;
		column-gap: 20px;
	}
	.desktop .cols4 {
		-webkit-column-count: 4;
		-webkit-column-gap: 20px;
		-moz-column-count: 4;
		-moz-column-gap: 20px;
		column-count: 4;
		column-fill: balance;
		column-gap: 20px;
	}
	.desktop ul.cols2, .desktop ul.cols3, .desktop ul.cols4,
	.desktop ol.cols2, .desktop ol.cols3, .desktop ol.cols4 {
		column-gap: 4em;
		padding-left: 1.5em;
	}
	/* Worst. Rendering. Engine. Ever. */
	.desktop.webkit ul.cols2, .desktop.webkit ul.cols3, .desktop.webkit ul.cols4,
	.desktop.webkit ol.cols2, .desktop.webkit ol.cols3, .desktop.webkit ol.cols4 {
		list-style-position: inside;
		padding-left: 0;
	}
}
/*----------------------------------------------------------------------
	Columns
----------------------------------------------------------------------*/
.container {
	padding-left: 2%;
	padding-right: 2%;
}
@media (min-width: 768px) {
	.container {
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}
	.row {
		display: block;
		margin-left: -20px;
	}
	.container.row { /* helps cut down on div soup */
		margin-left: auto;
	}
	.container.row [class^="span"]:first-child,
	.container.row [class*=" span"]:first-child,
	.container.row .visuallyhidden + [class^="span"],
	.container.row .visuallyhidden + [class*=" span"] {
		margin-left: 0;
	}
	[class^="span"],
	[class*=" span"] {
		float: left;
		min-height: 1px;
		margin-left: 20px;
	}
	[class^="span"].pull-right,
	[class*=" span"].pull-right {
		float: right;
	}
	[class^="span"] ol,
	[class*=" span"] ol {
		padding-left: 1.85em;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.container { width: 724px }
	.span1  { width:  42px }
	.span2  { width: 104px }
	.span3  { width: 166px }
	.span4  { width: 228px }
	.span5  { width: 290px }
	.span6  { width: 352px }
	.span7  { width: 414px }
	.span8  { width: 476px }
	.span9  { width: 538px }
	.span10 { width: 600px }
	.span11 { width: 662px }
	.span12 { width: 724px }
	.push1  { margin-left:  82px }
	.push2  { margin-left: 144px }
	.push3  { margin-left: 206px }
	.push4  { margin-left: 268px }
	.push5  { margin-left: 330px }
	.push6  { margin-left: 392px }
	.push7  { margin-left: 454px }
	.push8  { margin-left: 516px }
	.push9  { margin-left: 578px }
	.push10 { margin-left: 640px }
	.push11 { margin-left: 702px }
	.push12 { margin-left: 764px }
}
@media (min-width: 980px) and (max-width: 1199px) {
	.container { width: 940px }
	.span1  { width:  60px }
	.span2  { width: 140px }
	.span3  { width: 220px }
	.span4  { width: 300px }
	.span5  { width: 380px }
	.span6  { width: 460px }
	.span7  { width: 540px }
	.span8  { width: 620px }
	.span9  { width: 700px }
	.span10 { width: 780px }
	.span11 { width: 860px }
	.span12 { width: 940px }
	.push1  { margin-left: 100px }
	.push2  { margin-left: 180px }
	.push3  { margin-left: 260px }
	.push4  { margin-left: 340px }
	.push5  { margin-left: 420px }
	.push6  { margin-left: 500px }
	.push7  { margin-left: 580px }
	.push8  { margin-left: 660px }
	.push9  { margin-left: 740px }
	.push10 { margin-left: 820px }
	.push11 { margin-left: 700px }
	.push12 { margin-left: 980px }
}
@media (min-width: 1200px) {
	.container { width: 1170px }
	.row { margin-left: -30px }
	[class^="span"], [class*=" span"] { margin-left: 30px }
	.span1  { width:	70px }
	.span2  { width:  170px }
	.span3  { width:  270px }
	.span4  { width:  370px }
	.span5  { width:  470px }
	.span6  { width:  570px }
	.span7  { width:  670px }
	.span8  { width:  770px }
	.span9  { width:  870px }
	.span10 { width:  970px }
	.span11 { width: 1070px }
	.span12 { width: 1170px }
	.push1  { margin-left:  130px }
	.push2  { margin-left:  230px }
	.push3  { margin-left:  330px }
	.push4  { margin-left:  430px }
	.push5  { margin-left:  530px }
	.push6  { margin-left:  630px }
	.push7  { margin-left:  730px }
	.push8  { margin-left:  830px }
	.push9  { margin-left:  930px }
	.push10 { margin-left: 1030px }
	.push11 { margin-left: 1130px }
	.push12 { margin-left: 1230px }
}
/*----------------------------------------------------------------------
	Layout
----------------------------------------------------------------------*/
#sites {
	font-size: 0.85em;
	letter-spacing: 0.1em;
	line-height: 1;
}
#sites li {
	display: inline;
}
#sites a {
	display: inline-block;
	opacity: 0.75;
	padding: 0.5em 1em;
	text-transform: uppercase;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
#sites a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	#sites { display: none; visibility: hidden }
}
@media (min-width: 768px) {
	#sites li:first-child { margin-left: -1rem }
}
/*----------------------------------------------------------------------
	Header
----------------------------------------------------------------------*/
#head {
	line-height: 1;
	overflow: hidden;
}
#head [role="banner"] img {
	width: auto;
	height: auto;
	max-height: 110px;
}
#head form {
	font-size: 1.25em;
	position: absolute; right: 0; bottom: 0.5em;
	text-align: right;
}
#head input, #head button { /* Firefox, again, sigh */
	height: 2.1em;
	line-height: 1;
}
#head input {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	margin-right: -0.4em;
	padding-right: 0.4em;
	vertical-align: middle;
	width: 16em;
}
#head button {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	top: 0;
	vertical-align: middle;
}
#head button .icon:before {
	padding: 0;
	top: -5px;
}
.opera #head button .icon:before {
	top: 0;
}
@media (max-width: 767px) {
	#head [role="banner"] img {
		display: block;
		margin: 0 auto;
		max-height: 80px;
	}
	#head form {
		font-size: 1em;
	}
	#head button .icon:before,
	#menu button .icon:before {
		display: none;
		visibility: hidden;
	}
}
@media (max-width: 639px) {
	#head input {
		max-width: 100%;
		width: auto;
	}
}
@media (max-width: 479px) {
	#head [class^="span"] {
		text-align: center;
	}
	#head form {
		padding: 0.5em;
		position: static;
		text-align: center;
	}
}
/*
 * removed 9/11/15 for BFZ prerelease banner, purpose unknown???
 *
@media (min-width: 768px) and (max-width: 979px) {
	#head [class*="span"] {
		display: block;
		float: none;
		height: auto;
		margin-left: 0;
		width: 100%;
	}
}
*/
@media (min-width: 768px) {
	#head .row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	#head [class^="span"] {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
	}
}
/*----------------------------------------------------------------------
	Menu
----------------------------------------------------------------------*/
#menu {
	border-top-width: 1px;
	border-bottom-width: 1px;
}
#menu [role="menubar"] > li,
#admin-links {
	position: relative;
}
#menu [role="menubar"] > li {
	float: left;
}
#admin-links {
	text-align: right;
}
#menu [role="menubar"] > li > a {
	border-left-width: 1px;
	display: inline-block;
	height: 2em;
	letter-spacing: 0.025em;
	line-height: 1;
	padding: 0.5em 0.75em;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	#menu [role="menubar"] > li > a {
		border: 0;
		padding-left: 0.65em;
		padding-right: 0.65em;
	}
}
#menu [role="menubar"] > li:first-child > a {
	border-left: 0;
}
[role="menubar"] [aria-haspopup] > a {
	cursor: pointer;
}
[role="menubar"] [aria-haspopup] > a:after {
	content: "\f0d7";
	display: inline-block;
	font-family: FontAwesomeSubset;
	font-weight: normal;
	line-height: 1;
	opacity: 0.5;
	padding-left: 0.5em;
	padding-right: 0px;
	vertical-align: middle;
}
@media (max-width: 979px) {
	[role="menubar"] [aria-haspopup] > a:after {
		display: none;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	#menu ul[role="menubar"] {
		margin-left: -0.4em;
		margin-right: -0.4em;
	}
	#menu ul[role="menubar"] > li {
		float: left;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#menu [role="menubar"] {
		left: -20px;
	}
	#menu [role="menubar"] > li:first-child {
		margin-left: 0;
	}
}
@media (min-width: 980px) {
	#menu [role="menubar"] { left: -20px }
}
@media (min-width: 1200px) {
	#menu [role="menubar"] > li > a, #admin-links > a { font-size: 1.25em }
}
/*----------------------------------------------------------------------
	Menu dropdowns
----------------------------------------------------------------------*/
#menu [aria-haspopup] .more {
	display: none;
	visibility: hidden;
	border-bottom-width: 5px;
	padding: 0.7em;
	position: absolute;
	width: 32em;
	z-index: 1000;
}
#menu [aria-haspopup] .more.active,
body:not(.js-menus) #menu [aria-haspopup]:hover .more,
body:not(.js-menus) #menu [aria-haspopup] a:hover + .more,
body:not(.js-menus) #menu [aria-haspopup] a:focus + .more,
body:not(.js-menus) #menu [aria-haspopup] a:active + .more {
	display: block;
	visibility: visible;
}
#menu [aria-haspopup] .more a {
	border-radius: 3px;
	display: block;
	padding: 0.175em 0.7em;
}
#menu [aria-haspopup] .more .lead {
	line-height: 1;
}
#menu [aria-haspopup] .more a:not([href]),
#menu [aria-haspopup] .more label {
	display: block;
	text-transform: uppercase;
}
#menu [aria-haspopup] .more div {
	float: left;
	width: 50%;
}
#menu [aria-haspopup] .more form {
	padding: 0.175em 3.7em 0.7em 0.7em;
}
#menu [aria-haspopup] .more input[type="search"] {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	height: 2.1em;
	margin-right: -0.7em; /* keep it from wrapping in dumb browsers */
	width: 100%;
}
#menu [aria-haspopup] .more button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	box-shadow: none;
	float: right;
	height: 2.1em;
	margin-right: -3em;
	padding-left: 0.5em !important;
	padding-right: 0.5em !important;
	top: 0;
	width: 3em;
}
#menu [aria-haspopup] .more button .icon:before {
	padding: 0;
	top: -4px;
}
.opera #menu [aria-haspopup] .more button .icon:before {
	top: -2px;
}
/*----------------------------------------------------------------------
	Specific menu dropdowns
----------------------------------------------------------------------*/
#menu [aria-haspopup] #menu-events {
	width: 16em;
}
#menu [aria-haspopup] #menu-store {
	width: 48em;
}
#menu [aria-haspopup] #menu-events div,
#menu [aria-haspopup] #menu-store div {
	width: 33%;
}
#menu #admin-links .more {
	text-align: right;
	width: auto;
}
@media (max-width: 767px) {
	#menu [aria-haspopup] .more div,
	#menu [aria-haspopup] #events-store div,
	#menu [aria-haspopup] #menu-store div {
		width: 100% !important;
	}
	#menu #admin-links .more {
		text-align: left;
	}
}
#menu-store ul.inline,
#menu-buylist ul.inline {
	font-size: 0.8rem;
	margin-left: -1em;
	margin-top: 0.35em;
	width: 70%;
}
#menu-store ul.inline li,
#menu-buylist ul.inline li {
	padding: 0 0.5em;
}
#menu-store ul.inline a[href],
#menu-buylist ul.inline a[href] {
	display: inline !important;
}
#admin-links > a i:before {
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
}
#admin-links .more {
	right: 0;
	text-align: left;
}
#menu #admin-links .more a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 979px) {
	#menu #admin-links {
		left: 20px;
	}
	#menu [role="menubar"] > li > a,
	#admin-links > a {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}
#admin-links {
	margin-left: 0;
}
#admin-links > .icon {
	display: block;
	float: right;
	padding-left: 1em;
	padding-top: 0.25em;
}
#admin-links ul, #admin-links h2 {
	float: right;
	margin: 0;
	padding: 0;
}
#admin-links li {
	display: inline-block;
	padding: 0.25em 1.5em;
	text-transform: uppercase;
}
/*----------------------------------------------------------------------
	Responsive menu
----------------------------------------------------------------------*/
@media (max-width: 479px) {
	#head [class^="span"] {
		text-align: center;
	}
	#head form {
		padding: 0.5em;
		position: static;
		text-align: center;
	}
	#menu {
		border-bottom: 0;
	}
	#menu .container {
		padding-left: 0;
		padding-right: 0;
	}
	#menu [role="menubar"] {
		padding-left: 0;
		padding-right: 0;
	}
	#menu ul[role="menubar"] > li {
		display: block;
		float: left;
		padding-left: 0;
		width: 100%; /* TODO: width 50%, text-align center, make dropdown full screen width */
	}
	#menu [role="menubar"] > li + li {
		border-top: 1px solid #111;
	}
	#menu ul[role="menubar"] > li > a {
		display: block;
		padding: 10px;
	}
	#menu [aria-haspopup] .more {
		border-bottom: 0;
		box-shadow: none;
		display: none;
		margin: 0;
		max-width: 100%;
		overflow-x: hidden;
		padding-left: 0 !important;
		padding-right: 0 !important;
		position: static; left: 0; right: 0;
		width: auto;
	}
	#menu [aria-haspopup] .more form {
		border-bottom: 0;
		padding-bottom: 0 !important;
	}
	#menu [aria-haspopup] .more div {
		float: none;
		width: auto;
	}
	#menu [aria-haspopup] .more div + div {
		border-left: 0;
		margin-left: 0;
		margin-top: 0;
		padding-left: 0;
	}
	#menu-trade div, #menu-store div, #menu-buylist div {
		width: auto;
	}
	#menu-store ul.inline, #menu-buylist ul.inline {
		font-size: 1rem;
		margin: 0.7em -3.7em 0 -0.7em;
		width: auto;
	}
	#menu [aria-haspopup] .more .inline li {
		display: block;
		margin: 0;
		padding: 0 !important;
	}
	#menu-store ul.inline a[href],
	#menu-buylist ul.inline a[href] {
		display: block !important;
	}
	#menu [aria-haspopup] .more a:not([href]) {
		margin-top: 0.7em;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	#menu [aria-haspopup] .more {
		left: 0;
		right: -2rem;
	}
	#menu-store div,
	#menu-buylist div {
		width: 50%;
	}
}
/*----------------------------------------------------------------------
	Header search box
----------------------------------------------------------------------*/
#menu form.span4 {
	display: block;
	padding: 0.35em 3px 0.35em 0 !important;
	position: relative !important;
	text-align: right;
}
@media (max-width: 767px) {
	#menu form.span4 {
		clear: both;
	}
}
@media (max-width: 479px) {
	#menu form.span4 {
		margin-left: 0.5em !important;
		margin-right: 0.5em !important;
	}
}
#menu form.span4 input, #menu form.span4 button {
	border: 0 !important;
	box-shadow: none !important;
	margin: 0 !important;
	position: static;
}
#menu form.span4 input {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	padding: 0.35em 0.5em 0.3em;
	resize: none;
	width: 100%;
}
#menu form.span4 button {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	position: absolute;
	left: auto;
	right: 1px;
	top: 0.35em;
	bottom: 0.35em;
}
/*----------------------------------------------------------------------
	Drupal header stuff
----------------------------------------------------------------------*/
#head .span8 {
	position: relative;
}
#head .span8 img {
	height: auto;
}
#user-block {
	float: right;
	padding: 0.5em;
	text-align: right;
}
#user-block p {
	margin: 0;
}
#user-block ul {
	font-size: 80%;
	margin: 0;
	list-style-type: none;
}
#user-block li {
	display: inline-block;
	margin-left: 0.5em;
}
#cart-block {
	float: right;
	text-align: right;
}
#cart-block > a {
	border-radius: 0 0 3px 3px;
	display: inline-block;
	font-size: 1.5em;
	padding: 0.35em 0.35em 0.5em;
}
#cart-block > a:hover {
	background: rgba(0, 0, 0, 0.3);
}
#cart-block .icon:before {
	padding-right: 0.25em;
}
#cart-block .text,
#cart-block .cost {
	font-size: 75%;
}
@media (max-width: 479px) {
	#user-block {
		float: left;
		text-align: left;
		width: 50%;
	}
	#user-block ul {
		margin-left: -0.25em;
	}
	#user-block li {
		margin-left: 0;
		margin-right: 0.25em;
		padding: 0.25em;
	}
	#cart-block {
		margin-top: 1.25em;
		width: 50%;
	}
	#cart-block > a {
		display: inline;
		padding: 0;
	}
	#cart-block > a:hover {
		background: transparent;
	}
}
/*----------------------------------------------------------------------
	Main
----------------------------------------------------------------------*/
#main {
	padding: 20px 0 40px;
}
@media (max-width: 767px) {
	#main {
		max-width: 100%;
		overflow-x: hidden;
		padding-left: 20px;
		padding-right: 20px;
	}
}
/*----------------------------------------------------------------------
	Drupal user forms
----------------------------------------------------------------------*/
#user-login .form-item,
#user-register-form .form-item,
#user-pass .form-item {
	padding-bottom: 1em;
}
#user-login .form-item:before,
#user-login .form-item:after,
#user-register-form .form-item:after,
#user-pass .form-item:after {
	content: " ";
	display: table;
}
#user-login .form-item:after,
#user-register-form .form-item:after,
#user-pass .form-item:after {
	clear: both;
}
#user-login .form-item label,
#user-register-form .form-item label,
#user-pass .form-item label {
	display: block;
	float: left;
	font-size: 1.25em;
	overflow: hidden;
	padding: 0.25em 1em 0.25em 0;
	white-space: pre;
	width: 8em; /* 10rem */
}
#user-pass .form-item label {
	float: none;
	width: 100%;
}
#user-login .form-item input,
#user-register-form .form-item input,
#user-pass .form-item input {
	padding: 0.5em;
	width: 20em;
}
#user-login .form-item .description,
#user-register-form .form-item .description,
#user-pass .form-item .description {
	clear: both;
	font-size: 80%;
	font-style: italic;
	margin-left: 12.5em; /* 10rem */
	max-width: 37.5em; /* 30rem, 1.5x width of input above it */
}
#user-login .form-actions,
#user-register-form .form-actions {
	margin-left: 10em;
	padding: 1em 0;
}
#user-pass .form-actions {
	padding: 1em 0;
}
#user-login .form-actions input[type="submit"],
#user-register-form .form-actions input[type="submit"],
#user-pass .form-actions input[type="submit"] {
	font-size: 1.25em;
	padding-left: 2em !important;
	padding-right: 2em !important;
}
#user-login ul.icons,
#user-register-form ul.icons {
	margin-left: 8.5em; /* icon width 1.5em */
	padding-left: 0;
}
#user-pass ul.icons {
	padding-left: 0;
}
/*----------------------------------------------------------------------
	Footer
----------------------------------------------------------------------*/
#foot {
	border-top-width: 5px;
	padding: 20px;
}
#foot-contact {
	list-style-type: none;
	margin-left: -0.35em;
	margin-right: -0.35em;
	padding-left: 0;
	padding-bottom: 0;
}
#foot-contact li {
	float: left;
	line-height: 1;
	padding: 0.35em;
	width: 20%;
}
#foot-contact address {
	display: block;
	margin: 0;
	padding-top: 0.35em;
}
#foot-contact address img {
	position: relative; left: -3px;
	opacity: 0.65;
}
#foot-contact address a {
	line-height: 1.4;
}
#foot-contact li > a {
	display: block;
	padding: 1.4em 0.35em;
	text-align: center;
}
#foot-contact li > a:hover {
	font-weight: bold;
}
#foot-contact li > a .icon {
	display: block;
	font-size: 2em;
}
#foot small p, #foot small ul {
	margin-top: 0;
}
#foot .inline li + li {
	border-left-width: 1px;
	margin-left: 0.7em;
	padding-left: 0.9em;
}
#foot .inline li.block {
	display: block;
}
#foot .inline li.block,
#foot .inline li.block + li {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}
@media (max-width: 479px) {
	#foot {
		padding: 0.5em 0;
	}
	#foot-contact {
		padding-bottom: 0;
	}
	#foot-contact li {
		float: none;
		margin-bottom: 0.35em;
		padding: 0;
		width: 100%;
	}
	#foot-contact address {
		font-size: 0.85em;
	}
	#foot-contact address img {
		display: block;
		height: 2em;
		width: auto;
	}
	#foot-contact address br {
		display: none;
	}
	#foot-contact li > a {
		margin-left: -1em;
		margin-right: -1em;
		padding: 0.7em 1em;
		text-align: left;
	}
	#foot-contact li > a .icon {
		display: inline-block;
		font-size: 1em;
		text-align: center;
		width: 1.5em;
	}
	#foot small p br {
		display: none;
	}
	#foot small ul.align-right {
		text-align: left;
	}
	#foot small ul.align-right li {
		float: left;
		margin-right: 1em;
	}
	#foot small ul.align-right li:last-child {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 480px) and (max-width: 979px) {
	#foot {
		padding: 0.5em 0;
	}
	#foot-contact {
		padding-bottom: 0;
	}
	#foot-contact li {
		width: 50%;
	}
	#foot-contact li:first-child {
		float: none;
		margin-bottom: 0.35em;
		padding: 0;
		width: 100%;
	}
	#foot-contact address {
		margin: 0 0.35em;
		text-align: center;
	}
	#foot-contact address img {
		display: block;
		margin: 0 auto;
	}
	#foot-contact address br,
	#foot small br {
		display: none;
	}
	#foot small p, #foot small ul.align-right {
		text-align: center;
	}
}
@media (min-width: 640px) and (max-width: 979px) {
	#foot-contact li {
		width: 25%;
	}
	#foot-contact li > a .shrink {
		font-size: 0.7em;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#foot-contact li {
		width: 25%;
	}
	#foot-contact li > a .shrink {
		font-size: 0.8em;
	}
	#foot small p {
		padding-left: 1em;
		text-align: left;
	}
	#foot small ul.align-right {
		padding-right: 1em;
		text-align: right;
	}
}
/*----------------------------------------------------------------------
	"Read more" links
----------------------------------------------------------------------*/
a.more {
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
}
a.more:after {
	content: "\A0\BB"; /* nbsp raquo */
}
small.more {
	display: block;
}
/*----------------------------------------------------------------------
	Card image tooltips
----------------------------------------------------------------------*/
.qtip.cardtip {
	border: 0;
	border-radius: 12px;
	padding: 4px;
}
.qtip.cardtip .qtip-content {
	border-radius: 9px;
	padding: 0;
}
/*----------------------------------------------------------------------
	Deck lists
----------------------------------------------------------------------*/
.card-list h2,
.card-list h3,
.card-list h4 {
	color: inherit;
}
.card-list ul {
	list-style: none;
	margin-top: 0.25em;
	padding-left: 0;
}
.card-list .card-image {
	padding-top: 0.25em;
	text-align: right;
}
/*----------------------------------------------------------------------
	Card image sets
----------------------------------------------------------------------*/
.cardset {
	clear: both;
	margin: 1em 0;
	padding: 0.5em;
	text-align: center;
	width: 100%;
}
.cardset figure {
	display: inline-block;
	margin: 0;
	max-width: 223px; /* Wizards image size */
	min-width: 140px;
	padding: 0.5em;
	width: 20%;
}
.cardset[data-num-cards="2"] figure,
.cardset[data-num-cards="3"] figure {
	width: 30%;
}
.cardset[data-num-cards="4"] figure {
	width: 24%;
}
.cardset figure img {
	border-radius: 5%/4%;
}
/*----------------------------------------------------------------------
	Images with captions overlaid on hover
----------------------------------------------------------------------*/
.hovercaption {
	border: 5px solid #fff;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}
.hovercaption img {
	display: block;
	height: auto;
	width: 100%;
}
.hovercaption figcaption {
	background: rgba(255, 255, 255, 0.85);
	font-size: 80%;
	letter-spacing: 1px;
	padding: 0.5em 1em;
	position: absolute; left: 0; right: 0; bottom: 0;
	text-align: right;
	visibility: hidden;
}
.hovercaption:hover figcaption {
	visibility: visible;
}

/*----------------------------------------------------------------------
	Individual event pages
----------------------------------------------------------------------*/
.event {
	position: relative;
}

@media (max-width: 767px) {
	.event.teaser .button {
		display: none;
	}
}
@media (min-width: 768px) {
	.event.teaser .wrap {
		padding-right: 11em;
	}
	.event.teaser .button {
		position: absolute;
		right: 0.5em;
		top: auto;
		bottom: 0.5em;
		font-weight: normal;
	}
	#featured-events .event.teaser .wrap {
		padding-right: 1em;
		padding-bottom: 2.75em;
	}
	#featured-events .event.teaser .button {
		bottom: 0.7em;
		left: 2em;
		right: 2em;
	}
	.event.has-registration .button { /* Pre-Register on www.eudogames.com */
		position: absolute;
		top: 0.1em;
		right: 0;
	}
	.event .form-submit { /* Add To Cart on events.eudogames.com */
		font-size: 125%;
		min-width: 14em;
		position: absolute;
		top: 0;
		right: 0;
	}
}

.event.has-registration h1 {
	margin-right: 7.25em;
	margin-bottom: 0.1em;
}
.event.has-registration h1 + p.lead {
	margin: 0;
}

.event h2 {
	margin-top: 0;
}
.event .event-image {
	margin-top: 0.7em;
}

@media (min-width: 480px) {
	.event .event-info {
		display: flex;
		list-style: none;
		padding-left: 0;
	}
	.event .event-info li {
		background: #FFF;
		margin-right: 5px;
		padding: 0.5em;
		flex: 1 1 auto;
	}
	.event .event-info a,
	.event .event-info span {
		display: block;
		font-weight: bold;
	}
}

.event.teaser ul.plain li:not(:first-child) {
	display: inline;
	margin-right: 0.5em;
}

/*----------------------------------------------------------------------
	Weekly Events panel
----------------------------------------------------------------------*/
dl.times {
	margin-top: 0.5em;
}
dl.times.horizontal dt {
	min-width: 3.4em;
}
/*----------------------------------------------------------------------
	Teasers
----------------------------------------------------------------------*/
.teaser {
	background-color: #FFF;
	background-position: 0 16%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
.featured .teaser {
	background-position: center 20%;
	background-size: 150% auto;
}
.featured.span4:nth-of-type(2n+1) {
	clear: both;
}
.teaser > .wrap,
.teaser > .wrap > a {
	color: inherit;
}
.teaser > .wrap {
	background: rgba(255, 255, 255, 0.8);
	background: linear-gradient(to bottom, transparent 3.5em, rgba(255, 255, 255, 0.85) 7em);
	box-shadow: inset 0 0 1px 0 #231F20;
	display: block;
	padding: 6em 1em 0.8em;
	transition: background 0.2s;
}
.teaser > .wrap:hover {
	background: #FFF;
	background: linear-gradient(to bottom, transparent 5.5em, rgba(255, 255, 255, 0.8) 5.5em);
	box-shadow: inset 0 0 10px #231F20;
}
.teaser time {
	display: block;
	font-weight: normal;
	padding-left: 0.1em;
	text-transform: uppercase;
}
.teaser h2 {
	color: inherit;
	margin: 0;
}
.teaser .badge {
	border-radius: 0;
	box-shadow: none;
	color: #0D6180;
	display: inline-block;
	font-weight: bold;
	padding: 0.1em 0.4em;
}
.teaser p {
	display: inline;
}

@media (max-width: 767px) {
	.teaser > .wrap,
	.teaser > .wrap:hover {
		background: #FFF;
		background: rgba(255, 255, 255, 0.8);
		padding-top: 0.8em;
	}
	.teaser > .wrap > .button {
		display: none;
	}
}
@media (max-width: 767px) {
	.teaser > a.wrap {
		padding-bottom: 3em;
	}
	.teaser > a.button {
		position: absolute;
		left: 0.75em;
		bottom: 0.75em;
		top: auto;
	}
}
@media (min-width: 768px) {
	/* additional rules for .wrap not needed here,
		since "add to cart" buttons aren't styled this way */
	.teaser > a {
		position: relative;
	}
	.teaser > a > .button {
		position: absolute;
		right: 0.75em;
		bottom: 0.75em;
		top: auto;
	}
	.teaser > a > ul {
		margin-right: 9em;
	}

	.featured .teaser > a .button {
		left: 0.75em;
		display: block;
		opacity: 0.8;
	}
	.featured .teaser > a:hover .button {
		opacity: 1;
	}
	.featured .teaser > a > ul {
		margin-right: 0;
	}
}

/*
 * Game logos on non-featured teasers on home page
 */
@media (min-width: 768px) {
	.event.teaser > .wrap {
		position: relative;
	}
	.event.teaser > .wrap::after {
		background-repeat: no-repeat;
		background-size: 200px 60px;
		content: " ";
		display: block;
		opacity: 0.85;
		position: absolute; top: 5px; right: 5px;
		width: 200px; height: 60px;
	}
	@media (max-width: 639px) {
		.event.teaser > .wrap::after {
			background-size: 100px 30px;
			width: 100px; height: 30px;
		}
	}
	.teaser[data-game="Android: Netrunner"] > .wrap::after {
		background-image: url('../img/game-logos/netrunner.png');
	}
	.teaser[data-game="Dice Masters"] > .wrap::after {
		background-image: url('../img/game-logos/dice-masters.png');
	}
	.teaser[data-game="Dungeons & Dragons"] > .wrap::after {
		background-image: url('../img/game-logos/dnd.png');
	}
	.teaser[data-game="Force of Will"] > .wrap::after {
		background-image: url('../img/game-logos/force-of-will.png');
	}
	.teaser[data-game="Magic: The Gathering"] > .wrap::after {
		background-image: url('../img/game-logos/mtg.png');
	}
	.teaser[data-game="Pathfinder"] > .wrap::after {
		background-image: url('../img/game-logos/pathfinder.png');
	}
	.teaser[data-game="X-Wing Miniatures"] > .wrap::after {
		background-image: url('../img/game-logos/x-wing.png');
	}
	.teaser[data-game="Star Realms"] > .wrap::after {
		background-image: url('../img/game-logos/star-realms.png');
	}
	/*
        Also available but unused:
        attack-wing, pokemon, warhammer-40k, warmachine, yugioh
	*/
	#featured-events .teaser > .wrap::after {
		background-image: none;
	}
}

/*----------------------------------------------------------------------
	Articles
----------------------------------------------------------------------*/
.node-mtg-article header p {
	margin: 0;
	text-transform: uppercase;
}
.node-mtg-article header img {
	float: right;
	margin: -4.5em 0 0 1em;
}
.artbox {
    background: #fff;
    box-shadow: 0 1px 3px #ccc;
    margin: 1em auto;
    max-width: 80%;
    padding: 0.5em 0.5em 0;
}
.artbox.pull-right {
    float: right;
    margin: 1em 0 1em 1em;
    max-width: 50%;
}
.artbox.pull-left {
    float: left;
    margin: 1em 1em 1em 0;
    max-width: 50%;
}
.artbox figcaption {
    color: #666;
    font-size: 75%;
    opacity: 0.75;
    padding: 0.25rem 0;
    text-align: right;
}
.artbox figcaption a {
    color: inherit;
    font-weight: 600;
}
@media (min-width: 1200px) {
	.artbox.pull-right {
	    margin-right: -300px;
	}
}
/*----------------------------------------------------------------------
	Article teasers
----------------------------------------------------------------------*/
#articles-page .span4 {
	background: #FFF;
	border: 1px solid #AAA;
	margin-top: 1em;
	padding: 1em;
	position: relative;
}
#articles-page .span4 header {
	background: #DDD;
	border-bottom: 1px solid #AAA;
	margin: -1em -1em 0;
	padding: 1em 6.25em 1em 1em;
	position: static;
}
#articles-page .span4 h2 {
	font-size: 1.5em;
	margin: 0;
}
#articles-page .span4 header img {
	border: 1px solid #AAA;
	margin: 0;
	position: absolute;
	left: auto;
	right: 0.7em;
	top: 0.7em;
	bottom: auto;
}
#articles-page .span4 .readmore {
	margin-bottom: 0;
	text-align: center;
}
#articles-page .span4 .readmore a {
	background: #DDD;
	margin: 0;
	padding: 0.25em 1em;
}
@media (min-width: 768px) {
	#articles-page .span4 article {
		padding-bottom: 2.5em;
	}
	#articles-page .span4 .readmore a {
		display: block;
		padding: 0.25em;
		position: absolute;
		left: 1em;
		right: 1em;
		bottom: 1em;
		top: auto;
		width: auto;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#articles-page .span4 { width: 352px }
}
@media (min-width: 980px) and (max-width: 1199px) {
	#articles-page .span4 { width: 460px }
}
/*----------------------------------------------------------------------
	About the Author box
----------------------------------------------------------------------*/
.author-info {
	margin-top: 2em;
	padding-left: 12em;
	padding-right: 1.25em;
}
.author-info h3 {
	margin: 0;
}
.author-info p {
	margin-top: 0.5em;
}
.author-image {
	border: 5px solid #fff;
	float: left;
	margin: 0 1em 0 -11em;
	width: 10em;
	height: 10em;
}
.node-teaser .author-image {
	width: 4.75em;
	height: 4.75em;
}
/*----------------------------------------------------------------------
	Article pages
----------------------------------------------------------------------*/
.page-node .node-mtg-article figure.hovercaption {
	width: 720px;
}
.card-left,
.float-left {
	float: left;
	margin: 1em 1em 1em 0;
}
.card-right,
.float-right {
	float: right;
	margin: 1em 0 1em 1em;
}
@media (min-width: 1200px) {
	.page-node .node-mtg-article {
		padding-right: 300px;
	}
	.page-node .node-mtg-article header,
	.page-node .node-mtg-article .row {
		margin-right: -300px;
	}
	.page-node .node-mtg-article .card-left,
	.page-node .node-mtg-article .card-right {
		float: right; /* move left to right */
		margin: 1em -300px 1em 0;
		padding: 0 2em 0 1em;
		text-align: center;
		width: 300px;
	}
	.page-node .node-mtg-article .float-right {
		margin-right: -300px;
		width: 300px;
		text-align: center;
	}
}
/*----------------------------------------------------------------------
	Pagination
----------------------------------------------------------------------*/
.pager {
	list-style: none;
	margin: 1em 0.5em;
	padding: 0;
	text-align: right;
}
.pager:before,
.pager:after {
	content: " ";
	display: table;
	line-height: 0;
}
.pager:after {
	clear: both;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager .pager-current {
	display: inline-block;
	padding: 0.25em 0.75em;
}
.pager .pager-current {
	background: #CCC;
	color: #555;
	cursor: default;
}
.pager li > a {
	background-color: #fff;
	margin-left: 0.1em;
}
.pager a:hover,
.pager a:focus,
.pager a:active {
	background-color: #0D6180;
	color: #FFF !important;
	text-decoration: none;
}
.pager a:active {
	background-color: #000;
}
/*----------------------------------------------------------------------
	Event metadata
----------------------------------------------------------------------*/
#main footer.row p[class*="span"] {
	background: #ccc;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
}
#main footer.row p[class*="span"] .field-label {
	font-weight: 700;
	padding-right: 1em;
}
/*----------------------------------------------------------------------
	Drupal calendar
----------------------------------------------------------------------*/
.page-calendar #main {
   margin: 0;
   padding: 0 1em;
   width: 100%;
}
.page-calendar #calendar_div,
.page-calendar .calendar_control,
.page-calendar .calendar_links,
.page-calendar .calendar_header,
.page-calendar .calendar {
	width: 100%;
}
.page-calendar .date-heading h3 {
	font-size: 2.25em;
	margin-top: 0.5em !important; /* go away Drupal */
   text-align: center;
}
.month-view table {
   width: 100%;
}
.month-view .cutoff {
   display: none;
}
.month-view td.single-day .item .views-field-title {
	font-weight: bold;
}
@media (min-width: 980px) {
	.month-view table,
	.month-view th,
	.month-view td {
		border: 1px solid #CCC !important;
	}
	.month-view tr {
		display: flex;
		width: 100%;
	}
	.month-view th,
	.month-view td {
		display: block;
		float: left;
		flex: 1 1 auto;
		width: 14.28571428571429%;
	}
	.month-view td.date-box {
		text-align: right;
	}
	.month-view td.date-box.empty {
		font-style: normal;
		opacity: 0.5;
	}
	.month-view td.single-day {
		background: #FFF;
	}
	.month-view td.single-day.past {
		opacity: 0.6;
	}
	.month-view td.single-day.today {
		background: #FFD;
	}
	.month-view td.single-day .item {
		padding: 5px;
		margin: 0;
	}
	.month-view td.single-day .item + .item {
		border-top: 1px dotted #CCC;
	}
}
@media (max-width: 980px) {
	.date-nav .pager {
		text-align: center;
	}
	.date-nav-wrapper .date-prev,
	.date-nav-wrapper .date-next {
		position: static;
	}
	.date-nav-wrapper .date-prev a,
	.date-nav-wrapper .date-next a {
		margin: 0 1em;
		padding-left: 2em;
		padding-right: 2em;
	}
	.month-view table,
	.month-view tr,
	.month-view th,
	.month-view td {
		border: 0 !important;
		display: block;
		padding: 0;
	}
	.month-view thead,
	.month-view tr.date-box,
	.month-view td.empty,
	.month-view td.single-day.past {
		display: none;
	}
	.month-view table {
		margin-top: 0;
	}
	.month-view td.single-day::before {
		content: attr(headers) " " attr(data-date);
		display: block;
		font-size: 1.25em;
		font-weight: bold;
		margin: 0.5em 0;
	}
	.month-view td.single-day .item {
		clear: both;
		margin-top: 0.5em;
	}
	.month-view td.single-day .item div {
		display: inline;
	} /*
	.month-view td.single-day .item .views-field-field-event-date {
		float: right;
		padding-left: 0.5em;
		width: 5.5em;
		text-align: right;
	} */
}
/*----------------------------------------------------------------------
	Drupal crap
----------------------------------------------------------------------*/
.messages {
	border: 1px solid;
	border-radius: 3px;
	box-shadow: 0 2px 5px -2px rgba(0,0,0,0.2), inset 0 2px 5px 0 rgba(255,255,255,0.4);
	margin: 0 0 1em;
	padding: 0.5em 1em;
}
@media (min-width: 768px) {
	.messages { margin-left: -1em; margin-right: -1em }
}
.messages.status  { background: #CFC; border-color: #090 }
.messages.warning { background: #FFC; border-color: #C90 }
.messages.error	{ background: #FCC; border-color: #700 }
.date-nav-wrapper .date-nav { margin: 0 !important; min-height: 0 !important; padding: 0 !important }
.date-nav ul { list-style-type: none; padding: 0 !important }
.date-nav-wrapper .date-prev, .date-nav-wrapper .date-prev a,
.date-nav-wrapper .date-next, .date-nav-wrapper .date-next a { font-size: inherit !important }
html body.admin-menu {
	margin-top: 0 !important;
}
html body.admin-menu #sites {
	padding-top: 2em !important;
}
#admin-menu {
	background: #222 !important;
	border-bottom: 1px solid #000 !important;
	box-shadow: none !important;
	font-family: "PT Sans Caption", "PT Sans", sans-serif !important;
	font-size: inherit !important;
}
#admin-menu-wrapper {
	opacity: 0.8 !important;
	padding-top: 0 !important;
}
#admin-menu-wrapper:hover {
	opacity: 1 !important;
}
#admin-menu .dropdown .admin-menu-toolbar-category > a, #admin-menu .dropdown .admin-menu-action > a {
	border-radius: 0 !important;
}
#admin-menu > div > .dropdown > li > a {
	margin-bottom: 0 !important;
}
#admin-menu .dropdown a {
	color: #FFCC33 !important;
}
#admin-menu .dropdown a:hover, #admin-menu .dropdown a:focus, #admin-menu .dropdown a:active {
	background: #000000 !important;
}
#admin-menu .dropdown .admin-menu-icon > a {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}
#admin-menu .dropdown .admin-menu-toolbar-category > a.active-trail {
	background: transparent !important;
}
#admin-menu .dropdown li li {
	opacity: 1 !important;
}
#admin-menu .dropdown li li.expandable {
	background-color: #222 !important;
}
#foot > ul.menu {
	display: none;
}
/*----------------------------------------------------------------------
	Misc
----------------------------------------------------------------------*/
/* For mobile menu toggle */
#head { border-bottom: 1px solid #222; }
#menu { margin-top: -1px; }
#menutoggle {
	position: absolute; left: 10px; top: 10px; z-index: 1000;
	background: #222; border: 0; box-shadow: 0 0 5px -2px #000; color: #AAA !important;
}
/* FlexSlider */
.flexslider .slides > li + li { /* Hide all but the first slide before the JS is loaded. Avoids image jumping */
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides > li p {
	margin: 0;
}

.table-sortable .header:after,
.table-sortable .headerSortUp:after,
.table-sortable .headerSortDown:after { /* matches .icon:before */
	font-family: FontAwesomeSubset;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-transform: none;

	display: inline-block;
	position: relative;
	top: -0.1em;
	vertical-align: middle;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	padding-left: 0.5em;
}

.table-sortable .header, .table-sortable .header abbr[title] { cursor: pointer }
.table-sortable .header:after { content: "\f0dc"; opacity: 0.25 } /* icon-sort */
.table-sortable .headerSortUp:after { content: "\f0d8"; opacity: 0.5 } /* icon-caret-up */
.table-sortable .headerSortDown:after { content: "\f0d7"; opacity: 0.5 } /* icon-caret-down */

#res {
	background: #222;
	color: #FFF;
	line-height: 1;
	margin: 0;
	padding: 1em;
	position: fixed; bottom: 1em; right: 1em;
	text-align: center;
}
@media (max-width: 767px) {
	.mobile #res {
		display: none;
	}
}
#res:after {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
}
@media (max-width: 479px) {
	#res:before { content: 'Mobile Portrait' }
	#res:after { color: #F66; content: "> 479" }
}
@media (min-width: 480px) and (max-width: 767px) {
	#res:before { content: 'Mobile Landscape' }
	#res:after { color: #F70; content: "480-767" }
}
@media (min-width: 640px) and (max-width: 767px) {
	#res:before { content: 'Tablet Portrait' }
	#res:after { color: #FF0; content: "640-767" }
}
@media (min-width: 768px) and (max-width: 979px) {
	#res:before { content: 'Tablet Landscape' }
	#res:after { color: #0C0; content: "768-979" }
}
@media (min-width: 980px) {
	#res:before { content: 'Desktop' }
	#res:after { color: #0CF; content: "980+" }
}
@media (min-width: 1200px) {
	#res:before { content: 'Wide Desktop' }
	#res:after { color: #A4F; content: "1200+" }
}
/*----------------------------------------------------------------------
	Print
----------------------------------------------------------------------*/
@media print {
	* {
		background: transparent !important; color: #000 !important;
		box-shadow: none !important; text-shadow: none !important;
	}
	@page { margin: 0.5cm }
	h2, h3 { page-break-after: avoid }
	p, h2, h3 { orphans: 3; widows: 3 }
	address { page-break-before: avoid }
	address, blockquote, pre { border: 1px solid #999; page-break-inside: avoid }
	thead { display: table-header-group }
	tr, img { page-break-inside: avoid }
	a, a:visited { text-decoration: underline }
	a[href]:after { content: " (" attr(href) ")" }
	abbr[title]:after { content: " (" attr(title) ")" }
	.ir a:after, a[href^="#"]:after { content: "" }
	#sites, #menu, #admin-menu, .icon:before { display: none !important; visibility: hidden !important }
}
