html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	font-family: Helvetica, Arial, sans-serif;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section,
iframe {
	display: block;
}
html, body {
	color: #333;
	line-height: 1;
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* View Window */
#header {
	background: #777 url(../images/header-bg.png);
	background-image: -moz-linear-gradient(#525254, #858587);
	background-image: -ms-linear-gradient(#525254, #858587);
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#525254), to(#858587));
	background-image: -webkit-linear-gradient(#525254, #858587);
	background-image: -o-linear-gradient(#525254, #858587);
	background-image: linear-gradient(#525254, #858587);
	-webkit-box-shadow: 0 2px 5px #000;
	-moz-box-shadow: 0 2px 5px #000;
	box-shadow: 0 2px 5px #000;
	position: fixed;
	width: 100%;
	height: 94px;
	z-index: 10000;
}
#header:after {
	border-top: 1px dotted #d0d0d1;
	content: "";
	position: absolute;
	bottom: 10px;
	width: 100%;
	height: 0;
}
#logo a {
	background: url(../images/michigan-tech-logo.png) no-repeat;
	display: block;
	/*margin: 0 3.49% 0 2.5%;*/
	margin-left: -540px;
	position:absolute;
	top: 0;
	/*left: 30px;*/
	left: 50%;
	width: 248px;
	height: 167px;
	z-index: 11000;
	
	-webkit-transition: top 0.5s;
	-moz-transition: top 0.5s;
	-o-transition: top 0.5s;
	transition: top 0.5s;
}
#home-container {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 95px 0 87px;
	width: 100%;
	height: 100%;
}
/*#faux-scroll {
	position: absolute;
	width: 1px;
	height: 900%;
	z-index: -1;
}*/
#view-window {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
#content {
	position: relative;
	height: 100%;
	width: 900%;
}
#footer {
	background: #c4c4c4;
	background-image: -moz-linear-gradient(#fff, #8f8f8f);
	background-image: -ms-linear-gradient(#fff, #8f8f8f);
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#8f8f8f));
	background-image: -webkit-linear-gradient(#fff, #8f8f8f);
	background-image: -o-linear-gradient(#fff, #8f8f8f);
	background-image: linear-gradient(#fff, #8f8f8f);
	border-top: 1px solid #b8e9ea;
	position: fixed;
	bottom: 0;
	width: 100%;
	height:96px;
	z-index: 10000;
}
.dept, #eos {
	margin: 1.25% 1.7%;
}
.dept{
	float:left;
	width: 33%;
}
.dept ul li{
	line-height: 1.25;
}
#eos {
	float: right;
	font-size: 14px;
	line-height: 1.3;
	text-align: right;
	width: 58%;
}
#eos a, .dept a {
	color: #333;
	text-decoration: underline;
	font-weight: 600;
}
#eos a:hover, #eos a:active, #eos a:focus, .dept a:hover, .dept a:active, .dept a:focus {
	text-decoration: none;
}

/* Decades */
div.decade, #home, #all-decades {
	background-position: left center;
	background-size: cover;
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
/*#decade-1920 { background: #fcc; }
#decade-1930 { background: -webkit-linear-gradient(#fcc, #fc6); }
#decade-1940 { background: -webkit-linear-gradient(#fc6, #ff9); }
#decade-1950 { background: -webkit-linear-gradient(#ff9, #CF9); }
#decade-1960 { background: -webkit-linear-gradient(#CF9, #9F9); }
#decade-1970 { background: -webkit-linear-gradient(#9F9, #3FC); }
#decade-1980 { background: -webkit-linear-gradient(#3FC, #3CF); }
#decade-1990 { background: -webkit-linear-gradient(#3CF, #33F); }
#decade-2000 { background: -webkit-linear-gradient(#33F, #96F); }*/


#home { height: 100%; background-image: url(../images/background/1.jpg); }
#all-decades { background-image: url(../images/background/2.jpg); }
#decade-1940 { background-image: url(../images/background/3.jpg); }
#decade-1950 { background-image: url(../images/background/4.jpg); }
#decade-1960 { background-image: url(../images/background/5.jpg); }
#decade-1970 { background-image: url(../images/background/6.jpg); }
#decade-1980 { background-image: url(../images/background/7.jpg); }
#decade-1990 { background-image: url(../images/background/8.jpg); }
#decade-2000 { background-image: url(../images/background/9.jpg); }
#decade-2010 { background-image: url(../images/background/10.jpg); }
#decade-2020 { background-image: url(../images/background/10.jpg); }

div.memories {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 960px;
	height: 100%;
}
div.memories div.inner {
	float: left;
	padding: 20px 0 30px;
	position: relative;
	width: 978px;
}
div.memory {
	background: #fff;
	/*-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
	cursor: pointer;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0 18px 20px 0;
	padding: 15px 15px 10px;
	width: 930px;
	height: 165px;
}
div.memory:hover, div.memory:hover div.author {
	background: #dedede;
}
div.colspan-3 {
	clear: left;
	float: none;
	margin-right: 0;
}
div.colspan-3 div.text:first-line {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
}
div.colspan-2 {
	width: 604px;
}
div.colspan-2 div.text:first-line {
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
}
div.colspan-1 {
	width: 278px;
}
div.colspan-1 div.text:first-line {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

div.memory div.image {
	float: left;
	height: 160px;
	margin-right: 11px;
	overflow: hidden;
}
div.memory div.image.right {
	float: right;
	margin-right: 0;
	margin-left: 11px;
}
div.memory div.image img {
	min-height: 100%;
}
div.colspan-1 div.image {
	margin-right: 0;
	width: 100%;
}
div.colspan-1 div.image img { width: 100%; }
div.memory div.text {
	overflow: hidden;
	position: relative;
	height: 100%;
	font-size:16px;
}
div.memory div.author {
	background: #fff;
	font-size: 15px;
	text-align: right;
	height: 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
div.memory div.author:before {
	content: "\2014";
}
div.memory div.author span {
	font-size: 15px;
}

a.load-more, a.no-memories {
	background: #fff;
	background: rgba(255,255,255,0.7);
	clear: both;
	color: #333;
	display: block;
	font-size: 20px;
	font-weight: bold;
	height: 20px;
	padding: 20px 0;
	text-align: center;
	text-decoration: none;
}
a.load-more:hover, a.no-memories:hover {
	text-decoration: underline;
}
div.load-more-loading {
	background: url(../images/ajax-loader.gif) no-repeat center center;
	clear: both;
	height: 60px;
}

div.scroller {
	margin: 1% 0 1% 485px;
	height: 98%;
	width: 8px;
	position: absolute;
	top: 0;
	left: 50%;
}
div.scroller div.knob {
	background: #fff;
	background: rgba(255,255,255,0.5);
	border-radius: 4px;
	width: 8px;
	height: 20px;
}

/* Timeline */
#timeline {
	margin-left: -266px;
	position: absolute;
	top: 28px;
	left: 50%;
	/*left: 28.53%;*/
	width: 780px;
	/*width: 71.47%;*/
	z-index: 10100;
}
#timeline li, #timeline span{
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-weight: 100;
	letter-spacing: -1.6px;
}

