a.list-group-item .list-group-item-heading {
  font-size: 18px;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  font-size: 16px;
  font-weight: 200;
}

// /*
//  * client/less/main.less
//  */

// #main {
//   padding-top: @main-vertical-padding;
//   padding-bottom: @main-vertical-padding + 15px;

//   .menu {
//     .page-header {
//       margin: 0 0 15px;

//       h3 {
//         margin: 5px 5px 0 5px;
//       }
//     }

//     li {
//       a {
//         color: @text-color;
//         padding: 7px 10px;
//       }

//       &.active {
//         a {
//           color: white;
//         }
//       }
//     }

//     .nav-stacked > li + li {
//       margin-top: 5px;
//     }

//     .well {
//       background-color: inherit;
//       border-color: lighten(@theme, 70%);
//       padding: 10px;
//     }
//   }

//   .content {
//     h1,
//     h2,
//     h3 {
//       margin-top: 0;
//     }

//     .page-header {
//       margin: 0 0 15px;
//     }
//   }
// }
