pre {
  margin: 1em 0em;
  white-space: pre-wrap;
  word-break: normal;
  font-weight: 400;
  background-color: #f3f2f9;
  line-height: 1.5em;
  font-size: 0.8em;
  border: 2px solid #1E2A45;
  color: #2825c7;
}

p {
  color: #1E2A45;
}

li {
  margin: 0.5em 0em;
}

.qa-wrap {
  padding: 10px 10px;
  margin: 5px 0px;
  cursor: pointer;
  border: 1px solid #f5f5f5;
}
.qa-wrap:hover {
  background-color: #f5f5f5;
}
#contentCover .performanceTable {
  margin: 10px 0px;
}
#contentCover .performanceTable .institution {
  font-style: italic;
  font-weight: 300;
}
#contentCover .performanceTable .date {
  font-weight: normal;
}
#contentCover .performanceTable tr.human-row {
  background: #f5f5f5;
}
#contentCover .performanceTable td,
#contentCover .performanceTable th {
  text-align: center;
  max-width: 250px;
}
#contentCover ul.list-inline {
  margin-left: 0px;
  text-align: center;
}
#contentCover ul.list-inline li {
  padding-left: 2px;
  padding-right: 2px;
}

.infoBody p {
  text-align: justify;
}
