/* Add css rules here for your application. */

.hidden
{
	display: none;
/*    background-color: red;*/
}

#loading {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    margin-left: -100px;
}

.myTree-link
{
	color: #0066CC;
	cursor: pointer;
}

.myTree-link:hover
{
    text-decoration: underline;
	}

a:VISITED 
{
	
}

.food-icon
{
	color: #47A447;
}

.pdf-icon
{
	color: #3276B1;
}