.absolute-center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#faq {
  margin-bottom: 1em;
}
#faq .panel {
  border: 1px solid #eeeeee;
  border-radius: 0.3em;
  margin-bottom: 0.25em;
}
#faq .panel-title {
  background-color: #e9e7e2;
}
#faq .panel-title a {
  color: #6b695f;
}
#faq .panel-title:hover {
  background-color: #eeeeee;
}
#faq .panel-title,
#faq .panel-body {
  padding: 0.5em 1em;
}
.faq-bookmark {
  text-align: right;
  font-size: 1.2em;
  line-height: 1.2em;
}
.faq-bookmark a {
  padding: 0;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  color: #0088ce;
}
