@charset "utf-8";

table.table_results {
	width: 90%;
	padding : 8px;
	border-frame: below;
}
table.table_results td {
    padding: 3px;
    text-align: left;
    white-space: nowrap;
	vertical-align: top;
}
ul#results_list {
	list-style-type: none;
	padding: 15px;
}
li.results_list {
	list-style-image:url(../images/results/point_img.gif) ; 
	margin-bottom: 5px;
}

