#streams {
  background-color: #fff;
  width: 100%;
  height: 100%;
    display: flex;
}

#streams > div {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  cursor: pointer;
}

#streams.vertical > div {
  left: 0px;
  clear: left;
  padding: 0px;
}

#streams .focus {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
  height: 100%;
  width: 100%;
}

#streams.vertical .focus {
  padding: 0;
  left: 0;
  margin: 0;
  left: 20%;
  height: 100%;
  width: 80%;
}

.stop {
  display: none;
}

.bump-me {
  padding-top: 40px;
}

.help-block {
  font-weight: bold;
}

body, html {
	height: 100%;
}
