* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
  width: 50%;
  height: auto;
  padding: 10px;
  position: absolute;
  z-index: 1;
  display: block;
  bottom: 0;
  top: 47px;
}

.left {
  left: 0;
  background-color:#aaa;
}

.right {
  right: 0;
  background-color:#bbb;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.content {
  position: absolute;
  top: 50px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 10px;
}

.iframe-header {
    position: relative;
    overflow: hidden;
}

.iframe-responsive {
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    min-width: 100%;
    border: 0;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

#currentEditPath {
  font-size: 11px;
  padding: 5px;
  padding-bottom: 13px;
}

.iframe-header button {
  float: left;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  margin-bottom: 8px;
  margin-left: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.iframe-header .render-option {
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  margin-bottom: 8px;
  margin-left: 16px;
  display: block;
  float: left;
}

.iframe-header button:hover {
  background: #ccc;
}
