* {
  padding: 0;
  margin: 0;
  font-family: 'Roboto';
  font-size: 1em;
  box-sizing: border-box;
}

.navbar { display:none; }

.fullwd { width: 100%;
          clear:both; }
          
.fullwd div > p, footer, table, hr, code { width: 87.5%;}

.caption {
  margin-top : 1.5rem;
  margin-left : -50px;
  text-align: center;
  line-height: 1.5rem;
}

.tabset {
  padding-top: 15px;
}

.section h1 {
  font-size: 28px;
}

h1 {
  font-weight: 600;
}

.title {
  padding-bottom: 20px;
  marign-bottom: 35px;
}

.author, .date {
  font-size:1em;
  ling-height:1.5rem;
}

.date {
  padding-bottom: 15px;
}

.pm-markdown {
  font-size: 0.85em;
  color: darkgrey;
}

div.pm-markdown > p > mark {
  background-color: transparent;
  color: #6699cc;
  font-style: italic;
}

div.section.level2 > p > mark {
  background-color: transparent;
  color: blue;
  font-style: italic;
}

div.section.level2 > p > mark:hover {
  cursor: pointer;
}
