

/* <Community Connection - District Council> */

.SDC, .SDC span {
  color:#0079c4;
  font-weight:bold;
}

.SDC table {
  border-bottom:1px solid #0079c4;
  border-collapse: collapse;
  width:100%;
}

.SDC th {
  border-top:1px solid #0079c4;
  border-bottom:1px solid #0079c4;
  color:#000;
  background-color:#fff;
  padding:5px;
  text-align:left;
  font-weight:bold;
}

.SDC table, .SDC td {
  padding:5px;
}

.SDC tr:nth-of-type(even) {
    background-color:#dde8f7;
  }

.SDC tr:nth-of-type(odd) {
    background-color:#ffffff;
  }

.SDC a {
  color:#000;
}

.CWDC, .CWDC span {
  color:#3fa900;
  font-weight:bold;
}

.CWDC table {
  border-bottom:1px solid #3fa900;
  border-collapse: collapse;
  width:100%;
}

.CWDC th {
  border-top:1px solid #3fa900;
  border-bottom:1px solid #3fa900;
  color:#000;
  background-color:#fff;
  padding:5px;
  text-align:left;
  font-weight:bold;
}

.CWDC table, .CWDC td {
  padding:5px;
}

.CWDC tr:nth-of-type(even) {
    background-color:#ebffeb;
  }

.CWDC tr:nth-of-type(odd) {
    background-color:#ffffff;
  }

.CWDC a {
  color:#3fa900;
}
/* </Community Connection - District Council> */

