body
{
	background-color:#fff;
	color:#000;
	
}

.info {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px;
  text-align: right;
}

.tool-list
{
	background-image: linear-gradient(to bottom left, #7c83f4, #9ce4fa);
	box-shadow: 10px 10px 5px lightblue;
}

.tool-interface
{
	background-image: linear-gradient(to bottom right, #7c83f4, #9ce4fa);
	box-shadow: 10px 10px 5px lightblue;
}

.tooltip > .tooltip-inner
{
	background-color: #ffffff00;
}

#csvButtonContainer 
{
	display:none;
}

#sheetLinkContainer
{
	display:none;
}