@charset "utf-8";
/* Extra stylesheet by sofrosune */

/*=== common ===*/

.clearboth { clear:both; }

/*=== $HOME/index.html ===*/

#sub_visual div.event {
	 border:1px solid #b8bfc9;
	 padding:7px 12px;
}

#sub_visual div.event .event_label {
	float:left;
	padding-bottom:5px;
	width:150px;
	/* border:1px solid red;*/
}

#sub_visual div.event .event_text {
	/*float:left;*/
	margin-left:150px;
	line-height:1.3;
	/* border:1px solid green;*/
}

#sub_visual div.event .event_text a {
	font-weight:bold;
}

#sub_visual div.event .event_sepa {
	clear:both;
	 margin:5px 0px;
	 border-top:1px solid #e7eaee;
}

/* end of style */

