.font-settings {
  font-family: sans-serif;
  font-size: 14px;
}
.table-settings {
  border-collapse: collapse;
  margin-bottom: 16px;
}
.table-settings th {
  border: none !important;
  background-color: #fff;
  padding-right: 20px;
  padding-left: 2px;
  text-align: left;
}
.table-settings th:last-child {
  padding-right: 2px;
}
.table-settings tr {
  border-bottom: 1px solid #ccc;
}
.table-settings tr:nth-child(odd) {
  background: #fcfcfc;
}
.table-settings td {
  border: none !important;
  padding: 4px 20px 4px 2px;
}
.table-settings td:last-child {
  padding-right: 4px;
}
html {
  box-sizing: border-box;
  padding: 0;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
[onClick] {
  cursor: pointer;
}
html,
body {
  margin: 0;
  background: #eee;
  font-family: sans-serif;
  font-size: 14px;
}
body {
  padding: 0 16px;
}
a {
  color: #6a8d40;
}
#menu {
  max-width: 1100px;
  border: 1px solid #aaa;
  background-color: #fff;
  height: 32px;
  margin: 8px auto 8px auto;
  padding: 0;
  overflow: hidden;
}
#menu .item {
  float: left;
  padding: 8px;
}
#menu .item.right {
  float: right;
  border-right: none;
}
#menu .item a {
  text-decoration: none;
}
#menu .item a.non-existant {
  color: #999;
}
#menu .action {
  font-weight: bold;
  color: #8d4040;
  border-right: 1px dashed #ddd !important;
}
#menu .action.last {
  border-left: 1px solid #ddd;
}
#ta-editor {
  display: none;
}
#layout-container {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}
#layout-container.with-sidebar {
  max-width: 1100px;
}
#layout-container.with-sidebar #sidebar {
  display: block;
}
#layout-container.with-sidebar #content {
  width: calc(100% - 300px - 4px);
}
#content {
  float: left;
  margin: 0 auto;
  padding: 32px;
  background-color: #fff;
  border: 1px solid #aaa;
  width: 100%;
}
#sidebar {
  display: none;
  float: right;
  width: 296px;
}
#sidebar .section {
  display: none;
  position: relative;
  border: 1px solid #aaa;
  padding: 16px;
  background-color: #fff;
  margin-bottom: 8px;
}
#sidebar .section:last-child {
  margin-bottom: 0;
}
#sidebar .section .close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-weight: bold;
  font-family: monospace;
  color: #fff;
}
#sidebar .section .title {
  background-color: #555;
  margin-top: -16px;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 16px;
  padding: 5px;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  html,
  body {
    background: #fff;
  }
  body {
    padding: 0;
  }
  #menu {
    border: none;
    margin: 0;
    height: 64px;
    border-bottom: 1px solid #aaa !important;
  }
  #menu .breadcrumbs {
    float: none;
    clear: both;
    border-bottom: 1px solid #ddd;
  }
  #menu .actions {
    float: left;
  }
  #layout-container {
    margin: 0;
  }
  #layout-container #sidebar {
    float: unset !important;
    clear: both !important;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  #layout-container #sidebar .section {
    border-left: unset;
    border-right: unset;
    margin-bottom: 16px;
  }
  #content {
    border: unset !important;
    padding: 8px;
    width: 100% !important;
  }
  #editor {
    margin: -8px;
  }
  #editor .editor-toolbar {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
  }
  #editor .CodeMirror {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
  }
  #markdown img.content {
    max-width: 100%;
  }
  #markdown .columns [class*="column-"] {
    overflow: unset !important;
    width: unset !important;
    float: none  !important;
    margin-right: unset !important;
  }
}
