.event .info .label {
    font-weight: bold;
    text-align:right;
    padding-right:0.3em;
}

#event_map {
    float:right;
    width:400px;
    height:425px;
}

.margin-for-map {
    margin-right: 420px;
}

.event-logo {
    display:block;
    margin-bottom: 1.5em;
}

a.disabled_link{
	pointer-events: none;
}

.event .superpowers, .event .superpowers img{
    vertical-align: middle;
}

.event .superpowers a {
    color:#CC0518;
}

.event .superpowers {
    background-color: #E1CD1F;
    color: black;
    padding:4px;
    margin-top:10px;

    -moz-box-shadow: 0 3px 8px;
    -webkit-box-shadow: 0 3px 8px;
    box-shadow: 0 3px 8px;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.event .event-description {
    margin:1.5em 0;
}

.event .minor-informations {
    margin-bottom:1.5em;
}

.comments_event {
        margin-top: 10px;

}

.space {
	margin-top: 10px;
	content: ' ';
}

.preview_event{
	width: 65%;
}

.table{
	display:table;
}

.row{
	display: table-row;
}

.cell{
	display:table-cell;
	vertical-align: bottom;
}

.cell .ratingBlock{
	margin-right: 40px;
}
