.ate-Question h2 {
  font-size: 14px;
  font-weight: bold;
}
.ate-Question-youAsked, .ate-Question-weSaid {
  font-size: 12px;
  margin: 12px;
  border-left: 2px solid #F0F0F0;
  padding-left: 12px;
  color: #404040;
}
.ate-Question-wrapper {
  padding: 12px;
}
.ate-Question pre {
  background-color: #F8F8F8;
  padding: 12px;
  font-size: 11px;
  float: left;
  border-radius: 2px;
  margin: 0;
  overflow: auto;
  z-index: 1;
  clear: left;
}
.ate-Question pre + pre {
  margin-top: 8px;
}
.ate-Question-review {
  padding: 12px;
  font-size: 12px;
  line-height: 16px;
}
.ate-Question-reviewWrapper pre {
  padding: 12px;
  font-size: 11px;
}
.ate-Question-review pre+br {
  display: none;
}
.ate-Question-followup {
  font-size: 12px;
  line-height: 1.6rem;
  padding: 12px;
  border-top: 1px solid #ECE7CF;
  background-color: #FFFAE5;
  position: relative;
}
.ate-Question-followup:after, .ate-Question-followup:before {
  bottom: 100%;
  left: 24px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ate-Question-followup:after {
  border-color: rgba(255, 250, 229, 0);
  border-bottom-color: #FFFAE5;
  border-width: 8px;
  margin-left: -8px;
}
.ate-Question-followup:before {
  border-color: rgba(236, 231, 207, 0);
  border-bottom-color: #ECE7CF;
  border-width: 9px;
  margin-left: -9px;
}
.ate-Question-followup p {
  margin: 0 0 8px 0;
  font-size: 11px;
  color: #707070;
}
.ate-Question-bar {
  background-color: #FFF;
  font-size: 12px;
  line-height: 16px;
  padding: 12px;
  display: table;
  width: 100%;
  border-bottom: 1px solid #F0F0F0;
}
.ate-Question-barInfo h3,
.ate-Question-barInfo p.ate-Thanks {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  line-height: 24px;
}
.ate-Question-barInfo p {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}
.ate-Question-rating .fa {
  font-size: 14px;
  color: #DC1609;
}
.ate-Question-barInfo, .ate-Question-barActions {
  display: table-cell;
  vertical-align: top;
}
.ate-Question-barActions {
  text-align: right;
  width: 10%;
  white-space: nowrap;
}
.ate-Question-reviewWrapper {
  margin: 4px 0 12px 0;
  border: 1px solid #E0E0E0;
  background-color: padding-box;
  border-radius: 2px;
  box-shadow: 0 2px 2px rgba(0,0,0,.05);
  background-color: #FFFFFF;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .ate-Question-bar,
  .ate-Question-barInfo,
  .ate-Question-barActions {
    display: block;
    text-align: left;
  }
}
.ate-Question-bar .t-Button.t-Button--noUI {
    color: #a0a0a0;
    min-width: 32px;
}
.reviews-region .t-Region-headerItems--title {
  padding: 1.6rem 0;
}
.reviews-region .t-Region-headerItems--buttons .t-Button+.js-maximizeButtonContainer {
  margin-left: 0;
}

.ate-Expert-photo { float: left; margin-right: 8px; }
.ate-Expert-photo img { border-radius: 100%; width: 64px; height: 64px; }


/* Ensure that code and pre blocks cannot exceed more than 100% of their container */
pre, code {
  max-width: 100%;
  overflow: auto;
}