.ap-table-front {
  background-color: #ffffff;
  padding: 5px;
  margin-top: 5px;
}
@media screen and (max-width: 600px) {
  .ap-table-front tr {
    display: block;
  }
  .ap-table-front td {
    display: block;
    width: 100%;
  }
  .ap-table-front td::before {
    float: left;
  }
  .ap-table-front td:last-child {
    border-bottom: 0;
  }
}

.poll_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}

.ans_val {
  float: right;
}

.poll_button {
  background-color: #2697d3 !important;
  border: none !important;
  color: white !important;
  padding: 10px 15px !important;
  border-radius: 2px !important;
  text-align: center !important;
  text-decoration: none !important;
  display: inline-block !important;
  font-size: 14px !important;
  cursor: pointer;
}

.poll_results {
  margin: 5px 0px;
}
.poll_list li::before {
  content: "" !important;
}

.poll_list li input,
.poll_list li label {
  padding-left: 5px;
}

.poll_list li label {
  margin: 0 0 0 2px;
  width: 100%;
  font-weight: 600;
  cursor: pointer;
}

.poll_list li textarea {
  width: 100%;
}

.poll_list,
.poll_answers {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.poll_answers {
  margin: 0px !important;
  padding: 0px !important;
}

.poll_list li {
  list-style-type: none;
  border: none !important;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.poll_submit {
  display: inline-block;
  margin: 10px 0px !important;
}

.poll_submit input[type="reset"],
input[type="button"],
input[type="submit"],
button {
  margin-bottom: 0px !important;
}

.poll_ans_wrap {
  background-color: #fff;
  color: #2f0000 !important;
  padding: 5px;
}

.poll_wrap ul {
  margin: 0px !important;
  padding: 0px !important;
}

.poll_answers li::before {
  content: "" !important;
}

.poll_answers li {
  list-style-type: none;
  border: none !important;
  margin-bottom: 10px;
}

.view_result {
  padding: 0px 0px 0px 10px;
}

.poll_status_msg {
  margin: 10px 0px;
}

.poll_result_link {
  margin: 10px 0px;
}

.error {
  width: 100%;
  margin: 0px 0px 5px 0px;
  padding: 5px;
  background-color: #f1dede;
  color: #f32425;
  border-radius: 4px;
  box-sizing: border-box;
}
.success {
  width: 100%;
  margin: 0px 0px 5px 0px;
  padding: 5px;
  background-color: #e3f4ea;
  color: #277a2d;
  border-radius: 4px;
  box-sizing: border-box;
}
.noborder {
  border: none !important;
}
.noborder tbody,
tfoot,
thead,
tr,
th,
td {
  border: none !important;
}
.alternate {
  background-color: #f5f5f5;
}
.noborder thead {
  background-color: #dcdbdb;
}

.ans_fields_wrap input[type="text"] {
  margin: 5px 0px 5px 0px;
}

.polls-all {
  margin: 8px 0px;
}

.poll-summary {
  margin: 5px 0px 10px 0px;
  box-sizing: border-box;
}
/* share icons */
.wpep-share-icons {
  margin-right: 5px;
}
/* share icons */

/* quiz */
.quiz-wrap {
  width: 100%;
  border: 2px solid #f1f1f1;
  background-color: #fff;
  padding: 25px;
  border-radius: 5px;
  font-family: sans-serif;
  display: inline-block;
}
.quiz-counter-cont {
  text-align: right;
  padding: 10px;
}
.quiz-form-wrap {
  max-width: 700px;
  width: 100%;
  border: 2px solid #f1f1f1;
  background-color: #fff;
  padding: 25px;
  border-radius: 5px;
  font-family: sans-serif;
}
.quiz-front-ques {
  background-color: #fff;
  padding: 10px;
}
.quiz-front-ques h2 {
  padding: 10px !important;
  margin: 10px !important;
  text-align: center;
}
.quiz-ans-front-wrap {
  width: 100%;
}
.quiz-ans-front {
  width: 100%;
  float: left;
  cursor: pointer;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
  background-color: #f1f1f1;
  text-align: center;
  border-radius: 20px;
}
.quiz-result {
  width: 100%;
  font-size: 28px;
  text-align: center;
  padding: 30px;
  background-color: #fff;
  color: #000;
  box-sizing: border-box;
}
.quiz-result p {
  margin: 0;
  padding: 0;
}
.quiz-form-item {
  margin-bottom: 10px;
}
.quiz-form-item input[type="text"],
input[type="email"] {
  width: 100%;
}
.quiz-result .answers-list {
  border-top: 1px solid #ccc;
  text-align: left;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  margin-bottom: 5px;
  font-size: 20px;
}
.answers-list .quiz-ques {
  font-size: 22px;
  font-weight: 600;
}

.quiz_social {
  width: 100%;
  margin-top: 10px;
}
.result-graph {
  margin: 0px auto;
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
  position: relative;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 20px;
}
.result-graph-fill {
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  position: absolute;
}
