@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(https://fonts.googleapis.com/css?family=Source+Serif+Pro);
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro);


/****************         *
*****************       * 
1. Main        **     *   *
2. Header      **   *     *
3. Essay       ** *       * * * * * * * * * * * * * * * * * KEY
4. Annotations **   *     *
5. Modes       **     *   *
6. Footer      **       * 
*****************         *
****************/

.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/***************************
****************************
          1. MAIN
****************************
***************************/

html, body { width:100%; height:100%; overflow:hidden; position:relative; }

body {
	font-size:14px;
	-webkit-font-smoothing: antialiased;
	width:100%;
	background: #f8f8f8;
	overflow:hidden;
}

a {
	color:#2771A9
}

#debug {
	position:fixed;
	top:3px;left:3px;
	background:#eee;
	padding:5px;
}

.schemeDark {
	background-color:#333;
	color:#fff;
	transition: color 0.3s linear;
	transition: background-color 0.3s linear;
}

.schemeLight {
	background-color:#fff;
	color:#333;
	transition: color 0.3s linear;
	transition: background-color 0.3s linear;
}

#scheme {
	position:fixed;
	right:10px;
	bottom:0;
	font-size:100px;
	line-height:50px;
	text-align:center;
	cursor:pointer;
	display:none;
}

	#scheme.light {
		color:#f2f2f2;
	}
	
	#scheme.dark {
		color:#333;
	}

#intro {
	position:relative;
	top:0;
	display:block;
	width:80%;
	margin:auto;
	margin-left:10%;
	margin-right:10%;
	margin-top:100px;
	font-family: 'Source Sans Pro', sans-serif;
	z-index:99;
}

	#intro p {
		font-size:2.3em;
		padding-top:10px;
		padding-bottom:10px;
		text-align:justify;
	}

#backdrop {
	position:fixed;
	width:100%;
	height:100%;
	display:block;
	background:#f8f8f8;
	opacity:0.9;
	z-index:9999999;
}

#information {
	z-index:99999999;
	position:fixed;
	display:block;
	width:50%;
	background:#f8f8f8;
	margin:0px auto;
	left:0;right:0;
	top:50%;
	transform: translateY(-50%);
	padding:20px;
	font-size:1.3em;
	box-sizing:border-box;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 10px rgba(0, 0, 0, .35);
	transition:all 0.5s linear;
}

	#information.closed {
		display:none;
	}

	#informationClose {
		position:absolute;
		top:5px;
		right:5px;
		width:15px;
		height:15px;
		opacity:0.3;
		cursor:pointer;
	}
	
		#informationClose:hover {
			opacity:0.5;
		}

	#informationTitle {
		color: #2c6fad;
		margin-bottom:5px;
	}

	#informationWelcome {
		font-family: 'Source Sans Pro', sans-serif;
		font-size:0.85em;
		margin-bottom:20px;
		
	}
	
	#information p {
		font-family: 'Source Sans Pro', sans-serif;
		font-size:0.85em;
		margin-bottom:5px;
	}
	
	#information li {
		font-family: 'Source Sans Pro', sans-serif;
		font-size:0.80em;
		width:70%;
		margin:0 auto;
		margin-bottom:20px;
		margin-top:20px;
	}
	
		#informationImportant {
			border-bottom:2px solid #2c6fad;
		}

main {
	position:fixed;
	height:100%;
	top:0;
	left:25%;
	right:25%;
	width:50%;
	z-index:99;
}

main.mobileActive {
	width:100%;
    left:0px;
    right:0px;
    max-width:600px;
    margin:auto;
}

main.scroll {
	overflow-y:scroll;
}

#lineField {
	display:block;
	position:absolute;
	z-index:2;
}

#makeAnnotation {
	display:none;
	position:fixed;
	bottom:50px;left:0;right:0;
	margin:0 auto;
	font-size:0.8em;
	width:200px;
	font-family: 'Source Sans Pro', sans-serif;
	color:#333;
	background:#eee;
	border-radius:3px;
	z-index:999999;
}

.highlighter-container {

}

	.highlighter-container:hover {
	}

#currentUser {
	position:fixed;
	top:10px;
	right:33px;
	z-index:999999;
	font-size:0.75em;
	line-height:0.75em;
	font-family: 'Source Code Pro', sans-serif;
	color:#bfbfbf;
}

#logout {
	position:fixed;
	top:10px;
	right:33px;
	z-index:999999;
	font-size:0.75em;
	line-height:0.75em;
	font-family: 'Source Code Pro', sans-serif;
	color:#bfbfbf;
	display:none;
}

	#logout.active {
		display:block;
	}
	
