body {
  font-family: "Source Sans Pro", Verlag,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  background-color: white;
}
/*article.RMD {
  font-family: Georgia, Times New Roman, Times, serif;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  }*/
@media (min-width: 760px) {
    article.RMD {
        max-width: 65%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}
div.page-inner {
	max-width: 90% !important;
}
div.uw-header-crest {
	display: none;
}
li.chapter>a {
	white-space: normal !important;
	padding: 0px 10px 0px 10px !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", Verlag,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 450;
  color: #494949;
  line-height: 1.3;
  margin-bottom: .5rem;
}
dl, ol, p, ul {
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", Courier, monospace;
  font-size: 1.125rem !important;
  border: none;
  background-color: transparent;
}
p code {
  background-color: white;
}td code {
  background-color: transparent;
}
pre {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", Courier, monospace;
  white-space: nowrap;
  background-color: #e8e8e8;
  overflow: auto;
  padding: 0.5rem;
}
.syntax {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", Courier, monospace;
}
.syntaxblock {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", Courier, monospace;
  white-space: nowrap;
  background-color: #e8e8e8;
  padding: 0.5rem;
}
table {
  text-align: left;
  table-layout: auto;
  padding: 1rem;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border: 1px solid black;
}
table colgroup col:nth-child(1) {
  width: 25%;
}
table colgroup col:nth-child(2) {
  width: 75%;
}
thead {
  border-bottom: 1px solid;
}
th, td {
    padding: 1rem;
}
tr:nth-child(even){
  background-color: #f7f7f7;}
