@import url('common.css');

div.events_listitem {
clear: both;
float: left;
width: 90%;
padding: 14px;
margin: 0;
line-height: 130%;
border-bottom: 1px dashed #333;
}

div.events_listitem .canceled, div.events_item .canceled
{
text-decoration: line-through;
}

div.events_item {
clear: both;
float: left;
width: 90%;
padding: 14px;
margin: 0;
line-height: 130%;
}

div.events_item div.image
{
float: left;
width: 100%;
text-align: center;
padding: 0;
margin:0;
margin-bottom: 12px;
}


div.events_item p.details
{
font-weight: bold;
text-align: center;
}

div.events_item p.infos
{
text-align: center;
}