@charset "UTF-8";
/* CSS Document */

/* --------
  The CSS rules offered here are just an example. You can style the 'accordion' in any way you like.
  The styles for the Page Structure are needed just for the purpose of this demo page.
  If you decide to use the CSS rules in 'Accordion' (see below) as a base, 
  be sure to rename the selectors as to satisfy the elements in your site.
 --------- */
#delegateCount *{margin:0; padding:0}

/* --- Page Structure  --- */

#delegateCount{
  width: 300px;
  background:#fff;
  color:#333;
  font:13px/1.6 Arial, Helvetica, sans-serif;
  margin-bottom:20px;
  margin:20px 0 20px 0;
 padding-top:10px;
 /* border-top:0.1em solid #ccc;*/
  background:#fff;
  text-align:left;
  overflow:hidden;
  border-top:1px solid #CACACA;
}

#delegateCount p.footnote {font-size:11px; color:#AAA; margin: 0 0 2px 0}
#delegateCount p.subhead {margin-top: 4px;}
#delegateCount p.update-time {font-size:11px; color:#AAA;}

/* --- Headings --- */
#delegateCount h3 {font-size:19px; font-weight: 600;  color:#4c4c4c; line-height: 1.2em; padding:0;}


/* ---News section --- */
div.delegates {
margin-bottom: 10px;
width: 300px;
}
table.delegates {
width: 300px;
/*margin-bottom: 20px;*/
}

.delegates td.first {
width: 300px;
}
