@charset "utf-8";

#eleven-word {
	background-color: #fff;
	border: 2px solid #666;
	display: none;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
	position: fixed;
	z-index: 10001;
	max-width: 400px;

	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#eleven-word dt {
	color: #333;
	font-weight: bold;
}

#eleven-word dd {
	color: #333;
	font-weight: bold;
}

a.eleven-word {
	border-bottom: 1px dotted #36c !important;
	color: #36c !important;
	text-decoration: none !important;
	font-weight: bold;
}

a.eleven-word:hover {
	border-bottom: 1px dotted #f60 !important;
	color: #f60 !important;
	font-weight: bold !important;
}

@media screen and (max-width: 769px) {
	a.eleven-word {
		border-bottom: 1px dotted #36c !important;
		color: #36c !important;
		text-decoration: none !important;
		font-weight: initial;
	}
}
