.articlesummaryheader {
    vertical-align: middle;
    border: none;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

table.relatedarticles {
    border-bottom: 1px solid #cfdea2;
    border-left: 1px solid #cfdea2;
    border-right: 1px solid #cfdea2;
    border-top: 1px solid #cfdea2;
    padding: 15px;
    width: 300px;
    font-size: .9em;
    margin-left: 10px;
}

td.relatedarticleheader {
    font-size: 1.3em;
    font-weight: 400;
}

.relatedarticleul {
  list-style-type: disc;
  padding: 5 0 5 25;
}

.kbBtn {
  width: 131px;
  height: 43px;
  color: #fff;
  text-transform: none;
  margin: 7px;
  font-weight: 400;
  transition: .3s
}

.kbBtnYes,
.kbBtnYes:visited,
.kbBtnYes:active,
.kbBtnYes:focus {
  background-color: #93b93a;
  color: #fff;
}

.kbBtnYes:hover {
  background-color: #86a43f;
  color: #fff;
}

.kbBtnNo,
.kbBtnNo:visited,
.kbBtnNo:active,
.kbBtnNo:focus {
  background-color: #666;
  color: #fff;
}

.kbBtnNo:hover {
  background-color: #333;
  color: #fff;
}

#kb-article-content ul {
  list-style-type: disc;
  padding-left: 40px;
}

#kb-article-content ol {
  list-style-type:decimal;
  padding-left: 40px;
}

#kb-article-content ol > li > ol {
  padding-left: 25px;
  padding-bottom: 10px;
}
