Template:Protected page text/styles.css

/* {{PP-template}} */
.pptext-suggestions {
	margin-top: 1em;
}
.pptext-suggestions-column h2 {
	margin-bottom: -.23em;
	border-bottom: 0;
	padding: .37em .15em 0 1.15em;
	font-size: 130%;
	font-weight: bold;
}
.pptext-edit-request {
	list-style: none;
	text-align: center;
	margin: .5em auto;
}
@media (min-width: 720px) {
	.pptext-suggestions {
		display: table;
	}
	.pptext-suggestions-row {
		display: table-row;
	}
	.pptext-suggestions-column {
		display: table-cell;
		width: 50%;
		vertical-align: top;
	}
}