

* { 
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 1em;
	background: black;
	color: white;
	line-height: 1.1em;

}

ul {
	list-style: none;
	width: 100%;
	height: 100%;
	//display: flex;
	//flex-direction: column;
	//justify-content: space-evenly; 
}

li {
	padding: 5px 10px;
	//height: 1em;
	//box-shadow: inset 0 0 5px 5px white;
	//flex-grow: 1;

}
   li#preshow { 
      margin-top: 3em; 
      font-size: 2em;
      line-height: 2.4em;
   }
      #big a {
         display: block;
         padding: 30px; 
         background: #222;
         margin: 20px;

      }

div#map {
  background-color: cyan;
}

button#playButton {
   width: 100%;
   height: 100%;
   min-height: 100%;
	font-size: 8em;
	line-height: 4.4em;
}

.pure-button-active {
   background-color: blue;
}

.white { color: white; }

input[type=checkbox].selector {
   position: absolute;
   left: -9999px;
}
label.selectme {
   display: inline-block; 
   background: #222;
   padding: 10px 20px;
   font-weight: bold;
 //  font-size: 1.5em;
   border: 1px solid #444;
   cursor: pointer;
   margin: 20px 0 20px 10px;
   text-align: center;
}

div.selectorstatus {
   display: inline-block;
   background: #777;
   border: 1px solid #888;
   width: 40px; 
   padding: 10px 0px;
   margin: 0px 0 0 -15px;
   content: "  ";
}

input[type=checkbox]:checked ~ div.selectorstatus {
   background: #22bb24;
   border: 1px solid #11aa11;
}

button#play {
   padding: 10px 20px;
   font-size: 1.5em;
   border: 1px solid #efefef;
   margin: 20px 0 20px 60px;
   background-color: grey;
}
