/***BEGIN EventTransformPivot.css***/
.event-transform-pivot {
  display: flex;
  overflow: hidden; }

.event-selection-area {
  margin: 0 1.5em;
  display: flex;
  flex-basis: 0;
  flex-direction: column;
  flex-grow: 1; }

.preview-area {
  background: #f8f8f8;
  display: flex;
  flex-basis: 0;
  flex-direction: column;
  align-content: stretch;
  flex-grow: 3;
  overflow: auto; }

iframe {
  border-style: none;
  width: 99%;
  height: 99%; }
/***END EventTransformPivot.css***/

