
strong { font-weight: bold; }
em { font-style: italic; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }
ol li { list-style-type: decimal; margin-left: 20px; }


.button {
   font-weight: bold;
  text-decoration: none !important;
  color: #092972;
   float: left;
   width: auto;
   border: solid 1px #a7b2e4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  box-shadow: 2px 2px 1px #9a9a9a;
  background: #abd3ee URL('/static/home/images/homepage/quicklinks/banner_button_bkg.gif') repeat-x;
}

.button:hover {
    background-color:darkslategray;
      background: #abd3ee URL('') repeat-x;
}

.startQuiz {
    margin-top: 40px;
}

.tryAgain {
    float: none;
    margin: 20px 0;
}

.quizArea{min-height: 600px;}

.quizArea:before, .quizArea:after, .quizResults:before, .quizResults:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
.quizArea:after, .quizResults:after {
    clear: both;
}

.questionCount {
    font-size: 14px;
    font-style: italic;
}
.questionCount span {
    font-weight: bold;
}

ol.questions {
    margin-top: 20px;
    margin-left: 0;
}
ol.questions li {
    margin-left: 0;
}

ul.answers {
    margin-left: 20px;
    margin-bottom: 20px;
}

ul.responses li {
    margin: 10px 20px 20px;
}
ul.responses li p span {
    display: block;
    font-weight: bold;
    font-size: 18px;
}
.complete ul.answers li.correct, ul.responses li.correct p span {
    color: #6C9F2E;
}
ul.responses li.incorrect p span {
    color: #B5121B;
}

.quizResults h3 {
    margin: 0;
}
.quizResults h3 span {
    font-weight: normal;
    font-style: italic;
}
.quizResultsCopy {
    clear: both;
    margin-top: 20px;
}

.shareWrapper{
  width: 200px;
  height: 38px;
  background-image: url(/static/fishing/images/sport/quiz/facebookShare.jpg);
  cursor: pointer;
}

.shareWrapper:hover{
  background-image: url(/static/fishing/images/sport/quiz/facebookShareHover.jpg);
}