#mart-survey {
  position: relative; }
  #mart-survey .info {
    margin-left: 230px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    background: #fff;
    min-height: 40rem;
    box-shadow: 0 1px 2px rgba(183, 195, 192, 0.95);
    font-size: 14px;
    color: #333; }
    #mart-survey .info .box {
      padding-top: 60px;
      max-width: 540px;
      margin: 0 auto; }
      #mart-survey .info .box p.head {
        color: #808080;
        margin-bottom: 20px; }
      #mart-survey .info .box label.work-type {
        display: inline-block !important; }
      #mart-survey .info .box label.current-job {
        display: inline-block !important; }
    #mart-survey .info .passing {
      color: #4ac269; }
    #mart-survey .info .question {
      margin-bottom: 30px; }
      #mart-survey .info .question .question-title.wrong {
        color: #9C535D; }
      #mart-survey .info .question .question-title {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 14px;
        color: #474b48;
        font-weight: bold; }
        #mart-survey .info .question .question-title em {
          font-style: normal;
          margin-right: 8px; }
      #mart-survey .info .question ul.question-options li {
        font-size: 13px;
        color: #808080;
        line-height: 26px;
        background: #F5F5F5;
        padding: 8px 20px;
        border: 1px solid #e8e8e8;
        border-top: 1px inset rgba(232, 232, 232, 0.16);
        border-radius: 3px;
        margin-bottom: 7px;
        box-shadow: 0 1px 0 0 #F1E8E8, inset 0 2px 0 0 #FFF;
        cursor: pointer;
        -webkit-transition: all 0.5s cubic-bezier(0, 1.06, 0.92, 0.92);
        transition: all 0.5s cubic-bezier(0, 1.06, 0.92, 0.92); }
        #mart-survey .info .question ul.question-options li b {
          float: right;
          color: #61C279; }
      #mart-survey .info .question ul.question-options li:hover {
        background-color: #E6E6E6;
        box-shadow: 0 1px 0 0 #F1E8E8, inset 0 1px 0 0 #FFF; }
      #mart-survey .info .question ul.question-options li.answered,
      #mart-survey .info .question ul.question-options li.correct {
        background-color: #eb6133;
        color: #FFF;
        box-shadow: none;
        border: none; }
      #mart-survey .info .question ul.question-options li.wrong {
        background-color: #e1304a;
        color: #FFF;
        box-shadow: none;
        border: none; }
    #mart-survey .info .hidden {
      display: none; }
    #mart-survey .info .answer-tip {
      font-size: 12px;
      text-align: left;
      line-height: 1.5; }
    #mart-survey .info .answer-tip.wrong {
      color: #e1304a;
      text-align: left;
      margin-bottom: 15px;
      text-indent: 20px;
      font-weight: bold; }
    #mart-survey .info .answer-tip.unpassing {
      color: #e16c84; }
    #mart-survey .info .answer-tip.passing {
      color: #4ac269; }
      #mart-survey .info .answer-tip.passing a {
        color: #4ac269; }
