/*! UIkit 2.27.5 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
.uk-accordion-title {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 5px 15px;
  background: #f5f5f5;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.uk-accordion-content {
  padding: 0 15px 15px 15px;
}
.uk-accordion-content:after,
.uk-accordion-content:before {
  content: "";
  display: table;
}
.uk-accordion-content:after {
  clear: both;
}
.uk-accordion-content > :last-child {
  margin-bottom: 0;
}
