html a.blackLink {
	color: black;
	text-decoration: none;
}
a.blackLink:visited {
	color: black;
}
a.blackLink:hover {
	color: #128fce;
}
a.blackButton {
	border: .2px solid lightgray;
	border-radius: 5px;
	display: block;
	padding: 2px 15px;
	height: 100%;
	text-align: center;

}
a.blackButton:hover {
	color: black;
	background: lightgray;
}
a.blackButton:active {
	color: black;
	background: darkgray;
}
a.delete {
	color: black;
	background: red;
}
a.noborder, button.noborder {
	border: none;
	margin: 0px;
}
a.text-align-left, button.text-align-left {
	text-align: left;
}
button.float-right {
	margin: 0px;
	float: right;
}
th.bg-gray, td.bg-gray {
	background-color: lightgray;
}
tr.hidden {
	display: none;
}
tr.show {
	display: table-row;
}
.ui-nosvg .ui-icon-whatsapp:after {
}

@media print {
	.noprint { 
		visibility: hidden;
	}
}
