		abbr
		{
			border-bottom: 3px dotted #000;
			cursor: help;
		}

		/*
			TOOLTIP
		*/

		#tooltip
		{
            width: 40%;
			font-family: Ubuntu, sans-serif;
			font-size: 1em;
			text-align: justify;
			text-shadow: 0 1px rgba( 255, 255, 255, .9 );
			line-height: 1.2;
			color: #000;
			background: #ffffff;
			background: -webkit-gradient( linear, left top, left bottom, from( rgba( 255, 255, 255, 1 ) ), to( rgba( 255, 255, 255, .9 ) ) );
			background: -webkit-linear-gradient( top, rgba( 255, 255, 255, 1 ), rgba( 255, 255, 255, .9 ) );
			background: -moz-linear-gradient( top, rgba( 255, 255, 255, 1 ), rgba( 255, 255, 255, .9 ) );
			background: -ms-radial-gradient( top, rgba( 255, 255, 255, 1 ), rgba( 255, 255, 255, .9 ) );
			background: -o-linear-gradient( top, rgba( 255, 255, 255, 1 ), rgba( 255, 255, 255, .9 ) );
			background: linear-gradient( top, rgba( 255, 255, 255, 1 ), rgba( 255, 255, 255, .9 ) );
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			border-top: 2px solid #000;
			-webkit-box-shadow: 0 1px 1px rgba( 255, 255, 0, .9 );
			-moz-box-shadow: 0 1px 1px rgba( 255, 255, 0, .9 );
			box-shadow: 0 1px 1px rgba( 255, 255, 0, .9 );
			position: absolute;
			z-index: 100;
			padding: 25px;
		}


		/*
			---
		*/