* {
  font-family: Roboto, Arial, Helvetica Neue;
}

html, body {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
}

main {
  display: flex;
  flex-flow: column;
  height: 100%;
}

section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

section.ega {
  display: none;
  flex: 0 1 auto;
  padding: 16px;
}

section.origin {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

#description {
  width: 80%;
}

button {
  font-size: larger;
  white-space: nowrap;
}

iframe {
  flex-grow: 1;
  border: none;
  width: 100vw;
}

eg-clip {
  position: absolute;
  right: 48px;
  bottom: 8px;
}

img[share] {
  width: 32px;
  height: 32px;
  vertical-align: bottom;
}