#login {
	position:fixed;
	top:10px;
	right:33px;
	z-index:999999;
	font-size:0.75em;
	line-height:0.75em;
	font-family: 'Source Code Pro', sans-serif;
	color:#bfbfbf;
	display:none;
}

	#login.active {
		display:block;
	}

#authTwitter {
	position:fixed;
	top:5px;
	right:5px;
	width:20px;
	cursor:pointer;
	z-index:999999;
}

	#authTwitter.logout {
		opacity:1.0;
	}

		#authTwitter.logout:hover {
			opacity:0.7;
		}
	
	#authTwitter.login {
		opacity:0.3;
	}

		#authTwitter.login:hover {
			opacity:0.5;
		}
	
#annotatorMode {
	position:fixed;
	right:5px;bottom:5px;
	font-size:0.75em;
	font-family: 'Source Code Pro', sans-serif;
	color:#bfbfbf;
}

#userBio {
	position:fixed;
	top:50%;
	transform:translateY(-50%);
	right:25%;
	display:none;
	width:250px;
	height:auto;
	background-color:#fff;
	margin:auto;
	z-index:9999999;
	border:1px solid #bfbfbf /*#2c6fad*/;
	padding:5px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-sizing:border-box;
}

	#userBio.active{
		display:block;
	}

/*#userBio:after {
	right: -11px;
	top: 4px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #bfbfbf;
	border-width: 5px;
	margin-top: -5px;
}*/
	#userBioName {
		font-family: 'Source Code Pro', sans-serif;
		font-size:1.0em;
	}
	
	#userBioTwitter {
		font-family: 'Source Code Pro';
		font-size:0.85em;
		color:#2c6fad;
		text-decoration:none;
		
	}
	
	#userBioImage {
		position:relative;
		width:73px;
	}

	#userBioAbout {
		display:block; 
		font-family: 'Source Serif Pro', sans-serif;
		font-size:0.85em;
		margin-top:5px;
	}
	
#fatb {
	position:relative;
	width:200px;
	display:block;
	margin:0 auto;
	margin-bottom:20px;
	z-index:9999999;
	-webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/***************************
****************************
         3. Header
****************************
***************************/

header {
	position:fixed;
	top:0;left:0;
	width:100%;
	height:50px;
	font-family: 'Source Sans Pro', sans-serif;
	z-index:99999;
}

	#title {
		position:absolute;
		margin:auto;
		left:0;right:0;
		top:10px;
		font-size:1.3em;
		line-height:1.3em;
		font-weight:bold;
		text-align:center;
		color:#2c6fad;
		cursor:n-resize;
	}
	
		#title span {
			border:2px solid #2c6fad;
			display:inline-block;
			padding:5px;
			background-color:#fff;
		}
	
	#info {
		position:absolute;
		left:10px;
		font-size:25px;
		font-weight:bold;
		cursor:pointer;
	}
	


/***************************
****************************
         3. Essay
****************************
***************************/

#essay {
	position:absolute;
	width:100%;
	margin:auto;
	font-family: "Source Serif Pro", serif;
	left:0;right:0;
	padding:2.5%;
	box-sizing:border-box;
	display:none;
	/*max-width: 620px;*/
}

	#mainLoader {
		display:block;
		position:fixed;
		top:50%;
		transform:translateY(-50%);
		left:0;right:0;
		margin:auto;
		width:16px;
	}

	.essayEm {
		font-style:italic;
	}
	
	.hideContext {
		display:none;
	}

sup {
	vertical-align: super;
	font-size:10px;
	text-decoration:underline;
	color:#2771A9;
	cursor:pointer;
	font-style:normal !important;
}

#essay p.intro {

}

#essay p {
	font-size:1.3em;
	line-height:1.5em;
	padding-top:5px;
	padding-bottom:5px;
	text-align:justify;
}

#essay h2 {
	font-size:1.9em;
	line-height:1.3em;
	padding-bottom:15px;
	padding-top:15px;
	font-weight:bold;
}

#essay h3 {
	font-size:1.5em;
	line-height:1.3em;
	padding-bottom:10px;
	padding-top:10px;
	font-weight:bold;
}

#essay h4 {
	font-size:1.3em;
	line-height:1.3em;
	font-style:italic;
	padding-bottom:10px;
	padding-top:10px;
}

essay ul {
	padding-top:20px;
	padding-bottom:20px;
}

