div.picture {
  float:left;
  margin-right: 20px;
}

table.committee_table {
  width: 100%;
  border: none;
  margin: none;
  padding: 5px;
}

table.rep_profile {
  padding-bottom: 20px;
}

table.rep_profile th {
  text-align: left;
}

table.committee_table td.rep_pos {
  width: 30%;
}

table.file_list {
  width: 100%;
  margin: 3px;
  border: none;
  border-spacing: none;
  border-collapse: collapse;
}

table.file_list tr.file_container  table.file {
  width: 100%;
  background-color: #E5E5E5;
  border: 1px solid #888888;
}
table.file_list tr.file_container  table.file td {
  width: 100%;
}

table.file_list tr.file_name th{
  width: 100%;
}

table.file_upload {
  width: 100%;
  border: 1px solid #000000;
  margin: 3px;
}

div#committee_menu {
  width: 680px;
  border-bottom: 1px solid black;
  padding-bottom: 6px;
  padding-left: 20px;
  margin-bottom: 20px;
}
div#committee_menu a {
  border: 1px solid black;
  border-bottom: none;
  padding: 6px;
  text-decoration: none;
}
