* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  background-color: #cecdca;
  margin: 0;
  padding: 0;
}

body {
  background-color: #f3f2f2;
  border: #c1c0bd solid 1px;
  color: #444444;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 1em;
  line-height: 150%;
  margin: 32px auto;
  padding: 32px;
  -webkit-text-size-adjust: 100%;
  width: 800px;
}

h1, h2 {
  clear: both;
  color: #444444;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

h1 {
  font-size: 150%;
  margin: 0;
}

h2 {
  border-bottom: #dcdcda solid 1px;
  font-size: 120%;
  margin: 2em 0 0.75em;
  padding: 4px 0;
}

table {
  border-collapse: collapse;
  border: #dcdcda solid 1px;
  margin: 0 0 0.75em;
  width: 100%;
}

th, td {
  border: #dcdcda solid 1px;
  padding: 8px 1em;
}

th {
  background-color: #eeeded;
  font-weight: normal;
}

ul {
  margin: 0 0 0.75em;
  padding: 0 0 0 1.5em;
}

li + li {
  margin-top: 0.5em;
}

p {
  margin: 0 0 0.75em;
}

pre {
  background-color: #eeeded;
  border: #dcdcda solid 1px;
  font-family: "Source Code Pro", "Menlo", "Courier New", monospace;
  font-size: 80%;
  line-height: 150%;
  margin: 0 0 0.75em;
  overflow: scroll;
  padding: 8px;
}
pre strong {
  background-color: #d5e3e0;
  font-style: normal;
  font-weight: normal;
}

code {
  background-color: #eeeded;
  border: #dcdcda solid 1px;
  border-radius: 3px;
  padding: 2px 4px;
}

strong {
  font-style: italic;
  font-weight: normal;
}

a {
  color: #4ab098;
}

a:hover {
  background-color: #d5e6e2;
  text-decoration: none;
}

.pre-container {
  margin: 0 0 0.75em;
  position: relative;
}
.pre-container pre {
  margin: 0;
  padding-top: 2.0em;
}
.pre-container .title {
  background-color: #dcdcda;
  color: #797772;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 70%;
  left: 0;
  line-height: 175%;
  padding: 0 0.75em;
  position: absolute;
  top: 0;
}

ul.nav {
  background-color: #f3f2f2;
  border: #8b8984 solid 1px;
  border-radius: 3px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 90%;
  height: 30px;
  margin: 2em 0;
  padding: 0;
  width: 100%;
}
ul.nav li {
  border-right: #8b8984 solid 1px;
  color: #f3f2f2;
  display: block;
  float: left;
  height: 28px;
  line-height: 28px;
  list-style-type: none;
  text-align: center;
  width: 20%;
}
ul.nav li.active {
  background-color: #8b8984;
}
ul.nav li > a {
  color: #8b8984;
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}
ul.nav li > a:active, ul.nav li > a:hover {
  background-color: #e6e6e5;
  color: #8b8984;
}
ul.nav li + li {
  margin-top: 0;
}

.copyright {
  color: #c1c0bd;
  font-size: 90%;
  margin-top: 2em;
  text-align: center;
}

.github {
  float: right;
  height: 24px;
  padding: 2px 0;
  position: relative;
  text-align: right;
  top: -24px;
}

#theme-form {
  float: right;
  height: 28px;
  line-height: 28px;
  margin: 0;
  position: relative;
  text-align: right;
  top: -28px;
}

#theme-form label {
  font-size: 80%;
  vertical-align: middle;
}

#theme-form select {
  vertical-align: middle;
}

.link-list li + li {
  margin-top: 0;
}

.logger {
  color: #919191;
}

.double-column {
  position: relative;
  width: 100%;
}

.column1 {
  float: left;
  width: 40%;
}

.column2 {
  float: right;
  width: 60%;
}

.term {
  clear: both;
  height: 0;
  width: 0;
}

.config-row-disabled {
  background-color: #eeeded;
  color: #979691;
}

.config-enabled-cell {
  text-align: center;
}

.config-name-cell {
  font-family: "Source Code Pro", "Menlo", "Courier New", monospace;
  font-size: 80%;
}

.config-desc-cell {
  font-size: 90%;
}

.config-field-cell input, .config-field-cell select {
  width: 100%;
}

#event-image-list {
  display: none;
}

.event-name-cell {
  font-family: "Source Code Pro", "Menlo", "Courier New", monospace;
  font-size: 80%;
  text-align: center;
}

.event-args-cell {
  font-family: "Source Code Pro", "Menlo", "Courier New", monospace;
  font-size: 80%;
}

.event-desc-cell {
  font-size: 90%;
}

#event-logger {
  height: 8em;
  overflow: auto;
}

.toolbar {
  margin: 1em;
  text-align: center;
}

.button {
  background-color: #4ab098;
  border-radius: 3px;
  color: #d7eee9;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 4px 1em;
  text-align: center;
}
.button:hover {
  background-color: #48cbad;
  color: white;
}

#interactive-image-list,
#interactive-page-list {
  display: none;
}
