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

body {
	font-family:Arial, Lucida, sans-serif;
	margin: 0;
	padding: 0;
}

#map_canvas {
	position: absolute;
	min-width: 480px;
}

#topbar {
	width: 100%;
	min-width: 480px;
	height: 200px;
	z-index: 3;
	position: absolute;
	background-image: url(blacktransbg.png);
}

#tweets {
	width: 480px;
	line-height: 1.5;
	margin: auto;
	opacity: 1;
	color: #fff;
	height: 145px;
	margin-top: 20px;
}

#tweetInfo {
	width: 240px;
	opacity: 1;
	color: #000;
	height: 35px;
	font-size:12px;
	text-align: left;
	float: left;
}

#tweetInfo2 {
	width: 240px;
	opacity: 1;
	color: #000;
	height: 35px;
	font-size:12px;
	text-align: right;
	float: left;
}

#tweetdetails {
	width: 480px;
	margin: auto;
	opacity: 1;
	color: #000;
	height: 20px;
	display: none;
}

article {
	width: 100%;
}

.user {
	color: #000;
	width: 480px;
	margin-bottom: -5px;
	text-indent: 5px;
	font-weight: bold;
}

#wholeTweet {
	width: 430px;
	float: left;
}

#photo {
	width: 50px
	float: left;
}

article img {
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
}

#loading {
	margin: auto;
	z-index: 4;
	text-align: center;
	padding-top: 45%;
	font-size: 24px;
	color: #000;
}


@media only screen and (max-device-width: 480px) {
	
html {
	max-width: 100%;
}

#map_canvas {
	min-width: 100%;
}

#topbar {
	height: 100px;
	min-width: 100%;
}
	
#tweets {
	width: 100%;
	line-height: 1.5;
	margin: auto;
	opacity: 1;
	color: #fff;
	height: 80px;
	margin-top: 5px;
}

#tweetInfo {
	width: 50%;
	opacity: 1;
	color: #000;
	height: 35px;
	font-size:11px;
	text-align: left;
	text-indent: 5px;
	float: none;
}

#tweetInfo2 {
	width: 50%;
	opacity: 1;
	color: #000;
	height: 35px;
	font-size:11px;
	text-align: right;
	float: none;
}

#tweetdetails {
	width: 100%;
	margin: auto;
	opacity: 1;
	color: #000;
	height: 20px;
}

.user {
	color: #000;
	width: 100%;
}

article img {
	display: none;
}

article {
	width: 100%;
}

#wholeTweet {
	width: 95%;
	margin: auto;
	float: none;
	font-size: 14px;
}

}