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

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
body {
	margin-bottom: 1px;
	background-color: #103832;
	font-family: 'Source Sans Pro', 'Helvetica Nueue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	zoom: 1;
	font-size: 14px;
	line-height: 1.4em;
	-webkit-font-smoothing: antialiased;
}
#wrapper {
	height: 100%;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
a:link { color: #000000; }
a:visited { color: inherit; }
a:hover { color: #10907D; }
.activity {
	width: 500px;
	min-height: 32px;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 10px 0px #111;
	-webkit-box-shadow: 0px 0px 10px 0px #111;
	box-shadow: 0px 0px 10px 0px #111;
	display: block;
	margin: 10px;
	padding: 24px;
	background-color: white;
	border: 1px solid #DDD;
	z-index: 5;
	position: fixed;
	top: 15%;
	left: 50%;
	margin-left: -285px;
}
.activity.notyet {
	margin-left: 10px;
	left: 100%;
}
.activity.already {
	left: -600px;
}
.activity .titlebar {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 14px 0px;
	width: 100%;
	background-color: #103832;
	color: white;
	font-size: 20px;
	letter-spacing: 1px;
	border-bottom: 2px solid #10907D;
}
.activity .buttonArea {
	margin-top: 12px;
}
.activity .button {
	position: relative;
	display: inline-block;
	background-color: #195A50;
	border: 2px solid #00D6B5;
	outline: 1px solid #1F776A;
	color: #00FFD8;
	font-weight: bold;
	padding: 6px 12px;
	padding-right: 36px;
	cursor: pointer;
	margin-right: 12px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.activity .button:after {
	position: absolute;
	right: 12px;
	content: '>>';
}
.activity .button:hover {
	border-color: #00B79B;
	color: #00B79B;
}
.nodes::after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: url(../images/nodes.png) right bottom no-repeat;
	opacity: 0.3;
}
