.toggleTitle {
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  padding-right: 40px; }

.toggleContent {
  display: none; }

.toggleItem {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px; }

.toggleItem:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.toggleTitle::after {
  content: "\f107";
  font-family: 'FontAwesome';
  float: right; }

.toggleTitle.active::after {
  content: "\f106"; }

/*# sourceMappingURL=style.css.map */
