@media screen and (max-width: 992px) {
  .nomobile {
    visibility: hidden;
    display: none;
  }

}

@media (min-width: 992px){
    .table-custom .nomobile tr td:last-child strong {
    min-width: 60px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
}

.table-custom .nk-forum > li .nk-forum-count {
    padding: 0;
    min-width: 65px;
    text-align: center;
}

.table-custom .nk-forum > li .nk-forum-title {
    width: 475px;
}
}