#add{
  text-align: right !important;
  width:900px;
  height:20px;
  float:left;
  margin:45px 50px 0 0;
}
#add a
{
  text-decoration:none;
  color:#FC0;	
}
#contenitore_app #entries
{
width:950px;
height:390px;
float:left;
margin:5px 12px 5px 12px;
overflow: auto;
position:absolute;
z-index:3;
top:20%;
}
.entry {
  margin-top:10px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}
.entry .entryheading{
  float: left;
  font-style: italic;
  margin-right: 5px;
  color:#FC0;
}
.entry .entrycontent{
  clear: both;
  border-top: 1px dotted #cccccc;
}
.entry .icons{
  float: right;
}
.entry .rating{
  float: left;
}
