/* Issue #6 */
#advancedSearchCollapsible > :nth-child(2).mt-2 {
    display: none;
}

.ecadiaMobilePage :not(INPUT):not(TEXTAREA):not(a), .unselectable {
     -webkit-user-select: auto;
     -moz-user-select: auto;
     -ms-user-select: auto;
     -o-user-select: auto;
     user-select: auto;
}

td.qpMatrix_colOrg div, th.qpMatrix_colOrg div {
  width: 160px !important;
  padding: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
