@import url( /wp-content/lib/chunks/addthis.css );
@import url( /wp-content/lib/chunks/singular.css );
@import url( /wp-content/lib/chunks/tables.css );
@import url( /wp-content/lib/chunks/footnotes.css );
@import url( /wp-content/lib/chunks/sidebar-widget.css );
@import url( chunks/map-and-info-box.css );
#hispanic-population-map-container{
    display: flex;
    flex-direction: row;
}
.state-county-database h1 {
padding-top:0;
}
.state-county-database .content h3 {
margin:0;
padding: 0px 0 5px;
}
.state-county-database .content p {
margin-bottom:1em;
font-size:1.2em;
line-height:1.4em;
}
.state-county-database .content .download-all {
font-size:1em;
padding:10px 0 20px;
}
.state-county-database .content a {
font-family:Verdana, Geneva, sans-serif;
}
.state-county-database .content form {
margin-bottom: 15px;
}
.state-county-database p.download {
margin-bottom:0;
}
.state-county-database sup {
font-weight:normal;
}
.state-county-database table {
margin-bottom:0;
margin-top: 10px;
width:100%;
}
.state-county-database th,
.state-county-database td {
font-size:1.2em;
padding:7px;
}
.state-county-database th {
background-color: #363634;
color:#fff;
text-transform:none;
vertical-align:bottom;
padding-bottom:9px;
}
.state-county-database td {
background-color: #F5F4EE;
border: 1px solid #FFF;
}
.state-county-database .four-columns .alignleft {
width:60%;
}
.state-county-database .highlight td {
background-color:#D8D7DD;
}
.state-county-database td sup {
color:#666;
font-size:0.83333em;
}
.state-county-database table sup a {
color:#fff;
}
.state-county-database ol li {
list-style:decimal;
}
#state-overview {
text-align:center;
}
#state-overview h2 {
border-top:0 none;
}
#state-overview dl {
margin-top:20px;
}
#state-overview dt {
text-transform:uppercase;
font-size:1.2em;
line-height:133%;
}
#state-overview dd {
font-size:3.6em;
line-height:120%;
color:#57311F;
padding-bottom:5px;
border-bottom:1px dotted #ccc;
margin-bottom:15px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight:bold;
}
.state-county-database #us-map {
padding:20px 0;
}
.state-county-database ul.column {
float:left;
width:140px;
padding-left:0;
}
.state-county-database ul.column li {
font-size:1.2em;
margin-bottom:2px;
list-style:none;
}
.state-county-database .footnotes {
margin:40px 0;
}


.state-county-database .download-all {
clear:both;
}


@media only screen and (max-width: 640px) {
    #hispanic-population-map-container{
        display: flex;
        flex-direction: column-reverse;;
    }
    #info-box{
        width: 100%;
    }
    #us-map{
        width: 100%;
        height: 300px;
    }
}