#essay li {
	font-size:1.1em;
	line-height:1.5em;
	text-align:justify;
	padding-left:15px;
}

#essay .quote {
	margin:25px 50px;
	font-size:1.0em;
}

.mediaWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

#essay .media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing:border-box;
}

#essay .media.active {
	border:5px solid blue;
}

#essay .credit {
	color: #737373;
	font-size:0.85em;
	margin-top:5px;
	margin-bottom:20px;
}

	#essay .creditTitle {
		font-style:italic;
	}

.sideBar {
	width:40%;
	float:left;
	margin:20px;
	margin-left:0;
	padding:10px;
	background-color: rgba(240,246,251,0.4);
	border:1px solid #333;
}

.sideBar.odd {
	float:right !important;
	margin-left:20px !important;
	margin-right:0 !important;
}

.sideBar h3 {
	color:#737373 !important;
	font-family: 'Source Sans Pro' !important;
}

.sideBar p {
	font-size:0.85em !important;
	line-height:1.3em !important;
	font-family: 'Source Sans Pro' !important;
}

.selection {
	background:#e3e3e3;
	cursor:pointer;
}

	.selection:hover {
		background:#bfbfbf;
	}

	.selection.active {
		background:#bfbfbf;
	}

.endNotes {
	margin-top:20px;
	font-size:0.85em;
	line-height:1.3em;
	text-align:left;
	word-wrap: break-word;
	padding:20px;
	color:#737373;
}

	.endNotes a {
		display:inline;
		color:#2771A9;
	}
	
	.endnote.active {
		background: rgba(0,127,255,0.133);
	}
	
#footer {
	display:block;
	width:75px;
	margin:0 auto;
}
/***************************
****************************
      4. Annotations
****************************
***************************/

#lines {
	width:100%;
	position:fixed;
	top:0;bottom:0;
	z-index:1;
	opacity:1.0;
	transition:opacity 0.3s linear;
}

	#lines.active {
		opacity:1.0;
	}
	
	#lines.mobileActive {
		display:none;
	}
	
#interfaceWrapper {
	width:100%;
	position:absolute;
	top:0;bottom:0;
	opacity:0.0;
	transition:opacity 0.3s linear;
}

	.is-sticky #interfaceWrapper {
		opacity:1.0;
	}
	
#projectInfo {
	position:fixed;
	display:block;
	width:25%;
	left:0;top:40px;
	z-index:3;
	box-sizing:border-box;
	font-family: 'Source Sans Pro', sans-serif;
	font-style:italic;
}

	#projectInfo.mobileActive {
		display:none !important;
	}

	#infoHeader {
		font-size:0.75em;
		line-height:0.75em;
		color:#bfbfbf;
		margin-bottom:10px;
		text-align:center;
	}

	#projectInfo p {
		color:#333;
		margin:5px auto;
		font-size:0.85em;
		text-align:left;
		line-height:1.3em;
		width:80%;
	}
	
	#infoCredits {
		width:80%;
		margin:5px auto;
		margin-top:30px;
		color: #737373;
	}
	
	#infoCredits a {
		color:#2771A9;
	}
		#infoCredits p {
			margin:0;
			text-align:left;
			padding-left:0px;
			padding-right:0px;
			font-size:0.85em;
			line-height:1.3em;
			width:100%;
		}
		
	.creditRole {
	}

#annotationsWrapper {
	position:fixed;
	display:none;
	width:25%;
	text-align:center;
	margin-top:0px;
	left:0;top:0;
	padding-top:60px;
	height:100%;
	z-index:100;
	box-sizing:border-box;
}

	#annotationsWrapper.mobileActive {
		width:100%;
		height:40%;
		bottom:0;
		top:60%;
		right:0;
		background:#f8f8f8;
		border-top: 1px solid #bfbfbf;
	}
	
	#close.mobileActive {
		display:block;
	}

	#close {
		position:absolute;
		display:none;
		top:5px;right:5px;
		width:15px;
		cursor:pointer;
		opacity:0.7;
	}
	
	#annotationsHeader {
		font-size:0.75em;
		line-height:0.75em;
		font-family: 'Source Sans Pro', sans-serif;
		color:#bfbfbf;
		margin-bottom:10px;
	}
	
	#charCount {
		font-size:0.75em;
		line-height:0.75em;
		font-family: 'Source Sans Pro', sans-serif;
		color:#bfbfbf;
	}
	
		#charCur.over {
			color:#f33333;
		}
	
	#selectedAnnotation {
		display:none;
		font-family: 'Source Serif Pro', serif;
		font-size:1.0em;
		font-style:italic;
		margin-top:20px;
		padding-left:13px;
		padding-right:13px;
		box-sizing:border-box;
	}
	
	#selectionError {
		display:none;
		font-family: 'Source Serif Pro', sans-serif;
		font-size:1.0em;
		color:#f33333;
		margin-top:20px;
		padding-left:5px;
		padding-right:5px;
	}
	
	.tempSelection {
		background:#bfbfbf;
	}
	
	.tempSelection:hover {

	}
	
	#removeSelection {
		position:fixed;
		top:5px;left:5px;
		display:none;
		color:#bfbfbf;
		z-index:999999;
		cursor:pointer;
		font-family: 'Source Sans Pro', sans-serif;
		font-size:0.85em;
		color:#f33333;
	}
	
	#removeSelection:hover {
		color:#333;
	}

