@CHARSET "UTF-8";

.uas_item {
	border-collapse:				collapse;
	width:							100%;
	margin-bottom:					10px;
	border-bottom:					1px dotted #888;
}

.uas_item td {
	padding:						4px;
}

.uas_useragent {
	width:							33%;
	font-size:						11px;
}

.uas_browsers {
	font-weight:					bold;
		color:							#CC780F;
	width:							33%;
}

.uas_os {
	font-weight:					bold;
		color:							#0F79CC;
	width:							33%;
}

.uas_device {
	font-weight:					bold;
		color:							#666;
	width:							33%;
}

#uas_index {
	width:							100%;
	border-collapse:				collapse;
	margin-bottom:					60px;
}

#uas_index td, #uas_index th {
	padding:						4px;
	border:							1px solid #888;
	vertical-align:					top;
	line-height:					1.3em;
	text-align:						left;
}

#uas_index th {
	background-color:				#CCC;
}