.categoria-span {
    color: black;
    font-size: 20px;
    font-weight: bold;
}

.articolo:active {
	background-color: #ede6d8bd;
	border-radius: 40px;
}

.extra {
	background-color: #ffb5f8;
}

th {
	background-color: #cce6ff;
}

td {
	border: 1px solid black;
	border-radius: 1px;
}

.categoria {
	height: 130px;
    overflow-x: hidden;
    overflow-y: hidden;
    border-style: solid;
    border-radius: 5px;
}

.articolo {
    background-color: palegoldenrod;
    overflow-x: hidden;
    overflow-y: hidden;
    border-style: solid;
    border-radius: 5px;
    width: 100%;
    height: 110px;
}

.articolo-span {
    color: black;
    font-size: 20px;
    font-weight: bold;
}

.calendario {
	width: 100%;
	/*padding: 12px 20px;*/
	margin: 8px 0;
	display: inline-block;
	border: none;
	box-sizing: border-box;
	color: #1f1f21;
	font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.inputRigaAggiunta {
	border: none;
	box-sizing: border-box;
}

.pagina-standard {
	font-size: 18px; 
	padding-top: 0px; 
	margin-left: 10px; 
	margin-right: 10px;
}

.pagina-info {
	text-align: center;
	font-size: 18px; 
	margin-top: 27vh;
	margin-left: 10px; 
	margin-right: 10px;
}

.bottone-standard {
	margin-top: 5px;
}

.cliccabile:hover {
	cursor: pointer;
}

.invisibile {
	display: none;
}

a {
	text-decoration: none;
}

@media print {
	.page, .page__background, .page__content{
	position:relative;
	}
	.page{
	overflow-y:visible;
	}
	ons-navigator, ons-tabbar, ons-splitter, ons-action-sheet, ons-dialog, ons-toast, ons-alert-dialog{
	position:relative;
	overflow:visible;
	}
}