/* This is the style sheet for the JavaScript Diaries series */

code {
  color: #3366ff;
  background-color: inherit;
  font-size: 1em;
  font-family: Arial, Helvetica, Sans-Serif;
}

pre {
  color: #3366ff;
  background-color: #f5f6f6;
  border: 1px solid #dfe0e0;
  -moz-border-radius: 8px;;
  font-size: 1em;
  font-family: Monospace;
  margin: 2em; padding: 1em;
}

.layout {
  color: black;
  background-color: eeeeee;
  padding: .7em;
  width: auto;
}

.layout em {
  color: #0000ff;
  background-color: inherit;
  font-style: normal;
}

.layout strong {
  color: #ff0000;
  background-color: inherit;
}

abbr, acronym, span.abbr {
  cursor: help;
  border-bottom: 1px dashed #000;
}

.author {
  margin-top: -1.3em;
}

ul {
  margin-top: 1pt;
  margin-left: 5em;
}

ul ul {
  margin-top: 1pt;
  margin-left: 2em;
}

.mid {
  margin-left: 15%;
  margin-right: 10%;
  border-collapse: collapse;
  width: 60%;
  text-align: center;
}

.trx {
  border: 1px solid #FFCC00;
}

.tdx {
  border: 1px solid #FFCC00;
}

tt {
  color: red;
  background-color: transparent;
  font-size: 1em;
}

.tdhead {
  border: 1px solid #FFCC00;
  background-color: #FFCC00;
  color; #000;
}

td.col {
  background-color: #fff4b0;
  color: inherit;
}

td.loc {
  background: #fff4b0;
  padding: 1em;
}

#index {
  float: right;
  border: 1px solid #ffcc00;
  background-color: #fff4b0;
  padding-right: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

h4 code {
  color: #000;
  background-color: inherit;
  font-size: 1em;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: italic;
}

.pix {
  color: #000000;
  background-color: inherit;
  font-size: .7em;
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: bold;
}

/* form.js {
  position: relative;
  display: block;
  -moz-box-sizing:border-box
} */

/* textarea.js {
  width: 75%;
  overflow: visible;
  white-space: pre;
  color: #3366ff;
  background-color: #ddddde;
  font-size: 1em;
  font-family: Monospace;
  border: 1px solid #aeaeae;
  margin: left: 2em;
  padding: 1em;
} */