#all-decades-button {
	/* background: url(../images/decades-n.png) no-repeat; */
	cursor: pointer;
	display: block;
	float: left;
	/*margin-right: 60px;
	margin-right: 7.45%;
	width: 80px;
	height: 40px;*/
	position: relative
}
	#all-decades-button span:first-of-type:after{
		content: '—';
		display: inline-block;
		font-weight: 400;
		font-size: 1rem;
		padding-right: 5px;
	}
	#all-decades-button span:last-of-type:after{
		content: '——';
		display: inline-block;
		font-weight: 400;
		font-size: 1rem;
		padding-left: 5px
	}
#all-decades-button:before {
	background: url(../images/knob.png) no-repeat center center;
	content: '';
	position: absolute;
	top: 43px;
	visibility: hidden;
	width: 80px;
	height: 24px;
}
#all-decades-button:after {
	border-left: 1px dotted #d0d0d1;
	content: "";
	position: absolute;
	top: -12px;
	right: -30px;
	width: 0;
	height: 68px;
}
	#all-decades-button:active, #all-decades-button:focus, #all-decades-button:hover,
	#timeline li:active, #timeline li:focus, #timeline li:hover{
		text-decoration: underline
	}
#timeline ul {
	list-style: none;
	margin-left: 140px;
	width: 640px;
}
#timeline li {
	display: block;
	float: left;
	height: 40px;
	/*font-size: 20px;
	width: 80px;
	font-weight: bold;
	background: url(../images/decades-n.png) no-repeat;
	text-align: center; */
	padding-top: 18px;
	padding-right:21px;
}
	#timeline li:first-of-type{
		padding-right: 10px;
		left: -10px;
   		position: relative;
	}
	#timeline li:last-of-type{
		padding-right: 0;
	}

