.field-validation-error
{
	color: Red;
}
.filter-help
{
    display: none;
    background-color: #eeeeee;
    margin-bottom: 3px;
    padding: 4px;
    border: 1px solid #503608;
}
#Chart path {
stroke-width:1; /* control the countries borders width */
stroke: gray; /* choose a color for the border */
}
#chartbox a:hover {
    text-decoration: none;

}

dl.footnote {
    margin-bottom:50px;
}
 
dl.footnote dt {
    float:left; 
    font-weight:bold; 
    margin-right:10px; 
    padding:5px;  
    width:20px; 
}
 
dl.footnote dd {
    margin:2px 0; 
    padding:5px 0;
}

.tablecolselected {
    background: rgba(211, 185, 116, 0.15);
}
