.vitaLeft {
  font-weight: bolder;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  text-align: right;
  vertical-align: top;
  width: 150px;
}

.vitaRight {
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 20px;
}

.vitaRight p:first-child {
  margin-bottom: 0px;
}

.vitaRight p a:hover {
  color: black;
}

.vitaRight a {
  color: #17a2b8;
  font-weight: bolder;
}

.vitaRight a:hover {
  color: black;
  font-weight: bolder;
}

blockquote, blockquote a, blockquote a:link, blockquote a:visited, blockquote a:hover {
  color: #281200;
  font-style: italic;
  font-weight: normal;
}

blockquote p {
  margin: 10px;
}

blockquote {
  background-color: #FFFFFF;
  background-image: url("../../assets/img/Icons/postquote.png");
  background-position: 10px center;
  background-repeat: no-repeat;
  border: 2px solid #0C1E64;
  clear: both;
  font-size: larger;
  font-weight: bolder;
  margin: 10px 50px;
  overflow: auto;
  padding: 10px 10px 10px 48px;
}

table.vita {
  border: 0px solid #FFFFFF !important;
  width: 100% !important;
}

table.vita tr {
  border-color: #FFFFFF !important;
}

table.vita tr td {
  border-color: #FFFFFF !important;
  padding: 3px;
}

table.vita tr td.vitaLeft {
  font-weight: bolder;
  padding-left: 30px;
  padding-right: 30px;
  text-align: right;
  vertical-align: top;
  width: 150px;
}

