table.tuotempo-activities th{
	background: var(--ast-global-color-0) !important;
	color: white;
	text-transform: uppercase;
	padding: 14px;
	font-size:16px;
}
table.tuotempo-activities td{
	padding: 5px;
}
table.tuotempo-activities tr:first-child td{
	/*background: none;*/
}
table.tuotempo-activities td{
	border-bottom: 1px solid #cbcbcb;
	border-left: 0px;
    border-right: 0px;
    text-align:left;
}
td.colonna-pulsante-info {
    text-align:right !important;
}
td.colonna-pulsante-info span.price{
    font-weight: bold;
    font-size: 18px;
    color: var(--ast-global-color-0);
    margin-right: 10px
}
table.tuotempo-activities tbody tr:hover{
	background-color: var(--ast-global-color-0);
	color: white;
}
table.tuotempo-activities tbody tr:hover span.price {
    color: white;
}
table.tuotempo-activities tbody tr:hover > td > a.tuotempo-btn-info{
	border: 1px solid white;
	color: white;
}
a.tuotempo-btn-info{
	display: inline-block;
	padding: 6px 8px;
	border: 1px solid var(--ast-global-color-0);
	width: 120px;
	text-align:center;
}
a.tuotempo-btn-info:hover{
	background-color: var(--ast-global-color-0);
	color: white;
}
.modal-tuotempo-info-activity{
	background-color: white;
    margin: 0 auto;
    padding: 10px 10px 10px 10px;
}
.modal-tuotempo-wrap .mfp-ajax-holder .mfp-content {
    max-width: 30%;
}
.modal-tuotempo-wrap button.mfp-close{
	color: black;
    background: var(--ast-global-color-1);
	opacity: 100;
	margin-right: 10px;
	margin-top: 10px;
	width: 38px;
    height: 38px;
    line-height: 38px;
}
.modal-tuotempo-info-activity a.prenota {
    padding: 8px 0px 8px 0px;
    text-align: center;
    border: 1px solid var(--ast-global-color-1);
    width: 100%;
    display: block;
    text-transform: uppercase;
    background: var(--ast-global-color-1);
    color: #fff;
    text-decoration: none;
}
.modal-tuotempo-info-activity a.prenota:hover{opacity: 0.9;}
a.prenota:hover span {border-bottom: 1px dashed;}
.modal-tuotempo-info-activity h2 { font-weight: bold; }
.modal-tuotempo-wrap p.error {text-align: center;margin: 20px;}
/* Tablet di media grandezza, schermi desktop piccoli */
@media only screen and (max-width : 992px) {
	.modal-tuotempo-wrap .mfp-ajax-holder .mfp-content {max-width: 100%;}
}