#entriesWrapper {
	position:relative;
	bottom:0;
	display:block;
}

	#entries {
		font-family: 'Source Sans Pro', sans-serif;
		padding-top:20px

	}
	
	#entries.mobileActive {
		padding-left:50px;
		padding-right:50px;
	}

	#entriesLoader {
		display:none;
		position:relative;
		top:30px;left:0;right:0;
		margin:auto;
		width:16px;
	}
	
	.entry {
		display:none;
		border-right:0px solid #2c6fad;
		margin:10px auto;
		left:0;right:0;
		text-align:left;
		padding-right:5px;
		width:80%;
		overflow:hidden;
	}
	
	.entry.mobileActive {
		padding-left:100px !important;
		padding-right:100px !important;
	}
	
	.entryUser {
		font-size:0.85em;
		cursor:default;
	}
		
		.entryOptions{
			display:none;
		}
		
		.entryOptions.active {
			display:inline-block;
			cursor:pointer;
		}
		
		.entryEdit {
			font-size:0.85em;
			color:#bfbfbf;
			padding-left:8px;
		}
		
			.entryEdit:hover {
				color:#333;
			}
			
			.editCancel {
				display:none;
				font-size:0.85em;
				color:#bfbfbf;
				padding-left:8px;
				cursor:pointer;
			}
			
			.editCancel.active {
				display: inline-block;
			}
			
				.editCancel:hover {
					color:#333;
				}
		
		.entryDelete {
			font-size:0.85em;
			color:#bfbfbf;
			padding-left:4px;
		}
		
			.entryDelete:hover {
				color:#333;
			}
			
		.deleteConfirm {
			display:none;
			font-size:0.85em;
			color:#bfbfbf;
		}
		
			.deleteConfirm.active {
				display:inline-block;
			}
		
			#deleteAsk {
				padding-left:8px;
				color:#f33333
			}
			
			#deleteYes {
				padding-left:8px;
				cursor:pointer;
			} 
				
				#deleteYes:hover {
					color:#333;
				}
				
				#delteYes.confirmed {
					color:#f33333 !important;
				}
			
			#deleteNo {
				padding-left:4px;
				cursor:pointer;
			}
			
				#deleteNo:hover {
					color:#333;
				}
			
	
	.e_u_1 {
		color:#ffbf94;
	}
	
	.e_u_2 {
		color:#94d4ff;
	}
	
	.e_u_3 {
		color:#ff949f;
	}
	
	.entryText {
		font-size:0.85em;
		margin:0 auto;
		margin-top:2px;
	}
	
	.entryText.active {
		 -webkit-animation: edit 1s infinite; /* Safari 4+ */
		 -moz-animation: edit 1s infinite; /* Fx 5+ */
		 -o-animation: edit 1s infinite; /* Opera 12+ */
		 animation: edit 1s infinite; /* IE 10+, Fx 29+ */
	}
	.expand {
		position:absolute;
		top:0;
		right:0;
		cursor:pointer;
		display:block;
	}
	
form {
    position:fixed;
    display:none;
    bottom:0;
    z-index:99999;
    width:50%;
    margin:auto;
    left: 25%;
    height: 90px;
    background: #f8f8f8;
}

button {
	left:0;
	bottom:10px;
	margin-top:5px;
	position:absolute;
	border-radius:0;
	background:#fff;
	height:25px;
	border:none;
	width:150px;
	margin:0 auto;
	left:0;right:0;
	color:#2c6fad;
	font-weight:bold;
	cursor:pointer;
	font-size:0.75em;
	border:1px solid #bfbfbf;
	font-family: 'Source Sans Pro', serif;
}

	button:hover {
		background:#2c6fad;
		color:#fff
	}
