/* activity rows */
    .map-tbl tr.map-act-row td {
      height: 29px;
      padding: 0 12px;
      font-size: 11.5px;
      border-bottom: 1px solid rgba(255, 255, 255, .03);
      vertical-align: middle;
    }

    .map-tbl tr.map-act-row:hover td {
      background: rgba(255, 255, 255, .03) !important;
    }

    .map-tbl tr.map-act-row.map-crit td {
      background: rgba(239, 68, 68, .04);
    }

    .map-tbl tr.map-hidden {
      display: none;
    }
