<img src="favicon-64x64.png" alt="" />@font-face {
    font-family: prettyfont;
    src: url("/ShareTechMono-Regular.ttf");
}

.mainframe {
    background: #ccccff;
    width: 100%;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right:0;  
    z-index: -1;
}
.log {
    z-index: -2;
}
.squareContainer {
    padding:0px;
    margin:0px;
    border: 0px;
}
/* LESS */



.square {
    width:32px;
    height:32px;
    padding: 0px;
    margin: 0px;
}

.alive  { 
           background: #88cc88;
}

.dead  {
    background: #aa99ff;
}

.empty square {
    .square;
    background: #88cc88;
}

.content {
    background: #ccccff88;
    margin-left: 10%;
    margin-right: 10%;
    padding-left: 15px;
    padding-right:15px; 
    position: fixed;
    top: 0;
    left: 0;
    right:0; 
    bottom:0;
    z-index: 1; 
    overflow: scroll;
    
}


.contentInner {
    background: #003aff;
    /**/
    margin-left: 20px;
    margin-right: 20px;
    width:90%;
//    min-height:100%;
    padding-left: 15px;
    padding-right:15px; 
    padding-top: 5px;
    padding-bottom: 32px;
    
    color:#22ccFF;
    font-size: 12pt;
    margin-top: 150px;
    font-family: prettyfont;
    left: 10px;
    right:10px;
    text-shadow: 1px 1px 1px #000000;
    z-index: 2; 
    border: 16px solid white;
}

h1 {
  font-size: 20px;
  padding-right: 20px;
  display: inline-block;
  color: #cecece;
}

h2 {
  font-size: 20px;
  padding-right: 20px;
  display: block;
  color: #cecece;
}

h1:after {
  content: '_';
  padding-left: 0px;
  width: 20px;
  height: 2px;

  opacity: 0;
  display: inline-block;
  animation: blink 1s linear infinite alternate;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
