body { 
  text-align:center; 
  color:#000; 
  padding:0; 
  margin:0; 
  background-color:#000;
  font-family:"Helvetica Neue", Helvetica, sans-serif;
}

#game { 
  margin:80px auto; 
  font-family:"Helvetica Neue", Helvetica, sans-serif;
}

table { border-collapse:collapse; position:relative; }

td { 
  width:170px; 
  height:170px; 
  border:0px solid #777;
  border-right-width:6px;
  border-bottom-width:6px;
  text-align:center;
  font-size:80px;
  cursor:pointer;
  position:relative;
  color:#888;
}

td:nth-child(3) { border-right-width:0px; }
tr:last-child td { border-bottom-width:0px; }

#restart {
  display:inline-block;
}

.button {
  padding:7px;
  color:#888;
  border:1px solid rgba(255,255,255,0.7);
  border-radius:4px;
  text-decoration:none;
}

#menu-container {
  background:#555;
  padding:10px;
  padding-bottom:13px;
  color:#888;
}

#menu {
  width: 530px;
  margin:0 auto; 
  padding:0;
}

#menu li {
  display:inline-block;
  width:170px;
  margin:0; 
  padding:0;
  text-align:center;
  color:#888;
}

#menu li:first-child { text-align:left; }
#menu li:nth-child(2) { text-align:center; }
#menu li:last-child  { text-align:right; }
