#tagcloud {
	width: 100%;
	padding: 10px;
	padding-top: 10px;
	border: 1px solid rgba(51, 51, 51, 0.0980392);
	text-align:center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#tagcloud a:link, #tagcloud a:visited {
        max-width: 100px;
 	padding: 0 1em;
 	background-color: #001d59;
 	border: 1px solid #aaa;
 	border-radius: 5px;
 	white-space: nowrap;
 	text-overflow: ellipsis;
 	overflow: hidden;
 	color: #fff;
 	text-decoration: none;
 	-webkit-transition: .2s;
 	transition: .2s;
        margin-top:1em;
}

#tagcloud a:hover {
	text-decoration: underline;
}

#tagcloud span {
	padding: 4px;
}

#tagcloud .smallest {
	font-size: x-small;
}

#tagcloud .small {
	font-size: small;
}

#tagcloud .medium {
	font-size:medium;
}

#tagcloud .large {
	font-size:large;
}

#tagcloud .largest {
	font-size:x-large;
}
