table.event, table.event table
{
 margin-bottom: 10px;
 width: 100%;
}

td.event_name
{
 font-size: 12px;
 font-weight: bold;
 color: #000000;
 padding: 2px;
 background-color: #bbdd88;
 border: 1px solid #bbdd88;
}

td.event_date
{
 font-size: 11px;
 font-weight: bold;
 text-align: right;
 padding: 2px;
 vertical-align: bottom;
 border: 1px solid #bbdd88;
 background-color: #bbdd88;
}

td.event_description
{
 width: 100%;
 font-size: 12px;
 text-align: justify;
 background-color: #eeeeee;
 border: 1px solid #eeeeee;
 padding: 3px;
}
