.cp-area-personale {
	max-width: 700px;
	margin: 2em auto;
	font-family: inherit;
}
.cp-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ddd;
}
.cp-tabella-cedolini {
	width: 100%;
	border-collapse: collapse;
}
.cp-tabella-cedolini th,
.cp-tabella-cedolini td {
	text-align: left;
	padding: 0.75em;
	border-bottom: 1px solid #eee;
}
.cp-tabella-cedolini .button {
	text-decoration: none;
	padding: 0.4em 1em;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.cp-login-box {
	max-width: 400px;
	margin: 3em auto;
}
