.story-editor-set-view-button {
  width: 37%;
}

.story-editor-delete-button {
  width: 30%;
}

.story-editor-copy-button {
  width: 24%;
}

.story-editor-thumbnail-preview {
  position: relative;
  display: none;
}

.story-editor-thumbnail-preview-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 58%;
}

.story-editor-thumbnail-preview-landscape {
  width: 58%;
  height: 0;
  border: 1px solid #4d4d4d;
  background: url(../../images/loading.gif) #000 center no-repeat;
  padding-top: 16.3125%;
  padding-bottom: 16.3125%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.story-editor-thumbnail-preview-portrait {
  width: 36%;
  height: 0;
  border: 1px solid #4d4d4d;
  background: url(../../images/loading.gif) #000 center no-repeat;
  padding-top: 32%;
  padding-bottom: 32%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.small-italics {
  font-size: 11px;
  font-style: italic;
}

.story-editor-save-to-google-new-checkbox-label {
  font-size: 12px !important;
}

.story-editor-save-to-google-new-checkbox {
  width: 10px;
  height: 10px;
}

.hide-dialog-close .ui-dialog-titlebar-close {
  display: none !important;
}
