/** The pollwiki shares this.
  */


.divisional-context-map img
{
    border: none; /* defeat browser's link decorations */
}



/** - context-float --------------------
  *
  * Stacks WC_PageNavMap [no longer used] and WC_DivisionSmallMap.  If you instead stack
  * them by floating them separately, with the latter clearing the former, then content to
  * the left (i.e. <h1>) overwrites the latter.  Firefox bug (3.5.8).
  */
div.context-float
{
    float: right;
    margin: 1em 0 0.5em 0.5em; /* TRBL */
    text-align: right;
}


div.context-float table.WC_PageNavMap
{
    display: inline; /* so to be affected by 'text-align' above */
}


