*{
	font-family:"Univers",sans-serif;
	-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;
}

body{
	background:white;
}

::selection {
	background: #EEE; /* Safari */
	}
::-moz-selection {
	background: #EEE; /* Firefox */
}

a:link {
	color:#004C99;
	text-decoration:none;
}

a:hover{
	background:#004C99;
	color:white !important;
}

a:visited {
	color:#004C99;
}

.splash{
	margin:10px 50px;
	width:180px;
	z-index:1;
	padding:10px;
	color:#F5A503;
	background:rgba(0, 0, 0, 0.9);
	border:1px solid rgba(0, 0, 0, 0.8);
}

.header,
.explanation{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}

.headline{
	font-size:40px;
	font-weight:bold;
	margin-right:15px;
}

.byline{
	font-size:12px;
	font-style:italic;
}

.social{
	float:right;
	padding:15px 0;
	display:inline;
	vertical-align: bottom;
}

.fb-like{
	top: -3px;
	margin-right:5px;
}

.intro{
	margin-top:15px;
}

#yaxislabel{
	font-size:12px;
	width:60px;
	font-weight:bold;
}

#xaxislabel{
	font-weight:bold;
	font-size:12px;
	text-align:center;
}

#vertscale{
	position:relative;
	float:left;
	width:55px;
	height:302px;
	margin: 5px 0 0 5px;
}

#labels{
	position:relative;
	float:left;
	width:40px;
	height:302px;
	font-size:9px;
	line-height:15px;
}

#ticks{
	position:relative;
	float:left;
	width:10px;
	padding:0 0 0 5px;
}

#ticks hr{
	margin:13px 0;
}

#graph {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:400px;
	margin-top:40px;
}
.column {
	position:relative;
    float:left;
	height:300px;
	width:300px;
	margin:5px 10px 5px 0;
	border: 1px solid black;
}

.title{
	pointer-events:none;
}

.num {
	position:absolute;
	bottom:5px;
	right:120px;
}
.title {
	position:absolute;
	bottom:285px;
	right:110px;
}
.colfill {
	float:left;
	height:50%;
	width:100%;
	position:absolute;
	bottom:0;
	cursor:hand;
	cursor:row-resize;
	border-top:5px solid black;
}
#sleepfill {
    background-color:#F2385A;
}
#workfill {
    background-color:#F5A503;
}
#playfill {
    background-color:#36B1BF;
}
.histbar{
	position:relative;
	float:left;
	height:14px;
	width:100%;
	margin-top:1px;
	display:inline-block;
	pointer-events:none;
}

.sleephistlabel,
.playhistlabel,
.workhistlabel{
	position:absolute;
	color:black;
	font-size:smaller;
}

.workhistbar,
.playhistbar,
.sleephistbar{
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	background:#F2385A;
	color:white;
	font-size:10px;
}

.playhistbar{
	background:#36B1BF;
}

.workhistbar{
	background:#F5A503;
}

.explanation{
	font-size:20px;
	text-align:center;
	border: 1px solid #CCC;
	padding:4px;
	width:800px;
}

.explanation span{
	font-weight:bold;
}