Template:Move/styles.css

.tpl-move {
	margin: 0 auto 1em;
	border: 2px solid #dda;
	padding: .2em .55em;
	background-color: #ffe;
	color: #333;
}
.tpl-move-intro {
	font-size: 120%;
	font-weight: bold;
}
.tpl-move-reasondate {
	margin: .4em 1em;
	font-size: 94%;
}
.tpl-move-reasondate p {
	margin: 0;
}
.tpl-move-missingdata {
	font-weight: normal;
	color: red;
	background-color: yellow;
}
.tpl-move-details {
	font-size: 82%;
	line-height: 130%;
}
.tpl-move hr {
	background-color: #dda;
	margin: .2em 0;
}

@media (min-width: 720px) {
	.tpl-move {
		width: 85%;
	}
}