Documentation Style

.navLinks {
  text-align:center;
  clear: both;
}

.example {
  min-height: 20px;
  padding: 9px;
  border-radius: 3px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  margin-bottom: 15px;
}

.example .para:last-child {
  margin-bottom: 0px;
}

.emColor {
  color: red;
}

.emBold {
  font-weight: bold;
}

.superEmphasized {
  font-weight: bold;
  font-style: italic;
  color: red;
}

.doc-image {
  text-align: center;
}

.doc-image img {
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: green;
  border-radius: 5px;
  box-sizing: content-box;
}

.exampleTable {
  width: 100%;
  border: 1px solid black;
  border-collapse: separate;
}

.exampleTable tr {
  border: 1px solid black;
}

.exampleTable td {
  border: 1px solid black;
  padding: 5px;
}

.exampleTable td pre {
  margin: 0px;
}