/* Reducing the height of page header */
#top2 {
	height: auto;
	padding: 22px;
}
#top2 h1 {
	padding: 0;
}

/* Undoing the block+float of .attach */
.attach.inline {
	display: inline;
	float: none;
	padding: 0 0 0 12px; /* was 0 6px 0 12px */
}

/* Used at "About me" post */
.about_me_table {
	border-collapse: collapse;
}
.about_me_table td,
.about_me_table th {
	padding: 2px 4px;
}

.about_me_table a {
	text-decoration: none;
}
.about_me_table a:hover {
	text-decoration: underline;
}

.about_me_table .header {
	background: black;
	color: white;
}
.about_me_table .category {
	background: #DDDDDD;
	color: black;
}

.about_me_table td:first-child {
	padding-left: 1em;
}
