p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}

body .main-container {
  max-width: 90%;
}
h2 {
    border-bottom: outset;
    margin-bottom: 2em;
    margin-top: 2em;
}

.page-inner {
  max-width: 95%;
}


.research-question {
    font-family: Georgia, serif;
    font-size: 125%;
    font-style: italic;
    margin: 0.25em 0;
    padding: 0.45em 60px;
    line-height: 1.45;
    position: relative;
    color: #3c3132;
    margin-left: 10px !important;
    border-left: none !important;
    text-align: center;
}
.research-question:before {
    display: block;
    padding-left: 0px;
    content: "\201C";
    font-size: 70px;
    position: absolute;
    left: -25px;
    top: -25px;
    color: #7a7a7a;
}
.research-question:after {
    display: block;
    padding-left: 0px;
    content: "\201D";
    font-size: 70px;
    position: absolute;
    right: -10px;
    top: -25px;
    color: #7a7a7a;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;