body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 100;
  margin: 0;
  padding: 0;
  user-select: none;
}

div, span {
  align-content: stretch;
  align-items: stretch;
  border: 0 solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div {
	overflow: visible;
}

button, span {
	overflow: hidden;
}
