/***** portrait styles *****/
div.data {
clear: both;
}
div.data div.section {
    float: left;
    margin-right: 0px;
}


/* divs in a section have no classname by design. */
div.data div.section div {
    float: none;
    width: 4em;
    height: 1.2em;
    border: .05em black solid;
    border-top-style: hidden;
    border-left-style: hidden;
}


div.data div.section div.time {
    line-height: 0px;
    height: 0px;
    clear: left;
}

div.data div.section:first-child {
    margin-left: 0px;
}

div.data div.section:first-child div {
    border-left-style: hidden;
    border-right-style: hidden;
}

div.runlable.time {
border-right-style: hidden;
    line-height: 0px;
    height: 0px;
width: 0px;
}

div.runlable {
float: left;
border-right-color: black;
border-right-style: solid;
}



