/**
 * @version $Revision: 323 $ / $Date: 2010-06-09 11:05:23 +0100 (Wed, 09 Jun 2010) $
 */
div.latest-news h3 {
   font-size:90%;
   font-weight:bold;
   margin:15px 0 0 0;
}


div.latest-news p {
   line-height:150%;
   font-size:70% !important;
   text-align:justify;
   margin:10px 0 0 0;
}


div.latest-news p.read-more {
   margin:0;
}

div.latest-news p.date {
   font-size:60% !important;
   margin:0;
}

div.date p {
   margin:0;
   font-size:80%;
}

div.latest-news {
   height:300px;
   overflow:auto;
   padding:2px 16px 5px 5px;
   border:1px solid #cccccc;
   -webkit-border-radius:5px;
   -moz-border-radius: 5px;
}