/* Home*/
div.friendblock {
display: block;
width: 95%;
margin-left: 5px;
margin-top: 20px;
padding: 0;
}
div.details {
float: left;
width: 24%;
height: auto;
margin-left: 0;
font-size: 80%;
font-variant: small-caps;
}
div.details li.name, li.name {
font-size: 100%;
font-weight: bold;
font-variant: small-caps;
list-style: none;
}

div.details li {
list-style: none;
}
div.details2{
float: left;
width: 24%;
height: auto;
margin-left: 5px;
font-size: 80%;
font-variant: small-caps;
}
div.details2 li.name {
font-size: 100%;
font-weight: bold;
font-variant: small-caps;
list-style: none;
}
div.details2 li {
list-style: none;
}
/* */
#content #main p.categ, #content #main p.points, 
#content #main p.subject, #content #main p.pointss{
  margin: 5px 0px 0px 0;
}
p.subject {
float: left;
width: 80%;
font-size: 100%;
font-weight: bold;
font-variant: small-caps;
}
p.points {
float: left;
width: 10%;
font-size: 100%;
font-weight: bold;
font-variant: small-caps;
text-align: right;
}
p.categ {
float: left;
width: 80%;
font-size: 80%;
font-variant: small-caps;
}
p.pointss {
float: left;
width: 10%;
font-size: 80%;
font-weight: bold;
font-variant: small-caps;
text-align: right;
}