div{
	
	text-decoration:none;
	font-family: 'OCR A Std', monospace;

}

canvas{
	border:10px solid rgba(0,0,0,0.2);
	
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #111;
}


ul.list-inline{
 
  height:420px;
  overflow: scroll;
  margin: 0;
  padding: 0;
  background-color: #eef;
  border: 2px solid #ccc;
  
  font-size: 16px;
  font-family: Arial, sans-serif;
  
  // Again, this is where the magic happens
  -webkit-overflow-scrolling: touch;
}

.list-inline li  {
	width:100%;
  padding: 10px 20px;
   background-color: #eef;
  border-bottom: 1px solid #ccc;
   display: inline-block;
  &:last-child {
    border-bottom: none;
	
  }
  
  &:nth-child(even) {
    background: #f8f8f8;
  }
}