#timeline li sup{
	font-size:0.975rem;
	top:-7px;
	position: relative;
	text-decoration: underline;
	padding-left: 1px;
}
#all-decades-button,#timeline li{
	color: white;
	font-size: 1.4rem;
	line-height: 1rem;
}

#slider {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	margin-left: 136px;
	/*margin-top: -40px;*/
	position: relative;
	height: 40px;
	min-width: 640px;
}
#slider .knob {
	background: transparent no-repeat center center;
	/*margin-top: 43px;*/
	position: absolute;
	left: 0;
	width: 80px;
	height: 24px;
	top: 43px;
}
#timeline.timeline #slider .knob { background-image: url(../images/knob.png); }
#timeline.all-decades #slider .knob,
#timeline.logo #slider .knob { visibility: hidden; }
#timeline.all-decades #all-decades-button:before { visibility: visible; }

/* Categories */
#categories {
	background: #464648;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #474749), color-stop(0.25, #575759), color-stop(0.5, #464648));
	background-image: -webkit-linear-gradient(left, #474749 0%, #575759 25%, #464648 50%);
	background-image: -moz-linear-gradient(left, #474749 0%, #575759 25%, #464648 50%);
	background-image: -ms-linear-gradient(left, #474749 0%, #575759 25%, #464648 50%);
	background-image: -o-linear-gradient(left, #474749 0%, #575759 25%, #464648 50%);
	background-image: linear-gradient(to right, #474749 0%, #575759 25%, #464648 50%);
	padding-top: 25px;
	position: absolute;
	bottom: -60px;
	left: 0;
	width: 100%;
	height: 130px;
	min-width: 1000px;
	z-index: 200;
	
	-webkit-transition: bottom 1s;
	-moz-transition: bottom 1s;
	-o-transition: bottom 1s;
	transition: bottom 1s;
}
#categories.active {
	bottom: 90px;
}
#cat-button {
	/* background: url(../images/categories-tab.png) no-repeat; */
	cursor: pointer;
	margin-right: -480px;
	position: absolute;
	right: 50%;
	top: -38px;
	width: 190px;
	height: 34px;
	
	background: #464648;
	color:#fff;
	font-size:1.25rem;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	padding: 0.5rem;
	border-top-left-radius: 15px;
  	border-top-right-radius: 15px;
}
#cat-button:active, #cat-button:focus, #cat-button:hover{
	text-decoration: underline;
}
#categories div.buttons, a#category-select-all {
	float: right;
	margin-right: 32px;
}
#categories a.category, a#category-go, a#category-select-all {
	background: #777;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	color: #f2f4f4;
	display: block;
	/*font-family: Impact, Charcoal, sans-serif;*/
	font-size: 16px;
	float: left;
	margin: 0 0 11px 15px;
	padding: 7px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px #585759;
	width: 164px;
	height: 17px;
}
#categories a.category:hover, a#category-select-all:hover,
#categories a.category:focus, a#category-select-all:focus{
	background: #57585b;
	border-color: #363435 #57595b #858688 #57595b;
	padding-bottom: 7px;
	text-decoration: underline;
}
#categories a.category.active, a#category-select-all.active, a#category-go {
	background: #fdb040;
	border-color: #946931 #a17b43 #7b7c7f #d29845;
}
#categories br { clear: left; }
a#category-go, a#category-select-all {
	float: right;
	font-size: 50px;
	margin-right: 32px;
	padding: 33px 0 2px;
	text-transform: uppercase;
	width: 87px;
	height: 73px;
}
a#category-select-all {
	font-size: 16px;
	margin-right: 0;
}
a#category-select-all span {
	display: block;
	font-size: 32px;
}
a#category-select-all:hover,a#category-select-all:active,a#category-select-all:focus {
	padding-top: 33px;
	padding-bottom: 1px;
	text-decoration: underline;
}

