div.col-sidebar {
  div.ccm-block-topic-list-wrapper {
    margin: 25px 40px 25px 40px;
    font-size: .85em;
  }
}

div.ccm-block-topic-list-header {
  font-size: @body-type-font-size;
}

// Topic List Displaying Topics of the Current Page
ul.ccm-block-topic-list-page-topics {
  list-style-type: none;
  padding-left: 0px;
  padding-bottom: 0px;

  li {
    margin-bottom: (@line-height-computed / 2); // matches bootstrap paragraph height
    padding-bottom: 0px;
  }

}

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

