.o-account {
	margin-bottom: 2em;
	margin-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #eee;
}

@media only screen and (min-width: 51.188em) {
	.o-account--mini {
		float: left;
		width: 48%;
	}

	.o-account--mini:nth-child(odd) {
		margin-right: 4%;
	}
}

.button--account {
	margin-bottom: 1.5em;
}

.o-invoice {
	border: 1px solid #eee;
}

.o-invoice__heading {
	margin-top: 1em;
}

.o-invoice__personal {
	background: #eee;
}

.o-invoice__header {
	padding: .25em 1em;
	background: #eee;
	border-color: #eee;
}

.o-invoice__cell {
	padding: .25em 1em;
}

.button--account {
	padding: 1em;
	background: #f77167 !important;
}

.pw-back-button {
	margin-bottom: 1.5em;
}