#map-container
{
	width: 100%;
	height: 100%;
}

#map
{
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
#map > .gm-style {
	border-radius: 10px;
}

#flashContent
{
	position: fixed;
	visibility : hidden;
}

.bolt-info
{
	width: 250px;
	height: 200px;
}

#console
{
	position: fixed;
	right: 0px;
	border-radius: 10px;
	color: #fff;
	bottom: 133px;
	width: 300px;
	height: 100%;
	margin: 10px;
	padding: 10px;
	top: 10px;
	bottom: 10px;
	background-color: #eee;
	font-family: Helvetica, Arial;
	opacity: 0.8;
}

#key
{
	opacity: 0.8;
	position: fixed;
	left: 0px;
	border-radius: 10px;
	color: #fff;
	bottom: 133px;
	width: 200px;
	margin: 10px;
	padding: 10px;
	background-color: #428BCA;
	font-family: Helvetica, Arial;
}

#key center {
	text-align: center;
}
#address
{
	width: 100%;
}

#key td,#latest, #address
{
	font-size: 10px;
	color: #fff;
}

.lightning-key
{
	height: 24px;
}

#sound
{
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

.c2g {
	color: blue;
}

.g2c {
	color: red;
}

.c2c {
	color: #C5B358;
}

.bolt {
	font-size: 9px;
	font-family: Helvetica, Arial;
}

.gm-style-iw div {overflow:hidden !important;}