table.rental
{
border-collapse:collapse;
border:1px solid #100E12;
width: 100%;
}

th.rental
{
height:auto;
border:1px solid #100E12;
background-color: #100E12;
color:white;
text-align: left;
} 

th.centertext
{
height:auto;
border:1px solid #100E12;
background-color: #100E12;
color:white;
text-align: center;
} 

td.rental
{
padding:5px;
text-align: center;
border:1px solid #100E12;
height:auto;
vertical-align:bottom;
text-align: left;
}

td.rentalprice
{
padding:5px;
text-align: center;
border:1px solid #100E12;
height:auto;
vertical-align:bottom;
text-align: center;
}

.tabletextleft
{
	text-align: left;
}

.tinytext
{
	font-size:12px;
}

.altbackground
{
	background-color: #EAEAEA;
}