<!-- Table with rounded corners tried out for Capileira page -->

table#capileira_table { width : 100% ; margin-left: 5%; margin-right: 5%; font-family: sans-serif; border: 1 px solid black ;}

table#capileira_table th { border: 1 px solid black ; text-align:center; background-color:#FFFF00}
table#capileira_table td {border: 1 px solid black ; border-radius: 12px; padding: 12px; background-color: #FFFFCC}


<!-- Table with rounded corners for Old Peat Works images tables, with pale orange panels -->

table#opw_images_table { width : 100% ; margin-left: 5%; margin-right: 5%; font-family: sans-serif; border: 2 px solid black ;}
table#opw_images_table th { border: 1 px solid black ; text-align:center; background-color:#FFB673}
table#opw_images_table td {border: 1 px solid black ; border-radius: 12px; padding: 12px; background-color: #FFB673}


table#holidays_table { width : 70% ; margin-left:15%; margin-right:15%; font-family : sans-serif ; border : 1 px solid black ; }

table#holidays_table th { border : 2px solid black ; text-align : center; background-color : white; font:"Calibri"}
table#holidays_table td { background-color : #FFFFCC }


table#new_itinerary_table { width : 95% ; margin-left: 5%; margin-right: 5%; font-family: sans-serif; border: 1 px solid black ;}
table#new_itinerary_table th { border: 1 px solid black ; background-color:#FFFFFF}
table#new_itinerary_table td {background-color: #FFFFBB}
