@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i|Space+Mono:400,400i,700,700i|Noto+Serif:400,400i,700,700i');


.book.font-family-0 {
  font-family: 'Noto Serif', serif;
}

.book.font-family-1 {
  font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
}


h1, h2, h3 {
  color: #31708e;
  font-size: 1.6rem;
}

code, pre, samp, sourceCode {
  font-family: 'Space Mono', monospace;
  /*font-size: 1.6em;*/
}

.author, .date {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.6em;
}

p.caption {
  color: #777;
  margin-top: 10px;
}

p code {
  white-space: inherit;
}

pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}

.watermark {
  opacity: 0.3;
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 600%;
  color: #606099;
  z-index: 1000000;
}

.book .book-body .page-wrapper .page-inner {
  max-width: 80%;
}

.infobox {
  padding: 1em;
  border: 2px solid #8fc1e3;
  border-radius: 10px;
  /*background-color: #f7f9fb;*/
  margin-bottom: 1.2em;
  margin-top: 1.2em;
}


.question {
  padding: 1em;
  border: 2px solid #379683;
  border-radius: 10px;
  /*background-color: #f7f9fb;*/
  margin-bottom: 1.2em;
  margin-top: 1.2em;
}


txt-green{
  color: #1f6521;
  font-weight: bold;
}

.exercise{
  color: red;
}

.Rchunk {
  background-color: #f2dede !important;
  font-weight: bold;
  /*color: red;*/
}

.Rout {
  border: 2px solid #8ee4af !important;
  border-radius: 10px !important;
  /*background-color: #d1e8e2 !important;*/
  font-weight: bold;
  /*color: blue;*/
}
