@charset "utf-8";

#my-note {
  .user-action {
    .tip {
      font-size: 12px;
      color: #A7A7B7;

      span {
        color: #4299FF;
        cursor: pointer;
        margin: 0 5px;
      }

      i {
        font-size: 14px;
        cursor: pointer;
      }
    }
  }

  .table-layout {
    padding: 20px 30px;

    .user-table {
      table {
        margin: 0;
        font-size: 12px;

        th.check {
          padding-left: 45px;
        }

        th {
          color: #686872;
          font-weight: 500;
          background: #FBFBFB;
          padding: 20px 15px;
          white-space: nowrap;
          overflow: hidden;
        }

        td {
          padding: 20px 15px;
          border-bottom: 1px solid #eee;
          vertical-align: top;
        }

        .group {
          display: inline-block;
        }

        .sub {
          display: inline-block;
        }
      }
    }
  }
}