.btn-stitch {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #ff4da5;
  color: #FFF;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 5px #ff4da5;
  border: dashed 1px #FFF;
}

.btn-stitch:hover {
  border: dotted 1px #FFF;
}


.under {
  background: linear-gradient(transparent 0, yellow 0);
}

#level-1.menu-item.new a:after { content: "NEW!"; }
