section#content {
  min-height: 600px;
}

.pgme-list-category {
  /* Small Devices, Tablets */
}
.pgme-list-category .panel-heading {
  font-weight: bold;
}
.pgme-list-category .guide-mobile-dropdown .dropdown-toggle,
.pgme-list-category .guide-mobile-dropdown .btn-group {
  width: 100%;
}
.pgme-list-category #topic-wrapper .topicList ul ul li {
  list-style-type: square;
}
@media only screen and (max-width: 992px) {
  .pgme-list-category .jumbotron {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pgme-list-category .jumbotron h2 {
    margin-top: 0 !important;
  }
  .pgme-list-category #topic-wrapper.opencase {
    display: none;
  }
  .pgme-list-category #topic-wrapper .topicList ul {
    margin-left: 0;
    padding-left: 0;
  }
  .pgme-list-category #topic-wrapper .topicList .btn-primary.btn-block {
    white-space: normal;
  }
}