html {
	font-size:100%;
}

.tweets-container h2 {
	font-size: 1.4rem;
}

.tweets-container p {
	font-size: 1.2rem;
}

.tweets-container .panel {
	padding: 0 10px;
	height:150px;
	overflow-y: auto;
	
}

.tweets-container img {
	float:left;
	margin-right:10px;
}

#map_canvas{
	height:25em; max-width:100%; margin:0; padding:0;
}

.invisible{
	display:none; !important
}
