table.esitystaulukko {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

table.esitystaulukko td {
	padding: 0.2em 10px 0.2em 0;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	font-size: 0.9em;
}

table.esitystaulukko td.pv {
	width: 30px;
	padding-right: 0;
}

table.esitystaulukko td.pvm {
	width: 40px;
	padding-right: 0;
}

table.esitystaulukko td.klo {
	width: 40px;
	padding-right: 0;
}

table.esitystaulukko td.kuukausi {
	border: 1px solid #999;
	background-color: #eee;
	padding-left: 1em;
	text-transform: uppercase;
}

table.esitystaulukko td.hinta {
	width: 110px;
}

table.esitystaulukko td.esitys {
	width: 140px;
}

table.esitystaulukko td.esitys a {
	text-transform: uppercase;
}

table.esitystaulukko td.nappi {
	text-align: right;
	padding-top: 0.3em;
	padding-right: 0.2em;
	border-right: 1px solid #ccc;
	width: 70px;
}

table.esitystaulukko td.pv {
	padding-left: 0.5em;
	border-left: 1px solid #ccc;
}

table.esitystaulukko td.dividercell {
	border: none;
}

