p{
  line-height: 24px;
  margin-bottom: 10px;
}
.tabls {
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
}

.tabls {
  margin: 0 0 20px;
  /* line-height: 18px; */
  width: 100%;
}

.tabls .scroll {
  max-height: 116px;
  border: 1px solid #ddd;
  border-top: 0;
  overflow-y: auto;
}

.tabls table {
  width: 100%;
  table-layout: fixed;
}

.tabls th,
.tabls td {
  /* width: 100px; */
  padding: 10px;
  border: 1px solid #ddd;
  word-break: break-all;
}

.tabls th {
  font-weight: bold;
  background: #eee;
}

.tabls thead th:last-child,
.tabls tbody td:last-child {
  width: auto;
}

.tabls tbody tr:nth-child(2n) {
  background: #fafafa;
}

.tabls tbody tr:first-child td {
  border-top: 0;
}

.tabls tbody tr:last-child td {
  border-bottom: 0;
}

.tabls tbody tr td:first-child {
  border-left: 0;
}

.tabls tbody tr td:last-child {
  border-right: 0;
}

.tabls a {
  text-decoration: none;
  color: red;
}