/* Write your custom CSS rules below */
/* ==================================================================================================== ]]-- Google Maps, Image Download -- */

.download, .permalink, .map {
	margin: 0;
	padding: 2px;
	width: 16px;
	height: 16px;
	background-color: #404040;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	}

.download span, .permalink span, .map span {
	display: none;
	}

.map {
	background-image: url(../images/black/globe_2_icon-16.png);
	position: absolute;
	top: 3px;
	left: 3px;
	}