/* Share Form */
#share {
	background: url(../images/share-frame.png) no-repeat 0 -57px;
	margin-left: -480px;
	padding: 381px 12px 69px 210px;
	position: absolute;
	bottom: -644px;
	left: 50%;
	width: 576px;
	height: 270px;
	z-index: 300;
	
	-webkit-transition: bottom 1s;
	-moz-transition: bottom 1s;
	-o-transition: bottom 1s;
	transition: bottom 1s;
}
#share.active {
	bottom: 63px;
}
#share .inner { width: auto; }
#share .item {
	float: left !important;
	position: relative;
}
#share a.share-open {
	/* background: url(../images/share-frame.png) no-repeat -7px 0; */
	position: absolute;
	top: -74px;
	left: 7px;
	width: 164px;
	height: 57px;
	
	border-top-left-radius: 114px;
  	border-top-right-radius: 114px;
	background: #fc0;
	display: inline-block;
	margin: 0 1em 1em 0;
	
	color: #000;
	font-size: 1.1rem;
    text-align: center;
    font-weight: 600;
    padding-top: 15px;
	text-decoration: none;
}
	#share a.share-open:active,#share a.share-open:focus,#share a.share-open:hover{
		text-decoration: underline;
	}
#share a.share-close {
	position: absolute;
	bottom: 65px;
	left: 92px;
	width: 45px;
	height: 80px;
}
#share span.levForm {
	color: #ffd450;
	display: block;
	font-size: 46px;
	position: relative;
	top: -1px;
	left: 57px;
	font-family: Arial;
	font-weight: bolder;
	margin: -44px 0 5px;
}
#share h2 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	font-family: Helvetica, Arial, sans-serif;
}
#share h2 span.more {
	color: #999;
	font-size: 14px;
	font-weight: normal;
}
#share label {
	display: block;
	font-family: Impact, Charcoal, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #333;
	margin-top: 10px;
}
#share input.sp_field { display: none; }
#share input[type=text] {
	margin-bottom: 15px;
	width: 257px;
	height: 13px;
	border: 2px solid #ffd540;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
}

#share input[type=button] {
	border: 2px solid #ffd540;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 2px 0;
	padding: 3px 6px 3px 6px;
	background: #ffd540;
	float: right;
}
#share textarea {
	height: 115px;
	border: 2px solid #ffd540;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 2px;
	padding: 3px;
	width: 545px;
}
#share select {
	margin-bottom: 15px;
	width: 267px;
}
#share input.error,
#share textarea.error,
#share select.error {
	border: 2px solid #c00;
}
#share label.error {
	color: #c00;
}
#share .buttons {
	position: absolute;
	bottom: -28px;
	left: 0;
	width: 558px;
}
#share select {
	margin-bottom: 15px;
	width: 267px;
}
#share span.details {
	font-family: arial; 
	font-size: 12px; 
	color: #999;
}
#share div.checkbox {
	margin-top: 30px;
}
#share div.checkbox input {
	float: left;
	margin-top: 5px;
}
#share div.checkbox label {
	margin-left: 20px;
}
#photo-status { overflow: hidden; }
#photo-status a {
	color: #069;
	float: left;
	font-size: 12px;
	margin: 6px 0 0;
	text-decoration: none;
}
#progress-bar {
	background: url(../images/progress-bar.png) no-repeat -400px center;
	border: 2px solid #ffd540;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #999;
	font-size: 13px;
	margin-top: 6px;
	padding: 3px 6px;
	width: 234px;
}



