#content-wrapper .museumTicketsTable {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0;
}

#content-wrapper .museumTicketsTable th,
#content-wrapper .museumTicketsTable td {
	padding: 8px;
	text-align: left;
	border: 1px solid #ccc;
}

#content-wrapper .museumTicketsTable td:nth-child(2) {
	text-align: right;
}

.museumTicketsTable input {
	width: 80px;
}



@media all and (max-width: 480px)
{
	#content-wrapper .museumTicketsTable th,
	#content-wrapper .museumTicketsTable td {
		padding: 5px;
		font-size: 12px;
	}
	
	#content-wrapper .museumTicketsTable button.button {
		background-image: none !important;
		padding-right: 10px !important;
		font-size: 12px;
	}
}