.c7e-marg-top {
  margin-top: 1em;
}

.c7e-list-top {
  margin-bottom: 0;
}
.c7e-list-bot {
  margin-top: 0;
}
.c7e-ul {
  margin: 0;
}

#c7e-t1, #c7e-t2 {
  border-collapse: collapse;
}

#c7e-t1 th, #c7e-t1 td,
#c7e-t2 th, #c7e-t2 td {
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  padding: 3px 6px;
}

#c7e-t1 th:first-child, #c7e-t1 td:first-child,
#c7e-t2 th:first-child, #c7e-t2 td:first-child {
  border-left: none;
}

#c7e-t1 th, #c7e-t1 td {
  text-align: left;
}

#c7e-t2 th, #c7e-t2 td {
  text-align: center;
}

/* Specific for table 2 columns 4, 5, 7. */
#c7e-t2 th:first-child + th + th + th,
#c7e-t2 th:first-child + th + th + th + th,
#c7e-t2 th:first-child + th + th + th + th + th + th,
#c7e-t2 td:first-child + td + td + td,
#c7e-t2 td:first-child + td + td + td + td,
#c7e-t2 td:first-child + td + td + td + td + td + td {
  text-align: left;
}
