/*
** Branded color template
** 15AB9E (turquoise)
** 57B8EA (light blue)
** 044E50 (dark green)
** 00476C (dark blue)
** 808080 (grey)
 */


 .jp-RenderedHTMLCommon p {
  font-size: .8rem;
  line-height: 1.6;
}

.jp-RenderedHTMLCommon li {
  font-size: .8rem;
  line-height: 1.6;
}

.jp-RenderedHTMLCommon h1 {
  margin: 0 0 1.25em;
  color: var(--md-default-fg-color--light);
  font-weight: 300;
  font-size: 2em;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.lm-Widget {
  color: var(--md-default-fg-color--light);
}

.widget-html-content {
  color: var(--md-default-fg-color--light);
}

.md-typeset ul li {
  margin-bottom: 0;
}

.jp-OutputArea-prompt {
  display: none;
}
.jupyter-wrapper .jp-CodeCell .jp-Cell-inputWrapper .jp-InputPrompt {
  display: none;
}

.jp-RenderedHTMLCommon h2 {
  margin: 1.6em 0 .64em;
  font-weight: 300;
  font-size: 1.965em;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.jp-RenderedHTMLCommon h3 {
  margin: 1.6em 0 .8em;
  font-weight: 400;
  font-size: 1.57em;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.jp-RenderedHTMLCommon hr {
  border: none;
}
