.comments_event{
	display: inline;	
}

.add_comment{
	font-size: 105%;
	font-weight: bold;
}

.select_dest_title {
    font-weight:bold;
    display:block;
    margin-top:3px;
}

.container_selections select {
    margin:4px 0 4px 20px;
    padding-right:5px;
}

.container_selections .loading_image {
    display:none;
}


.comments_event #discussion{
	width:100%;
}


#comments { margin-top: 35px;}
#comments .comment {border: 1px solid #B3D5EF; margin: 0px;}
#comments .comment-content {padding: 15px;}
#comments .odd {background-color: #f1f5f8;}
#comments .even {background-color: #FFFFFF;}
#comments .infos { padding: 10px; border: 1px solid #B3D5EF; border-left: 3px solid #B3D5EF; }
