.dsn_meta_box .meta_item {
	padding:10px 0;
}

.dsn_meta_box tr.odd label,
.dsn_meta_box tr.odd td,
.dsn_meta_box tr.odd {
	background-color:#ddd;
}
.dsn_meta_box tr.even td,
.dsn_meta_box tr.even label,
.dsn_meta_box tr.even {
	background-color:#eee;
}

.dsn_meta_box table {
	margin-top:0.5em;
	margin-bottom:0.5em;
	padding:0.2em;
}
.dsn_meta_box table .label {
	font-weight:bold;
	font-size:110%;
	width:100px;
}
.dsn_meta_box table,
.dsn_meta_box tr,
.dsn_meta_box td {
	border-collapse: collapse !important;
	border:none;
}
.dsn_meta_box td {
	padding:0.6em 0.3em;
}

.dsn_meta_box .checkbox {
	background-color:transparent;
}

.updated.dsn .title {
	font-weight:bold;
	margin:0;
	padding:0;
	padding-top:0.2em;
}

#dsn_dashboard .dashboard_note:nth-last-child(-n+1) {
	border-bottom:none;
}
#dsn_dashboard .dashboard_note {
	margin:0;
	padding:0;
	border-bottom: 1px dashed #ccc;
	margin-bottom:1em;
}