/***********************************************************************
* Bent-O-Rama AlumniMap.css
************************************************************************
* Copyright (c) 2022, Paul Kimpel.
* Licensed under the MIT License, see
*       http://www.opensource.org/licenses/mit-license.php
************************************************************************
* Style sheet for AlumniMap.html.
************************************************************************
* 2022-10-17  P.Kimpel
*   Original version, cloned from PutYourChapterOnTheMap.css.
***********************************************************************/


BODY {
    position:           relative;
    height:             calc(100% - 8px)}

.headline {
    font-size:          larger;
    font-weight:        bold}
.larger {
    font-size:          larger}
.logo {
    top:                8px;
    border:             1px solid #003479;
    background-color:   white;
    padding:            4px}

#MapContainer {
    position:           absolute;
    left:               0;
    top:                0;
    bottom:             0;
    width:              100%}
#Map {
    position:           absolute;
    left:               0;
    right:              0;
    top:                0;
    bottom:             0}

#MapLegendDiv {
    position:           relative;
    display:            none;
    font-family:        Arial, Helvetica, sans-serif;
    font-size:          3vh;            /* 3% of window height */
    font-weight:        bold;
    background-color:   #FFC;
    text-align:         center;
    padding:            10px;
    margin:             10px;
    border:             2px solid #F00}
#MapLegendDiv IMG {
    vertical-align:     middle}
