@charset 'utf-8';
section {
  background-image: none; }

.edit-copy-clipboard, .edit-copy-clipboard-idclass {
  background-color: #ebeef0;
  border-radius: 5px;
  padding: 5px;
  cursor: copy;
  width: 100%; }
  .edit-copy-clipboard:hover, .edit-copy-clipboard-idclass:hover {
    background-color: #d7dce0; }

#edit-scripting-navigation {
  position: fixed;
  width: 100%;
  z-index: 70;
  min-height: 95px;
  background-color: #000000;
  padding-top: 20px;
  top: 0; }
  #edit-scripting-navigation a {
    margin: 0 20px;
    color: #ffffff; }
    #edit-scripting-navigation a:hover, #edit-scripting-navigation a.active {
      border-bottom: 1px solid; }

#edit-scripting-main section {
  padding-top: 90px;
  padding-bottom: 20px; }
  #edit-scripting-main section .copy-code {
    width: 100%;
    min-height: 64px;
    background: transparent;
    font-family: 'interface', sans-serif;
    cursor: copy;
    border: none;
    hyphens: none; }
