.ld30.ld-button {
  padding: 12px;
}
#learndash_class_eval {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    margin-bottom: 20px;
    clear: both;
}
.nf-form-fields-required {
    margin-bottom: 30px;
}
#learndash_class_eval #class_heading {
    background-color: #f3f3f3;
    color: #333;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 1% 2%;
    font-weight: 400;
    margin: 0;
    display: block;
}
#learndash_class_eval #learndash_class_eval_list {
    display: table;
    width: 100%;
    margin-bottom: 0;
}
#learndash_class_eval .list-count {
    display: table-cell;
    width: 5%;
    text-align: center;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.class-list-items {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2%;
    display: block;
    padding-right: 75px;
}
li.menu-item .ratings-after-title {
    display: none;
}
#learndash_course_content .ratings-after-title {
    display: none;
}
/*.course-reviews-section .review-top-section .review-top-col:nth-child(3) {
    display: none;
}*/
div#learndash_course_evaluation {
    margin:10px 0;
}
.learndash-wrapper div#learndash_course_evaluation .ld-button {
  max-width: 200px;
}
.wdm-modal {
  display: block;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.wdm-modal-content {
  background-color: #fefefe;
  margin: 50px auto;
  padding: 20px;
  padding-top: 40px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  position: relative;
  border-radius: 5px;
}

.wdm-modal-content .close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #aaaaaa;
  font-size: 2.5em !important;
  font-weight: bold;
}

.wdm-modal-content .close:hover,
.wdm-modal-content .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.learndash-cpt .course-reviews-section {
  display: none;
}