/* app css stylesheet */

.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li:before {
  content: "|";
  padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
  content: "";
  padding: 0;
}

.box-nav {
  margin-top: 50px;  
}

.box {  
  float: left;
  border: 0px solid black;
  margin: 5px 5px 5px 10px;  
}
.size-1x1 {    
  width: 10px;
  height: 10px;
  background-color: #bdc3c7;
}

.box-nav div.active{

  background-color: #27ae60;
  
}

.box-active {
  background-color: #27ae60;
}