/* line 2, ../../../app/stylesheets/citizen/disclosures.sass */
#disclosure_list h1 {
  margin-top: 0.5em;
}

/* line 5, ../../../app/stylesheets/citizen/disclosures.sass */
.fieldWithErrors {
  display: inline;
}

/* line 8, ../../../app/stylesheets/citizen/disclosures.sass */
body {
  color: #555555;
}

/* line 11, ../../../app/stylesheets/citizen/disclosures.sass */
#disclosure_list h1 {
  font-family: Garamond, Palatino, Georgia, serif;
}

/* line 14, ../../../app/stylesheets/citizen/disclosures.sass */
.semi-title {
  font-family: Century Gothic, Tahoma, sans-serif;
  color: black;
}

/* line 18, ../../../app/stylesheets/citizen/disclosures.sass */
hr.space {
  background: transparent;
}

/* line 22, ../../../app/stylesheets/citizen/disclosures.sass */
table#disclosures {
  border-spacing: 0px;
  border-collapse: collapse;
  border: 1px solid #dddddd;
}
/* line 26, ../../../app/stylesheets/citizen/disclosures.sass */
table#disclosures th {
  font-size: 1em;
  font-weight: bold;
}
/* line 29, ../../../app/stylesheets/citizen/disclosures.sass */
table#disclosures td {
  padding: 2px 5px;
  height: auto;
  border: 0px none;
}
/* line 33, ../../../app/stylesheets/citizen/disclosures.sass */
table#disclosures tr:hover td {
  background-color: #f3f3ff;
}
/* line 35, ../../../app/stylesheets/citizen/disclosures.sass */
table#disclosures a.icon_button {
  margin: 2px 0;
}
