*{
	font-family: 'Big Shoulders Text', sans-serif;
}

html{
	background:#000;
}

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

.panel{
	position:fixed;
	z-index:2;
	left:10px;
	width:150px;
	padding:5px;
	border:1px solid rgba(255,255,255,0.2);
}

.indent-1{ margin-left : 10px; }

.hidden{ display:none; }
