/* landscape view overrides for ../orientation.xhtml */

div.data div.section {
width: 50em;
font-size: 10pt;

}

div.data div.section div {
/*    width: 50em; */
    height: 4em;
    border-width: 0px 0px 1px 0px;
    border-color: black;
}

div.data div.section div.date {
width: 5em; }

div.data div.section div.hour {
padding-left: .3em;
padding-right: .3em;
width: 3em; }

div.data div.section div.tbd {
width: 8em; }

div.data div.section div.info {
width: 30em; } 

div.data div.section div.price {
width: 10em; } 



div.data div.section div.time {
    /* width is four of the .section div widths plus three of the .section div border widths */
    width: 0px;
}

div.runlable {
    height: 0px;
    width: 0px;
    border-bottom-width: 0px;


    border-bottom-color: black;
}


