img.screenshot {
  box-shadow: 3px 2px 6px 2px;
}

.button {
  font-weight: 500;
  font-style: italic;
  color: blue;
}
.screen {
  font-style: italic;
  color: orange;
}
.number {
  font-weight: 400;
}
.bottle {
  font-weight: 800;
}

.action {
  font-weight: 500;
  color: green;
  display: inline;
}

.action-delete {
  font-weight: 500;
  color: red;
}

.sidebar .locationList {
  height: 300px;
  overflow: scroll;
}
