#overlay {
    z-index: 14;
    background-color: black;
    opacity: 0.3;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

div#feedbackForm > div {
  text-align: center;
}

div#feedbackForm label, div#feedback label {
    font-weight: 100;
}

.solicitFeedbackStylePre {
    background-color: #93b93a;
    color: #ffffff;
    position: fixed;
    bottom: 0px;
    right: 0px;
    float: right;
    padding: 20px 35px 5px 35px;
    font-size: 0.8rem;
    font-weight: 400;
    width: 250px;
    height: 100px;
    transition: width .25s, height .25s;
    transition-timing-function: linear;
    z-index: 100;
}

.solicitFeedbackStyleDuring {
    background-color: #262626;
    color: #d0d0d0;
    position: fixed;
    bottom: 0px;
    right: 0px;
    float: right;
    padding: 20px 35px 5px 35px;
    font-size: 0.8rem;
    font-weight: 400;
    width: 400px;
    height: 650px;
    transition: width .25s, height .25s;
    transition-timing-function: linear;
    z-index: 15;
}

.solicitFeedbackStyleDuring input {
  color: #555;
}

.solicitFeedbackStyleDuring.clicked {
    height: 726px;
}

@media screen and (max-width: 768px) {
    .solicitFeedbackStylePre {
        width: 100%;
        left: 0px;
    }
    #kb-article-content {
        margin-bottom: 75px
    }

    .solicitFeedbackStyleDuring {
        width: 100%;
        left: 0px;
    }
}

.zFormGroup label {
    font-weight: 200;
}


.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;
}

#feedbackForm div input[type='radio'] {
    margin: 0px 6px 2px 0px;
    vertical-align: middle;
}

#feedbackForm > div > div {
    width: 68px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 3px;
}

#feedbackForm > div > div:first-child {
    position: relative;
}

#feedbackForm > div > div:last-child {
    position: relative;
    border-left-style: solid;
    border-left-width: 1px;
}
