/* <Community Connection - Legislative Council> */

.lCouncil th {
  border-bottom:1px solid #8064a2;
  background-color:#fff;
  color:#000;
  padding:5px;
  text-align:left;
  font-weight:bold;
}

.lCouncil table {
  border-bottom:1px solid #8064a2;
  border-collapse: collapse;
  width:100%;
}

.lCouncil table, .lCouncil td {
  color:#000;
  padding:5px;
}

.lCouncil tr:nth-of-type(even){
    background-color:#f5ebff;
  }

.lCouncil tr:nth-of-type(odd){
    background-color:#ffffff;
  }

.lCouncil tr:nth-of-type(even) td:nth-of-type(1),
.lCouncil tr:nth-of-type(odd) td:nth-of-type(1){
    background-color:#ffffff;
  }

.lCouncil a {
  color:#000;
}

/* </Community Connection - Legislative Council> */