@charset "UTF-8";
/* CSS Document */
.app-background {
	background-color:#ff2606; /* red */
}
.panel-background {
	background-color:#ff7447; /* light red */
}
.info-menu {
	height: 40px;
}

.link {
	color: #5d1105;
}
.link:link,.link:visited {
	color:#5d1105;
}
.link:hover,.link:active {
	color:white;
}
.link-active {
	color: white;
}
.menu-link,.menu-link:visited,.menu-link:link {
	color: #5d1105;
}
.menu-link:hover {
	color: white;
}
.hide-button-link, 
.hide-button-link-active {
	color:#5d1105;
}
.hide-button-link:link, .hide-button-link:visited, 
.hide-button-link-active:link,.hide-button-link-active:visited {
	color:#5d1105;
}