/****************************************************************/


/* Visualization tool                   (c) Andrea Vaccari 2016 */


/*                                GNU General Public License v3 */


/* Please cite our related works:                               */


/*                            DOI: 10.1080/01431161.2013.833357 */


/*                            DOI: 10.1109/SSIAI.2016.7459192   */


/*                                                              */

/****************************************************************/

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

body {
    font-family: Century Gothic, sans-serif;
}


/* General */

.hidden {
    display: none;
}

.floatRight {
    float: right;
}


/* Feature property popup table inside leaflet popup */

#featureTable {
    overflow-y: auto;
    height: 25em;
}


/* Menu */

#menuContent p {
    margin: 0.25em;
    margin-left: 1em;
    margin-right: 0;
}

#menuContent h2 {
    padding: 0.25em;
    background-color: rgba(255, 255, 255, 0.5);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 1em;
}