#submitAnnotation {
	position:absolute;
    line-height: 1.3em;
    bottom:45px;
    resize: none;
    outline: none;
    width:100%;
    box-sizing:border-box;
    height:30px;
    border:none;
    font-family: 'Source Serif Pro', serif;
    font-size:0.9em;
	background:#fff;
	padding:5px;
	border:1px solid #bfbfbf;

}

	#submitAnnotation:focus {
		height:100px;
	}

#submissionLoader {
	display:none;
	position:absolute;
	bottom:5px;left:0;right:0;
	margin:auto;
	width:16px;
	margin-top:5px;
}

#submissionSuccess {
	left:0;
	bottom:5px;
	margin-top:5px;
	position:absolute;
	border-radius:0;
	background:#fff;
	height:25px;
	border:none;
	margin:0 auto;
	left:0;right:0;
	display:none;
	color:#2c6fad;
	font-weight:bold;
	cursor:pointer;
	font-size:0.75em;
	font-family: 'Source Sans Pro', serif;
	text-align:center;
}

/***************************
****************************
      	 5. Modes
****************************
***************************/

#annotatorsWrapper {
	position: fixed;
    display: block;
    width: 25%;
    margin-top: 0px;
    right: 0;
    top: 10px;
    padding-top:30px;
    padding-bottom:30px;
    height: calc(100% - 30px);
    z-index: 100;
    box-sizing: border-box;
}

	#annotatorsWrapper.mobileActive {
		display:none;
	}

.userStuck {
	right:0;
}

	#userTitle {
		font-size:1.0em;
		margin-bottom:5px;
		font-family: 'Source Code Pro', sans-serif;
	}
	
	#usersLoader {
		display:block;
		position:relative;
		top:30px;left:0;right:0;
		margin:auto;
		width:16px;
	}
	
	#userFilters {
		font-size:0.75em;
		line-height:0.75em;
		font-family: 'Source Code Pro', sans-serif;
		padding-bottom:10px;
		text-align:center;
		display:none;
	}
	
		.filterOption {
			border-radius:5px;
			color:#bfbfbf;
			padding:3px;
			cursor:pointer;
			margin:2px;
		}
		
		.filterOption:hover {
			background:#eee;
		}
	
		.filterOption.active {
			background:#bfbfbf;
			color:#fff;
			transition: color 0.5 linear;
		}

#users {
	margin-top:10px;
	font-family: 'Source Code Pro', sans-serif;
	height:600px;
	display:none;
}
	
	.user {
		border-left:0px solid #2c6fad;
		margin:5px auto;
		left:0;right:0;
		text-align:left;
		padding-left:5px;
		width:80%;
		line-height:29px;
	}
	
	.userImage {
		display:inline-block;
		width:30px;
		float:left;
		border-top-left-radius:5px;
		border-bottom-left-radius:5px;
		z-index:999;
		cursor:pointer;
	}
	
	.userImage:hover {
		box-shadow:0px 0px 10px rgba(0,0,0,0.3);
	}
	
	.userName {
		font-size:0.85em;
		cursor:pointer;
		border-top-right-radius:5px;
		border-bottom-right-radius:5px;
		color:#bfbfbf;
		display:inline-block;
		transition: background 0.1s linear;
		line-height:30px;
		padding:0;
		padding-left:5px;
		padding-right:5px;
		z-index:9999;
	}
	
		.userName:hover {
			background:#eee;
		}
	
		.userName.active {
			color:#fff
		}
		
		#user_1.active {
			background:#ffbf94;
		}
		
		#user_2.active {
			background:#94d4ff;
		}
		
		#user_3.active {
			background:#ff949f;
		}
		
		#user_4.active {
			
		}
		
		#user_5.active {
			
		}
	
	.userAbout {
		font-size:0.85em;
	}
	
	.userContact {
		font-size:0.75em;
		color:#bfbfbf;
	}


/***************************
****************************
      	6. Scroll
****************************
***************************/

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/***************************
****************************
      	MEDIA QUIERIES
****************************
***************************/



@media (max-width: 520px) {

}

@-webkit-keyframes edit {
  0%   { opacity: 1.0; }
  50%  { opacity: 0.3; }
  100% { opacity: 1.0; }
}

/*
 * Static preservation mode.
 *
 * Authentication and annotation authoring depended on the retired Node and
 * MongoDB service. The reading experience, project information, media, and
 * original visual design remain available.
 */
#authTwitter,
#login,
#makeAnnotation,
#removeSelection,
#currentUser {
	display: none !important;
}
