.voting {
margin-top:20px;
}
.voting .tagcloud {
text-align:center;
font-weight:bold;
margin: 0 auto 10px auto;
}
a.tagbtn,
a.tagbtn:link,
a.tagbtn:visited,
a.tagbtn:active {
padding: 0 3px;
white-space: nowrap;
cursor: pointer;
font-size: 14px;
line-height: 22px;
}
a.tagbtn:hover,
a.tagbtn:focus {
border: 2px solid #aaa;
font-size: 18px;
background-color: #ddd;
padding: 0 2px;
line-height: 18px;
}
.voting ul.myvotes {
}
ul.myvotes .listitem {
position:relative;
height:60px; 
border-bottom:1px solid #ddd; 
}
ul.myvotes .listitem .vote {
position:absolute;
top:35px;
left:80px;
font-weight:bold;
}
ul.myvotes .listitem .voterimage {
position:absolute;
top:4px;
left:10px;
}
ul.myvotes .listitem h1 {
position:absolute;
left:80px;
top: 6px;
margin: 0;
font-size: 18px;
}
ul.myvotes .listitem .votedate {
font-size:10px;
}


