/**
 * Admin-specific styles
 */
 tr.show {
   display: table-row !important;
 }

 tr.hide {
   display: none !important;
 }
