table#passwords td.group {white-space:nowrap;}
table#passwords td.user {white-space:nowrap;}
table#passwords td.password {white-space:nowrap; font-family:monospace;}
table#passwords td.actions {white-space:nowrap;}

/* Phones (<768px), cf. http://getbootstrap.com/css/#responsive-utilities */
@media (max-width:767px) {
   /* Responsive Tabelle */
   table, thead, tbody, tfoot, tr, td, th {display:block;}
   thead th:nth-child(1), thead th:nth-child(n+3), thead td:nth-child(n+2), tbody td:nth-child(1), tbody td:nth-child(n+3) {display:none; text-align:left;}
   tbody td:nth-child(2) {cursor:pointer}
   tbody td.active ~ td:not(:empty) {border-top:1px solid white !important; background-color:#f5f5f5;}
   .tablesorter-pager select {display:none !important;}
}
