/**
 * THE BIG MAP section
 * which also has KEY FACTS content, which is long HTML
 **/

#mapcontainer {
}

#mapcontainer h2 {
    font-size: 20px;
}

#statedistrictmap {
    width: 100%;
    height: 50vh;
    min-height: 3in;
    max-height: 6in;

    border: 1px solid #F7F4F2;
}

#mapcontainer p.mapbuttons {
    margin-bottom: 10px;
}

#mapcontainer p.mapbuttons button {
    margin-right: 10px;
    margin-bottom: 8px;
}

#statedetails-keyfacts {
}

#statedetails-keyfacts div.statedetails-keyfacts {
}

#statedetails-keyfacts div.statedetails-keyfacts > div {
}


/**
 * STATE SUMMARY text box
 **/

#statesummary {
}

#statesummary div.container.bgwhite p:last-child {  /* Wordpress adds P tags, which can create extra unwanted space at the end */
    margin-bottom: 0;
}

