.quiz_questions_wrapper {
  background: #fff;
  box-shadow: none;
  border: none;
} 

/*Percantik Kuis Paket*/
ul.quiz_select >li {
  display: list-item;
  list-style: upper-alpha;
      font-weight: bold;
  clear: left;
  margin-left: 29px;
  font-size: 1.20rem;
background-color: #fafafa; 
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 -15px 10px -12px rgba(0, 0, 0, 0.05) inset;
    padding: 11px;
    position: relative;
}

/*Rekomendai Kuis Paket*/
div.current{
    font-size: 12px !important;
}

.price del{
    font-size: 12px !important;
}

/* Harga Paket */
h3#price_show_tag{
font-size: 25px !important;
 font-weight: bold;
}

del.previous_price{
  font-size: 14px !important;
  color: red;
   font-weight: bold !important;
} 

.theme-btn {
  padding: 8px;
}