html,body {
  height: 100%
}

.tool {
  margin: 0;
  padding: 1em 0;
  border-bottom: 1px dashed #777;
}

.tool:first-of-type {
  border-top: 1px dashed #777;
}



footer {
  position: absolute;
  bottom: 0.1em;
}