.template-system-api .ag-list-item {
  padding: 10px;
}
.template-system-api .md-sidenav-left .header {
  background: #f5f5f5;
}
.template-system-api .md-sidenav-left .ag-list-item .title {
  font-weight: bold;
}
.template-system-api table {
  width: 100%;
  border-spacing: 0;
  padding: 10px;
  background: #f5f5f5;
}
.template-system-api table tr:last-child td {
  border-bottom: none;
}
.template-system-api table td {
  border-bottom: solid 1px #d0d0d0;
  padding: 10px 0;
}
.template-system-api table td:first-child {
  font-weight: bold;
  padding-right: 10px;
}
.template-system-api table td.label {
  font-weight: bold;
  width: 130px;
}
.template-system-api table td.value {
  word-break: break-all;
}
.template-system-api .method {
  background: #f5f5f5;
  padding: 10px;
}
.template-system-api .method table {
  background: #fff;
}
