/*	posti sala	*/

.postiTab {
	position:relative;
	width:100%;
	
	margin-bottom: 20px;
}

.postiTab_row {
	position:relative;
	width: 100%;
	box-sizing: border-box;
	padding:0 20px;
	border-radius: 4px;
}

.postiTab_row div {
	float:left;
	text-align:left;
	padding:12px 0;
}

.postiTab_row div.nomeSala {
	width:40%;
}

.postiTab_row div.postiSala {
	width:30%;
	text-align: center;
}

.postiTab_row div.postiDisabili {
	width:30%;
	text-align: center;
}

.even { background: #f1f1f1; }

.even_dark { background: #1d1d1b; }