﻿div.NatureMap1 {
    overflow: hidden;
    float: left;
    border: thin solid #333;
}

div.debugAuxRegions {
    display: none;
    height: 20px;
    width: 480px;
    overflow: hidden;
    float: left;
    background-color: #ECECFB;
    border: thin solid #333;
    border-left: none;
}

div.commented {
    display: none;
}

div.NatureNavBar {
    height: 75px;
    background-color: #E5FFF0;
}
table.NatureNavBar{
    border:0px;
    width:100%;
    height:75px;
    padding:0px 0px 0px 0px;
}
td.NatureNavBar{
    align-items:center;
    text-align:center;
    padding:0 0 0 0;
    vertical-align:top;
}
img.NatureNavBar {
    height: 50px;
    width:auto;
    padding: 0px 0px 0px 0px;
    border:0px;
}

div.NatureNavBarSpacer {
    height: 10px;
    background-color: #E5FFF0;
    font-size: 8pt;
}


div.NatureSponsorBar {
    height: 150px;
    background-color: #FFFFFF;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

p.NatureSponsorBarTitle {
    font-family: 'Recoleta';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    padding-left: 65px;
    padding-top: 20px;
}

p.NatureSponsorBarSubTitle {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    padding-left: 65px;
}

img.NatureSponsorBarDrag {
    align-self: center;
    position: center;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 8px;
}

div.NatureSponsorBarDrag {
    align-items: center;
    width: 100%;
    text-align: center;
}
