.main {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  box-sizing: border-box;
  direction: ltr;
  background-color: #fff; }
  .main.rtl {
    direction: rtl; }
  .main td, .main th {
    border: 1px solid #e4e1e1; }
  .main thead {
    text-align: center; }
    .main thead tr {
      height: 50px;
      justify-content: center; }
    .main thead th {
      text-align: center; }
    .main thead .title {
      width: 250px; }
    .main thead .column {
      color: #949494; }
  .main tbody tr {
    height: 50px; }
    .main tbody tr td {
      position: relative; }
    .main tbody tr .name {
      color: #0e70ab;
      text-align: justify; }
      .main tbody tr .name > a {
        display: inline-block;
        margin: 0 20px; }
    .main tbody tr .item {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      cursor: pointer;
      background-color: inherit;
      transform: scale(1);
      transition: transform 100ms ease; }
      .main tbody tr .item:hover, .main tbody tr .item.hover {
        z-index: 1;
        border: inherit;
        border-color: #e0e0e0;
        transform: scale(1.1); }
      .main tbody tr .item:active, .main tbody tr .item.active {
        transform: scale(1.05); }

/*# sourceMappingURL=pivot.component.css.map */
