div { white-space: nowrap; }

ul {
  list-style-position: outside;
  padding-left: 1.5em;
}

ul li {
  line-height: 2em;
  margin-bottom: 0.5em;
  list-style-type: disc;
}

.row {
  display: flex;
  align-items: center;
}

.bk {
  margin-right: 1em;
  white-space: nowrap;
  line-height: 2em;
}

.linkbutton {
  background-color: #bdf;
  padding: 2px 6px;
  text-align: center;
  text-decoration: none;
  color: #00b;
}

.linkbutton:hover {
  background-color: #fee;
  color: #e00;
}