#cameraViewInfo {
  display: block;
  position: absolute;
  top: 50px;
  right: 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: lighter;
  line-height: 30px;
  color: #ffffff;
  width: 139px;
  text-align: center;
  pointer-events: auto;
  border-radius: 15px;
  background-color: rgba(47, 53, 60, 0.8);
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: content-box;
  z-index: 1000;
}
