body {
    /* font-size: 1.25em; */
    margin: 0 auto;
    width: 80%;
    max-width: 40 em; 
    padding: 50px;
    font-family: 'Trebuchet MS', 'Gill Sans',  sans-serif;
}

/* Data Navigator buttons */
.dn-entry-button {
    cursor: pointer;
    margin-bottom: 0.5rem 8px;
    min-width: 44px;
    min-height: 44px;
    position: relative;
    padding: 0.5rem 1rem;
}



img {    /* I don't remember what this is for */
    width: 100%;
}

.audiom-embed{
    width: 100%;
    
}

.section{
    margin-top: 100px;
}

li{
    margin-bottom: 15px;
}

h3{
    margin-top: 50px;
}

/*indent the map units*/
.map-units-group{
    margin-left: 30px;
}