/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/


/* Start LearnDash Make Quiz Button Circular */
#learndash-page-content .learndash_content_wrap .wpProQuiz_content .wpProQuiz_reviewQuestion ol{
  display: block;
}
#learndash-page-content .learndash_content_wrap .wpProQuiz_content .wpProQuiz_reviewQuestion ol li{
  border-radius: 50% !important;
  height: 35px !important;
  margin: 2px 3px !important;
  line-height: normal !important;
  padding-top: 5px !important;
}
/* End LearnDash Make Quiz Button Circular */