/***********************************************************************
* UNITE Agenda FullAgenda.css
************************************************************************
* Copyright (c) 2020, Paul Kimpel.
* Licensed under the MIT License, see
*       http://www.opensource.org/licenses/mit-license.php
************************************************************************
* Style sheet for FullAgenda.html page.
************************************************************************
* 2020-09-04  P.Kimpel
*   Original version, cloned from CAG.css.
***********************************************************************/

#HelpIcon {
    visibility:         hidden}

#HeadTitle H2 {
    margin-top:         0;
    margin-bottom:      0}

#MainDiv{
    position:           relative;
    display:            none;
    max-width:          40em;
    margin-left:        auto;
    margin-right:       auto;
    margin-top:         1ex}

#IGLegendTable {
    margin-top:         2em;
    margin-left:        auto;
    margin-right:       auto}

.container {
    orphans:            8;
    widows:             2}

.dateHeader {
    margin-top:         1em;
    margin-bottom:      1em;
    text-align:         center;
    font-size:          x-large;
    font-weight:        bold}

.detailsTable {
    margin-left:        2em}
.heading {
    font-weight:        bold;
    margin-top:         2em}
.content {
    orphans:            2;
    max-width:          40em}
.exLeading {
    margin-top:         1ex}
