.mcquiz {
  font-size: 1.5rem;
  font-weight: bold; }
  .mcquiz h2 > span {
    background-color: #aae3e2;
    text-shadow: -2px -2px 0 #aae3e2, 2px -2px 0 #aae3e2;
    -webkit-box-shadow: 0.5rem 0 0 #aae3e2, -0.5rem 0 0 #aae3e2;
            box-shadow: 0.5rem 0 0 #aae3e2, -0.5rem 0 0 #aae3e2; }

.mcquestion {
  font-size: 1.5rem;
  font-weight: bold; }
  .mcquestion ul {
    padding-left: 0.5em;
    padding-bottom: 1em; }

.mcanswer {
  list-style: none;
  font-size: 1rem;
  font-weight: normal;
  padding-top: 0.5em;
  padding-right: 2em;
  padding-bottom: 0.25em;
  padding-left: 1em; }

.mcanswer--correct {
  background-color: rgba(77, 175, 74, 0.5);
  border-style: solid;
  border-width: 0.5px;
  border-color: rgba(77, 175, 74, 0.8); }

.mcanswer--wrong {
  background-color: rgba(228, 26, 28, 0.5);
  border-style: solid;
  border-width: 0.5px;
  border-color: rgba(228, 26, 28, 0.8); }

.mcanswer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.25em;
  padding-bottom: 0.25em; }
  .mcanswer__container label {
    padding: 0; }

.mcanswer__radio-btn {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 1em;
      flex-basis: 1em;
  cursor: pointer;
  width: 1em;
  margin-right: 0.5em; }
  .mcanswer__radio-btn .outer-circle {
    stroke: black;
    stroke-width: 1px; }
  .mcanswer__radio-btn .inner-circle {
    fill: transparent; }

.mcanswer--state-selected .inner-circle {
  fill: white; }

.mcnavigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 1em;
  font-size: 1rem;
  font-weight: normal; }

.mcbutton {
  cursor: pointer;
  background-color: #aae3e2;
  padding-top: 0.3em;
  padding-right: 0.5em;
  padding-bottom: 0.3em;
  padding-left: 0.5em;
  border-style: solid;
  border-width: 2px;
  border-color: #aae3e2;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s; }
  .mcbutton:hover {
    background-color: #aae3e2;
    border-color: #aae3e2; }

.mcbutton--state-hidden {
  display: none; }

.mcresult {
  padding-top: 2em;
  font-size: 1rem;
  font-weight: normal; }

.mcresult__container {
  float: left;
  width: 72%; }

.mcresult__graphic {
  float: left;
  width: 20%;
  min-width: 8em;
  text-rendering: geometricPrecision;
  stroke-width: 1em;
  padding: 1em; }
  .mcresult__graphic svg {
    max-height: 10em;
    max-width: 10em; }
  .mcresult__graphic .ground-arc {
    fill: none;
    stroke: rgba(211, 149, 68, 0.05); }
  .mcresult__graphic .percentage-arc {
    fill: none;
    stroke: #aae3e2; }
  .mcresult__graphic .percentage-text {
    font-size: 4em;
    text-anchor: middle; }

.mcresult__predicate {
  font-size: 1.5rem;
  font-weight: normal;
  text-transform: capitalize;
  display:none; }

.mcresult__comment {
  font-size: 1rem;
  font-weight: normal; }

.mcresult__comment  a {
  font-weight: 500;
  border-bottom: 2px solid #83D7D5;
}

.mcresult__comment  a.external::after {
  content: none !important;
}

.isHidden {
  display: none;
}
