/*
p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}

*/


.book .book-body .page-wrapper .page-inner {
  max-width: 80% !important;
}


/* lines below have been edited by Jeff on 1/9/2018 using
javascript gadget from:
www.selectorgadget.com
*/

h1{
  color: rgb(0, 62, 126);
}

h2{
  color: rgb(86, 161, 213);
}

/*
.book-summary .book .book-body .page-wrapper .page-inner section.normal table.dataTable {
  font-size: 12px;
  margin-bottom: 3em;
}
*/


table {
  font-weight: 400;
  font-size: 65%;
}

th {
  font-weight: 900;
  font-size: 110%;
  vertical-align: bottom;
}


/*
table {
  font-weight: 400 !important;
  font-size: 65% !important;
}

th {
  font-weight: 900 !important;
  font-size: 110% !important;
  vertical-align: bottom;
}
*/

/*
table {
  font-weight: 400 !important;
  font-size: 10pt !important;
}

th {
  font-weight: 900 !important;
  font-size: 12pt !important;
}
*/

/* experiencing some significant figure issues in slider
see: https://github.com/rstudio/DT/issues/150
Also, consider .option but it makes things too small
*/


.form-control, .selectize-dropdown, .selectize-dropdown-content {
  /*font-size: 75% !important;*/
  white-space: nowrap;
}

.selectize-dropdown, .selectize-dropdown-content {
  min-width: 60ch;
}


tbody {
  white-space: nowrap;
}

td:nth-child(1) {
  white-space: normal;
}