#home-slider {
	background: #1a1a1a;
	background: rgba(0,0,0,0.5);
	margin: -222px 0 0 -435px;
	padding: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 830px;
	height: 370px;
	z-index: 100;
}
#home-slider .item {
	display: none;
	margin-right: 20px;
	width: 830px;
	height: 370px;
}
#home-slider img {
	border: 12px solid #fff;
	display: block;
	float: left;
	margin-right: 12px;
}
#home-slider a { color: #fff; }
#home-slider .text {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
}
#home-slider .memory-text {
	height: 328px;
	overflow: hidden;
}
#home-slider .memory-text p:first-child:first-line {
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
}
#home-slider p.author {
	font-weight: bold;
	text-align: right;
}
#home-slider p.author:before {
	content: "\2014";
}
#home-slider p.more {
	text-align: right;
}
#home-slider p.more a {
	color: #39F;
	font-weight: bold;
	text-decoration: none;
}
#home-slider p.more a:hover, #home-slider p.more a:active {
	text-decoration: underline;
}
#home-slider .navigator {
	position: absolute;
	bottom: -15px;
	right: 10px;
}
#home-slider .navigator a {
	background: #fff;
	border-radius: 5px;
	display: block;
	float: left;
	margin-right: 5px;
	width: 10px;
	height: 10px;
}
#home-slider .navigator a.prev, #home-slider .navigator a.next { display: none; }
#home-slider .navigator a.active {
	background: #39f;
}

.slideshow .inner {
	width: 1000%;
}
.slideshow .item {
	float: left;
	width: 10%;
}

#share .slideshow .item {
	display: none;
	width: 558px;
}
#share .slideshow .item .item {
	display: block;
	float: none;
	width: auto;
}
#share .success span.levForm {
	color: #0c0;
	left: 51px;
}
#share .failure span.levForm {
	color: #c00;
}
#share p.error-message {
	color: #c00;
	margin: 20px;
}


#instructions {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 90;
}
#instructions div {
	background: url(../images/instructions.png) no-repeat;
	position: absolute;
	left: 50%;
	width: 306px;
	height: 76px;
}
#instructions div.step1 {
	height: 60px;
	margin-left: 75px;
	top: 20px;
}
#instructions div.step2 {
	background-position: 0 -60px;
	bottom: 26px;
	margin-left: 168px;
}
#instructions div.step3 {
	background-position: 0 -136px;
	bottom: 18px;
	margin-left: -383px;
}

/* Reader */
#overlay {
	background: #1a1a1a;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 150;
	
	-webkit-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
	-moz-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
	-o-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
	transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}
#overlay.active {
	visibility:visible;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
#overlay.reader {
	z-index: 20000;
}
#reader {
	margin: 0 auto;
	position: relative;
	bottom: 0;
	width: 750px;
	height: 100%;
	z-index: 20001;
	
	-webkit-transition: bottom 0.5s;
	-moz-transition: bottom 0.5s;
	-o-transition: bottom 0.5s;
	transition: bottom 0.5s;
}
#reader.active {
	bottom: 100%;
}
#reader .wrapper {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#reader-content {
	background: #fff;
	font-size: 18px;
	line-height: 1.5;
	margin: 20px 0;
	padding: 30px;
	float: left;
	width: 690px;
}
#reader.loading #reader-content {
	background-image: url(../images/ajax-loader.gif);
	background-position: center 15px;
	background-repeat: no-repeat;
}
#reader-content .image {
	float: left;
	margin: 0 15px 15px 0;
	cursor: pointer;
	width: 33%;
	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#reader-content .image.small {
	width: auto;
	cursor: default;
}
#reader-content .image.large {
	width: 100%;
	margin-right: 0;
}
#reader-content .image img.resizeable {
	width: 100%;
}
#reader div.scroller {
	margin-left: 380px;
}
#reader div.author {
	text-align: right;
}
#reader div.share-this {
	clear: both;
	height: 27px;
}
#reader a.comments {
	float: right;
}
@media only screen and (max-width: 500px) {
	#all-decades-button,#timeline li{
		font-size: 1.25rem;
	}
}
@media only screen and (max-width: 1099px) {
	#logo a {
		-webkit-background-size: 200px;
		background-size: 200px;
		left: 0;
		margin: 0;
	}
	#timeline {
		left: 215px;
		margin: 0;
		width: 748px;
		width:100%;
	}
	#timeline ul, #slider {
		margin-left: 108px;
	}
	#all-decades-button {
		margin-right: 25px;
	}
	#all-decades-button:after {
		right: -14px;
	}
	a#category-go {
		margin-right: 20px;
	}
}
@media only screen and (max-height: 800px) {
	#instructions div { background: none; }
}
.sr-only {
    position: absolute;
    left: -10000px;
}