.example-date {
background-color: rgba(0,0,0,0.15);
float: left;
position: relative;
padding: 45px 5px 0px;
margin-left: 10px;
margin-right:30px;
margin-bottom:5px;
}
.example-date .example-day {
font-size: 39px;
line-height: 45px;
position: absolute;
left: 5px;
top: 0px;
}
.example-date .example-month {
text-transform: uppercase;
font-size: 25px;
}
.example-date .example-year {
display: block;
position: absolute;
right: -5px;
top: 15px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
}
.news a
{
color:#800000;
padding:0px;
font-weight:bold;
}
.news {
width:100%;
text-align:justify;
border-bottom:1px dotted #800000;
}
.news .more
{
color:#800000;
font-weight:bold;
text-transform:none;
margin-left: 10px;
border-bottom:none;
}
.newstype {
float: right;
position: relative;
padding: 5px 5px 10px;
margin-left: 25px;
margin-right:30px;
margin-bottom:5px;
}
.fieldset-legend 
{
  padding: 1em;
  text-transform:none; 
  color:#800000; 
  font-weight:bold;
  border:1px dotted #800000;
  width:50%; 
}  
.fieldset-legend span
{
  float:left;
  padding:15px;
  text-align:center;
}