.content .content-inner .faqs .faq {
  margin-bottom: 1em;
  padding-top: 1em;
  border-top: 1px solid #ccc;
}

.content .content-inner .faqs .faq:last-child {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
}

.content .content-inner .faqs .faq > div {
  margin-bottom: 0.5em;
}

.content .content-inner .faqs .faq > div p {
  margin-bottom: 0.25em;
}

.content .content-inner .faqs .faq .faq-title {
  font-size: 1.25em;
  font-weight: bold;
}

.sidebar .sidebar-inner ul {
  margin-top: 2em;
}

.sidebar .sidebar-inner .block .title {
  font-weight: bold;
  font-size: 1.15em;
}

