div.rentalot_wrapper {text-align:center}
div.rentalot_inner {display:inline-block}
table.rentalot {margin:auto;border:1px solid lightgray;border-collapse:collapse}
table.rentalot tr.rentalot_odd  {background-color:#fafafa}
table.rentalot tr.rentalot_even {background-color:#e1f5fe}
table.rentalot td {border:1px solid white;padding:1px 6px;height:26px;text-align:center;vertical-align:middle}
table.rentalot th {border:1px solid white;border-bottom:5px solid white;height:45px;padding:0 5px 0 5px;
     text-align:center;vertical-align:middle;font-size:20px;font-weight:normal;color:white;background-color:#549bd4}
table.rentalot td.rentalot_date_from {text-align:left;background-color:rgba(181,207,156,0.59)}
table.rentalot td.rentalot_date_to   {text-align:left;background-color:rgba(181,207,156,0.59)}
table.rentalot td.rentalot_provisional {background:url(question3.png) no-repeat 5px center;padding-left:20px}
table.rentalot td.rentalot_booked      {background:url(cross3.png) no-repeat 5px center;padding-left:20px}
table.rentalot td.rentalot_available   {background:url(tick3.png) no-repeat 5px center;padding-left:20px}

div.rentalot_currency  {text-align:right}
div.rentalot_currency form {margin:0}
div.rentalot_currency select {font-size:16px;height:32px;width:auto;margin:0 3px 3px 3px;border:1px solid#ccc}

div.rentalot_ttext     {margin-bottom:10px}
div.rentalot_btext     {margin-top:10px}

@media screen and (max-width:600px) {
	table.rentalot {width:100%}
	table.rentalot th {padding:1px 3px;font-size:14px}
	table.rentalot td {padding:1px 3px;font-size:14px;text-align:center !important}
}

@media screen and (max-width:550px) {
	table.rentalot th {word-wrap:break-word;overflow-wrap:break-word;hyphens:auto}
    span.rp_avtext {display:none}
	td.rentalot_icon {background-position-x:center !important}
}