/**
 * @package         Sourcerer
 * @version         8.0.0PRO
 * 
 * @author          Peter van Westen <info@regularlabs.com>
 * @link            http://www.regularlabs.com
 * @copyright       Copyright © 2019 Regular Labs All Rights Reserved
 * @license         http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */
div.container-main {
  padding-bottom: 10px;
}
div.src_editor {
  margin-bottom: 10px;
}
div.src_editor .CodeMirror {
  height: 88%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
