
/* root element for accordion. decorated with rounded borders and gradient background image */
.toolsaccordion {
	width: 100%;
   
}

.expandPlus a::after {
    content:" ";
    background: url("//vrcdn.electionsfl.org/portals/flagler/images2017/wfdown-arrow1.png") no-repeat;
    margin-left: 5px;
    height: 10px;
    width: 18px;
    position: absolute;
    margin-top: 8px;
}

.toolsaccordion h3 {
	background: transparent;
    width: 100%;
    line-height: 1.2;
    margin: 0 0 0 0;
    font-variant: normal;
    padding-left: 15px;
    padding-bottom:20px;
    font-size: 1.1em;
}


/* accordion pane */
.toolsaccordion div > .pane {
	display: none;
    background-color: #d2d2d0;
	font-size:1em;
    width: 100%;
}


    .toolsaccordion div:target > .pane {
        display: block;
    }

.toolsaccordion A:link,  .toolsaccordion A:visited, .toolsaccordion A:active{    	
    text-decoration: none;
   color: black;
    padding-bottom: 5px;
    padding-top: 5px;
    width:100%;
    padding-right:10px;
}

.toolsaccordion h3 a{
    color: black;
}

.toolsaccordion div.pane a {
    color: black;
    line-height: 2;
    margin-left: 15px;
}

.toolsaccordion div.pane a:hover{
   
}
   
.toolsaccordion H3 A:link, .toolsaccordion H3 A:visited {
	color: black;
    font-family: Arial;
    background:none;
   
}







