body {
  background-color: #eee;
  height: 100%;
}

p {
  margin-top: 1em;
}

iframe {
  border: 0;
  width: 100%;
  height: 50em;
}

.mui-panel {
  border-radius: 1em;
  margin-top: 2em;
}

.transferTileTitle {
  font-weight: 800;
}

.transferTilePreview {
  width: 100%;
}

.transferTilePreview.loading {
  opacity: 0.5;
}

.transferTile {
  width: 25%;
}

.previewPreview {
  text-align: center;
}

.previewPreviewThumbnail {
  width: 15%;
}

.previewPreviewMain {
  width: 30%;
}

.previewPreview > img {
  width: 100%;
  border: #cccccc dashed 2px;
  border-radius: 1em;
}

.previewPreview > img.spinner {
  width: 10%;
  border: none;
}

.flexyCenter {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media (max-width: 544px) {
  .flexyCenter {
    flex-direction: column;
  }
  .transferTile {
    width: 50%;
  }
}

.spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2);
  position: absolute;
}

.hidden {
  display: none;
}

.transparent {
  opacity: 0.5;
}

span.code {
  font-family: monospace;
  background-color: #dddddd;
  border-radius: 5px;
  padding: 0 0.5em 0 0.5em;
}

.codeblock {
  font-family: monospace;
  background-color: #dddddd;
  border-radius: 5px;
  padding: 2em;
  white-space: pre;
  overflow-x: scroll;
}

a.codeblockClipboard {
  cursor: pointer;
  position: absolute;
  top: 1em;
  right: 1em;
}

.mui-tabs__bar > li > a {
  cursor: pointer;
}
