.questions_list .question_item {
  margin: 50px 0;
  text-align: justify;
}

.questions_list .question_item h4 {
  margin-bottom: 10px;
}

.radio-toolbar input[type="radio"] {
  display: none;
}

.radio-toolbar label {
  display: inline-block;
  background-color: #ddd;
  padding: 10px 11px;
  width: 50px;
  text-align: center;
  margin-right: 10px;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
}

.radio-toolbar input[type="radio"]:checked + label {
  background-color: #2c6ed5;
  color: #fff;
}

.questions_res .table-nm {
  font-size: 14px;
  text-align: left;
  width: 100%;
}

.questions_res .table-nm tr th,
.questions_res .table-nm tr td {
  padding: 10px 0;
}

.questions_res .table-nm tr td {
  border-bottom: 1px solid #2c6ed5;
  margin-bottom: 20px;
}

.questions_res .table-nm tr td p {
  margin-bottom: 10px;
  line-height: 20px;
  text-align: justify;
}

.tag {
  color: red;
  margin-bottom: 10px;
  display: block;
}

.common-content p {
  margin-bottom: 10px;
  line-height: 20px;
  text-align: justify;
}

.common-content h3 {
  margin-top: 10px;
  padding: 10px 0;
}

.res-course-content {
  padding: 20px 0;
  margin: 10px 0;
}

.course-item {
  margin-bottom: 30px;
}

.course-item .item-title {
  margin-bottom: 15px;
}

.course-item .item-percentage {
  margin-bottom: 35px;
  font-weight: 600;
}

.course-item p, .course-item span{
  color: #000 !important;
  text-align: justify !important;
  line-height: 20px !important;
  font-family: Arial, Helvetica, sans-serif !important;
  margin-bottom: 20px;
  font-size: 14px !important;
}

.print_btn {
  width: 100px;
  display: block;
  padding: 10px;
  float: right;
  color: #ff2424;
  cursor: pointer;
}
