#survey.show {
  bottom: 0;
  visibility: visible;
  z-index: 100;
}
#survey {
  background: #002d64 none repeat scroll 0 0;
  bottom: -200px;
  color: #fff;
  margin-bottom: 0;
  position: fixed;
  transition: bottom 1s ease 0s, top 1s ease 0s, visibility 1s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}
#survey.top {
  bottom: auto;
  top: -200px;
  border-bottom: 1px solid #fff;
}
#survey.top.show {
  bottom: auto;
  top: 0;
}
#survey .inner {
  margin: auto;
  max-width: 960px;
  padding: 10px;
  position: relative;
}
#survey .button-close,
#survey .button-hide {
  background-color: #962d91;
  cursor: pointer;
  float: right;
  padding: 0.5em 1em;
  margin-left: 5px;
  z-index: 1002;
}
#survey .answer {
  background-color: #962d91;
  cursor: pointer;
  float: left;
  margin-right: 1em;
  padding: 0.5em 1em;
}
#survey .button-close,
#survey .button-hide,
#survey .answer {
  border: 1px solid #002d64;
}
#survey .button-close:hover,
#survey .button-hide:hover,
#survey .answer:hover {
  border: 1px solid #fff;
}
#survey h3 {
  font-weight: 600;
  margin: 7px 0 11px 0;
}
#survey a,
#survey a:hover {
  color: #fff;
}
#survey a.external {
  background-image: url('../images/external-link-white.png');
}
#survey p {
  margin: 0;
}
#survey .rating-description {
  display: none;
  border: 1px solid #002d64;
  background-color: #962d91;
  color: #fff;
  position: absolute;
  padding: 0.5em 1em;
  top: 40px;
  white-space: nowrap;
  z-index: 1001;
}
#survey .rating-description.show {
  display: block;
}
#survey #rating-response {
  display: none;
}
#survey #survey-more-info {
  clear: both;
  font-size: 0.875em;
  font-style: italic;
}