article.page-famillesrurales .content .col,
article.page-departementale .content .col {
  margin-bottom: 20px;
  overflow: hidden;
}
article.page-famillesrurales .content table,
article.page-departementale .content table {
  width: 100% !important;
  margin-bottom: 20px;
}
article.page-famillesrurales .content table td,
article.page-departementale .content table td {
  padding: 0 15px;
}
article table {
  border: 0;
  width: 100% !important;
  margin: 20px 0;
}
article table caption {
  font-weight: bold;
  color: #1081c5;
  background: #eef0f5;
  padding: 10px;
}
article table thead tr {
  border-bottom: 3px solid #ffffff;
}
article table th {
  padding: 10px 5px;
  border-right: 3px solid #ffffff;
  background: #1081c5;
  color: #ffffff;
}
article table th:last-child {
  border-right: 0;
}
article table tbody tr:nth-of-type(odd) {
  background: #eef0f5;
}
article table tbody tr td {
  padding: 10px 5px;
  border-right: 1px solid #ffffff;
}
