#rrtable1 {
  border: 1px solid #ccc;
  width: 100%;
}

#rrtable1 th,
#rrtable1 td {
  border-bottom: 1px solid #ccc;
}

#rrtable1 td {
  background-color: #f7f7f7;
}

section.raw table,
.component.html table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border: 1px solid #bfc8d2;
}

section.raw thead,
.component.html thead {
  font-size: 10px;
}

section.raw th,
.component.html th {
  font-size: 11px;
  padding: 6px;
}

section.raw thead tr,
.component.html thead tr {
  border-bottom: 1px solid #bfc8d2;
}

section.raw tfoot tr,
.component.html tfoot tr {
  border-top: 1px solid #bfc8d2;
}

section.raw tr,
.component.html tbody tr {
  border-bottom: 1px dashed #bfc8d2;
}

section.raw td,
.component.html td {
  background-color: #FAFAFA;
  padding: 6px;
}

.component.html table.no-border {
  border: none;
}

.component.html table.no-border td{
  background-color: white;
}

section.raw table.no-border > tbody > tr,
.component.html table.no-border > tbody > tr {
  border: none;
}

