.admg-dashboard {
	.text-danger {
		color: #a00;
	}
	a.text-danger:hover {
		color:red;
	}

	.postbox {
		h4 {
			margin: 0.33em 0;
		}
	}
}