#wppvisits{
	font-family: Tahoma;
	font-size: 12px;
	border: 1px solid #cecece;
	padding: 10px 10px 5px 10px;
	border-radius: 3px;
}
#wppvisits table{
	width: 100%;
}
#wppvisits table tr th{
	text-align: center;
	padding: 5px 0 12px 0;
}
#wppvisits table tr td:last-child{
	text-align: center;
}
#wppvisits table tr td{
	border-bottom: 1px solid #e9e9e9;
	padding: 7px 0;
}
#wppvisits table tr:last-child td{
	border: none;
}