/***********************************************************************
* UNITE Agenda SpeakerIndex.css
************************************************************************
* Copyright (c) 2020, Paul Kimpel.
* Licensed under the MIT License, see
*       http://www.opensource.org/licenses/mit-license.php
************************************************************************
* Style sheet for SpeakerIndex.html page.
************************************************************************
* 2020-09-02  P.Kimpel
*   Original version, cloned from CAG.css.
***********************************************************************/

#HelpIcon {
    visibility:         hidden}         /**** TEMP ****/

#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}

.heading {
    max-width:          calc(100% - 4em);
    font-weight:        bold;
    margin-top:         1em}
.content {
    max-width:          calc(100% - 4em);
    margin-left:        2em}
.exLeading {
    margin-top:         1ex}
