@CHARSET "utf-8";
@media all
{
	#ego_tag_cloud {
		text-align: center;
		padding-top: 0.5rem;
	}

	.ego_tag_clear {
		clear: both;
		font-size: 0;
		line-height: 0;
	}

	#ego_tag_cloud ul, #ego_tag_cloud ul li {
		padding: 0;
		margin: 0;
		list-style-type: none;
		list-style-image: none;
		border: none;
		background: none;
	}

	#ego_tag_cloud ul li {
		float: left;
		display: inline;
		margin: 0.5rem 0.25rem;
	}
	#ego_tag_cloud ul li:before {
		content: "";
	}

	#ego_tag_cloud a {
		padding: 0.2rem 0.5rem;
		text-decoration: none;
		color: #555;
		white-space: none;
		border-bottom: none;
		border-bottom: none;
		border: 1px solid #eee;
		background-color: #eee;
		border-radius: 5px;
	}

	#ego_tag_cloud a:before {
		content: "";
	}

	#ego_tag_cloud a:hover {
		color: #eee;
		background-color: #aaa !important;
	}

	#ego_tag_cloud a.tag1 {
		font-size: 0.5rem;
	}

	#ego_tag_cloud a.tag2 {
		font-size: 0.55rem;
	}

	#ego_tag_cloud a.tag3 {
		font-size: 0.6rem;
	}

	#ego_tag_cloud a.tag4 {
		font-size: 0.65rem;
	}

	#ego_tag_cloud a.tag5 {
		font-size: 0.7rem;
	}

	#ego_tag_cloud a.tag6 {
		font-size: 0.75rem;
	}

	#ego_tag_cloud a.tag7 {
		font-size: 0.8rem;
	}

	#ego_tag_cloud a.tag8 {
		font-size: 0.85rem;
	}

	#ego_tag_cloud a.tag9 {
		font-size: 0.9rem;
	}

	#ego_tag_cloud a.tag10 {
		font-size: 0.95rem;
	}
}
