.rhinogram-widget {
  width: 0;
  height: 0;
  box-sizing: border-box;
  display: block;
}

.rhinogram-widget input:hover{
  cursor:text;
}

.rhinogram-widget-container {
  max-height: 100vh;
  max-width: 100vw;
  box-sizing: border-box;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.20);
  border-radius: 2px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

[class*=" rhinogram-widget--"] {
  position: fixed;
  z-index: 100000;
}

.rhinogram-widget--topRightCorner {
  top: 0px;
  right: 0px;
}

.rhinogram-widget--bottomRightCorner {
  bottom: 0px;
  right: 0px;
}

.rhinogram-widget--topLeftCorner {
  top: 0px;
  left: 0px;
}

.rhinogram-widget--bottomLeftCorner {
  bottom: 0px;
  left: 0px;
}
