﻿/* Overrides for logbook entry to enable a vertical layout */
.itemtimeleft
{
    clear:both;
    width: 300px;
}

/* item on the right of a left-right layout */
.itemtimeright
{
    clear:both;
}

/* Basic info about the flight */
.flightinfoblock
{
    clear:both;
}

/* header for a section */
.header
{
    font-weight:bold;
    font-size:8pt;
}

/* the various times for the flight */
.timesblock
{
    clear:both;
    display:block;
}

/* full-width blocks (i.e., no side-to-side */
.fullblock
{
    width:auto;
}

.itemdata
{
    display: inline;
    clear:both;
    font-size:8pt;
}

/* item labels in both left and right times */
.itemtimeleft .itemlabel, .itemtimeright .itemlabel, .flightinfoblock .itemlabel, .itemtime .itemlabel
{
    /* display: inline; */
    float: left;
    text-align: right;
    width: 100px;
    padding-right: 5px;
    vertical-align: baseline;
}

/* flight-info items */
.flightinfoitem
{
    float: none;
}
