@charset "utf-8";
/* CSS Document */

body{
font-family: 'Source Sans Pro', sans-serif;	
background-color: #E7E7E7
}

.appcollection{
	background-color: #f1f1f1;	
}
.priv-pol{
	background-color: #f1f1f1;	
}

footer{
	background-color: #f1f1f1;	
}

.btn-group button:hover {
  background-color: #ddd;
}

.hide {
	display: none;
}
