.side-topic-list-wrapper {
  margin-bottom: 50px;
}

.side-topic-list-wrapper .list-unstyled {
    padding-left: 0;
    list-style: none;
}

li.side-topic-categoryName {
  display: none;
}

.side-topic-list-topic-selected {
    font-weight: bold;
}

div.side-topic-list-header h5 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin-top: 0;
  padding: 10px;
  background-color: #f99a98;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.side-topic-list-list {
  padding-left: 0;
}

.side-topic-list-list li {
  list-style: none;
  border-bottom: solid 1px #cec0b5;
}

ul.side-topic-list-list a {
  display: block;
  padding: 15px 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
  transition: all  0.2s ease;
}

ul.side-topic-list-list a:hover {
  color: #389eae;
}

/* ==========================================================================
   Media Queries min-width: 768px
   ========================================================================== */

@media only screen and (min-width: 768px) {

  div.side-topic-list-header h5 {
    padding: 5px 10px;
  }
}