/**************
* tables      *
**************/

table {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-top: none;
  border-left: none;
  border-color: #c9c9c9;
  margin: 0px 0px 16px 0px;
  padding: 0px;
}

th {
  font-size: 17px;
  color: #fff;
  background-color: #eee;
  border-color: #c9c9c9;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-bottom: none;
  border-right: none;
  font-weight: bold;
}

td {
  width: 50%;
  font-size: 11px;
  background-color: #fcfcfc;
  border-color: #c9c9c9;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-bottom: none;
  border-right: none;
  vertical-align: top;  
}

th.property_sec {
  background-color: #A8A771;
}

th.construction_sec {
  background-color: #9E9E9E;
}

th.retail_sec {
  background-color: #7BB801;
}

th.healthcare_sec {
  background-color: #009BC4;
}
