.word {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	position: absolute;
	z-index: 997;
	padding: 1px 4px;
	line-height: 1.2em;
	margin: 4px 7px; /* Keep in sync with word_overlay.js WORD_MARGIN */
	-webkit-transform: translate3d(0px, 0px, 0px); /* Fix for leaflet on safari so the words aren't 'hidden' behind other 3d transformed elements */
	white-space:nowrap;
}

.word:hover {
	z-index: 998;
	cursor: pointer;
	opacity: .9 !important;
}

.word_0 {
	font-size: 10px;
	opacity: .3;
	z-index: 989;
}

.word_1 {
	font-size: 12px;
	opacity: .3;
	z-index: 990;
}

.word_2 {
	font-size: 14px;
	opacity: .3;
	z-index: 991;
}

.word_3 {
	font-size: 16px;
	opacity: .3;
	z-index: 992;
}

.word_4 {
	font-size: 17px;
	opacity: .3;
	z-index: 993;
}

.word_5 {
	font-size: 22px;
	opacity: .4;
	z-index: 994;
}

.word_6 {
	font-size: 26px;
	opacity: .5;
	z-index: 995;
}

.word_7 {
	font-size: 30px;
	opacity: .6;
	z-index: 996;
}

.word_8 {
	font-size: 36px;
	opacity: .7;
	z-index: 997;
}

.word_9 {
	font-size: 42px;
	opacity: .8;
	z-index: 998;
}


/* Default style */
.word_default {
	background-color: #222;
	color: #fff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #333;
}

.word_default:hover {
	color: #fff;
	background-color: #000;
/*	background: -webkit-gradient(linear, left top, left bottom, from(#131A2B), to(#4e5763)); */
	border: 1px solid #000;
}

.word_default_selected, .word_default_selected:hover {
	z-index: 999 !important;
	cursor: pointer;
	opacity: 1.0 !important;
	color: #fff !important;
	background-color: #000;
/*	background: -webkit-gradient(linear, left top, left bottom, from(#9aa6b8), to(#6b7a91), color-stop(0.5, #818fa4), color-stop(0.5, #78869c)); */
	border: 1px solid #FFF;
	font-weight: bold;
}

.word_media {
	font-weight: bold;
}

.word-hashtag {
/*    color:#F8F;
    background-color:#080;*/
}
.word-word {
/*    color:#FF8;
    background-color:#008;*/

}
.word-user {
/*    color:#8FF;
    background-color:#800;*/
}