/***********************************************************************
* Bent-O-Rama ListAllVisits.css
************************************************************************
* Copyright (c) 2019, Paul Kimpel.
* Licensed under the MIT License, see
*       http://www.opensource.org/licenses/mit-license.php
************************************************************************
* Style sheet for ListAllVisits.html
************************************************************************
* 2019-08-01  P.Kimpel
*   Original version, cloned from ManageDeviceForm.html.
***********************************************************************/

BODY {
    position:           relative;
    height:             calc(100% - 4ex)}

#HelpIcon {
    position:           absolute;
    top:                0;
    right:              96px}

#BentORamaLinkDiv {
    position:           absolute;
    top:                0;
    right:              150px;
    font-size:          smaller}

#MainDiv{
    position:           relative}

#ListAllVisitsTable {
    margin-top:         0.5em}

#ListAllVisitsBody TR {
    vertical-align:     top}

#ListAllVisitsBody TD {
    padding-left:       8px;
    padding-right:      8px;
    white-space:        nowrap}

#BentSeqHeader,
#BentNameHeader {
    display:            none}
