.template-system-api{
  .ag-list-item{
    padding: 10px;
  }
  .md-sidenav-left{
    .header{
      background: whitesmoke;
    }
    .ag-list-item{
      .title{
        font-weight: bold;
      }
    }
  }

  table{
    width: 100%;
    border-spacing: 0;
    padding: 10px;
    background: whitesmoke;

    tr{
      &:last-child{
        td{
          border-bottom: none;
        }
      }
    }

    td{
      border-bottom: solid 1px #d0d0d0;
      padding: 10px 0;
      &:first-child{
        font-weight: bold;
        padding-right: 10px;
      }
      &.label{
        font-weight: bold;
        width: 130px;
      }
      &.value{
        word-break: break-all;
      }
    }
  }

  .method{
    background: whitesmoke;
    padding: 10px;

    table{
      background: white;
    }

  }
}
