body#rankings #content table.insults,
body#rankings #content table.users{
margin:0;
width:100%;
color:inherit;
background-color:#eee;
border-collapse:collapse;
border:1px solid #ddd;
}
body#rankings #content table.insults th,
body#rankings #content table.users th{
font-weight:bold;
text-align:center;
vertical-align:bottom;
}
body#rankings #content table.insults th,
body#rankings #content table.insults td, 
body#rankings #content table.users th,
body#rankings #content table.users td{
border:1px solid #000000;
padding:0.5em 0.5em;
}
body#rankings #content table.insults tr.insult{
text-align:justify;
}
body#rankings #content table.users tr.user td.name,
body#rankings #content table.insults tr.insult td.author{
text-align:left;
}
body#rankings #content table.insults tr.insult td.author,
body#rankings #content table.insults tr.insult td.ratings,
body#rankings #content table.insults tr.insult td.your_rating,
body#rankings #content table.users tr.user td.ratings,
body#rankings #content table.users tr.user td.insults{
text-align:center;
}
body#rankings #content table.insults th.author,
body#rankings #content table.insults th.ratings,
body#rankings #content table.insults th.your_rating,
body#rankings #content table.users th.insults,
body#rankings #content table.users th.ratings{
width:10%;
}
body#rankings #content table.insults th.position,
body#rankings #content table.users th.position{
width:5%;
}
body#rankings #content table.insults td.position,
body#rankings #content table.users td.position{
text-align:right;
}
body#rankings #content table.insults,
body#rankings #content table.users{
margin-bottom:1.5em;
}