﻿.curric-editor .curric-theme .paper-curric {
  min-height: inherit;
  margin-top: 50px;
  margin-bottom: 0;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  box-shadow: inherit;
}

.curric-editor .curric-theme .paper-curric .tab-pane {
  height: 86vh;
  max-height: 86vh;
  overflow-y: auto;
}

.curric-editor .curric-theme .paper-curric .tab-pane#tabpreview {
  overflow-y: unset;
}

.curric-editor .curric-theme .paper-curric #content {
  min-height: inherit;
  border: 1px solid #ddd;
}

.curric-editor .curric-theme .paper-curric #content:before, .curric-editor .curric-theme .paper-curric #content:after {
  display: none;
}

.curric-editor .curric-theme .paper-curric #content .nav-tabs {
  border-bottom: 1px solid #ddd;
  position: absolute;
  width: 100%;
  margin: 0 -1px;
  top: -37px;
}

.curric-editor .curric-theme .paper-curric #content iframe {
  height: 100%;
}

.curric-editor .curric-theme .paper-curric #content #btn-reformat {
  position: absolute;
  right: 0;
  top: -41px;
}

.curric-editor .curric-theme .paper-curric #content .CodeMirror-lines {
  padding: 16px;
}

.curric-editor .curric-theme .paper-curric #content .CodeMirror-gutter-text {
  padding: 16px 4px;
}
