    .sidebar_widget table {
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
	margin-top: -15px;
	border-bottom: 5px solid #bcbcbc;
	color: #555;
	font-family: "Courier New";
	font-size: 1.2em;
    }
    .sidebar_widget table tr {
	border: 2px solid #bcbcbc;
	border-width: 0 0 1px 0;
    }
    .sidebar_widget table td {
	text-align:right;
	padding:3px 15px;
	background:#ddd;
    }
    .sidebar_widget table .alt td {
	background:#eee;
    }
    .sidebar_widget table td:first-child {
	text-align:left;
	font-weight: bold;
	border-right: 1px solid #bcbcbc;
    }

