#feedback-rules {padding: 0 0 30px;}
#feedback-rules .col-md-6, #feedback-rules .col-md-12 {padding-bottom: 30px;}
#feedback-rules h3, #feedback-rules .h3 {margin-top: 15px; text-align: left;}
#feedback-rules .rules {font-size: 120%;}
.questions .question {
  text-transform: uppercase;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #d3d6d8;
  padding: 18px 18px 18px 24px;
}
.questions .question:first-child {border-top: none;}
.questions .question:last-child {border-bottom: none;}
.questions .question .name {font-weight: bold;}
.questions .question .name a {position: relative; text-decoration: none; border-bottom: dotted 1px #000;}
.questions .question .name a:before {position: absolute; color: #1dafd2; top: 4px; left: -15px;}
.questions .question .name a.fa-caret-down {color: #ff6700; border: none;}
.questions .question .name a.fa-caret-down:before {content: '\f0d7' !important;}
.questions .question .content {display: none; text-transform: none; margin-top: 10px;}

#feedback .comment {text-align: left; margin: 30px 0;}
#feedback .comment .author {font-weight: bold; font-size: 120%;}
#feedback .comment .date {font-weight: 100; font-size: 100%; color: #ababab;}
#feedback .comment .date:before {position: relative; left: -2px; content: ','; font-weight: bold; color: #fff; font-size: 120%; padding-right: 5px;}
#feedback .comment .message {position: relative; display: block; font-size: 100%;}
#feedback .comment .message:before {
  position: absolute;
  left: -90px;
  font: 150px/0px 'Times New Roman',Times,serif;
  content: '“';
  color: #ff6700;
  margin: 55px auto 0;
}

#feedback .answer {
  position: relative;
  text-align: left;
  border: solid 2px #ff6700;
  border-top: none;
  padding: 15px;
  margin: 0 0 45px;
}
#feedback .answer .answer-corner {position: absolute; display: block; left:0; right:0; top:0; width:100%;}
#feedback .answer .answer-corner td:first-child {width: 10%;}
#feedback .answer .answer-corner td:last-child {width: 90%;}
#feedback .answer .answer-corner td.line {border-top: solid 2px #ff6700;}
#feedback .answer .answer-corner .corner {
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: solid 2px #ff6700;
  border-left: solid 2px #ff6700;
  margin: -8px 2px 0;
}
#feedback .answer .author {font-weight: bold; font-size: 120%;}
#feedback .answer .message {position: relative; display: block; font-size: 100%;}

/*body#slug-feedback #fancybox-wrap {width: auto !important;}
body#slug-feedback #fancybox-content {
  border-width: 0 !important;
  background: #f5f5f5 url(/wp-content/themes/brew/spice/images/bg-white.jpg) center top repeat;
  padding: 30px 60px;
  margin-left: -50px;
}
#fancybox-content #respond {
  text-align: center;
  border: none;
  background-color: transparent;
  padding: 0;
}
#fancybox-content #respond h3 {margin: 0 0 40px;}*/
#comment-box form p {position: relative;}
#comment-box form input[type=text], #comment-box form textarea {border: solid 1px #ababab; margin-bottom: 20px;}
#comment-box form label {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
