.map-component-layout-wrapper{display:flex;flex-wrap:nowrap}
.map-component-map-column{flex:0 0 calc(75% - 20px);box-sizing:border-box;min-width:0}
.map-component-content-column .state-dropdown-container select.state-selector{width:100%;padding:10px 12px;margin-top:10px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;background-color:#fff;font-size:1em;cursor:pointer}
.map-component-map-column .map-component-container{width:100%;margin:auto}
.map-component-container{margin:auto;position:relative;height:auto}
.datamap-target{position:relative;padding-bottom:60%;overflow:hidden}
.map-component-container .datamap-target svg{position:absolute;top:0;left:0;width:100%;height:100%}
.datamaps-label{font-weight:bold;fill:#333;transition:fill .2s;cursor:pointer}
@media(max-width:768px){.map-component-layout-wrapper{flex-direction:column;max-width:95%}
.map-component-content-column,.map-component-map-column{flex-basis:100%;width:100%;min-width:auto;flex-grow:0;flex-shrink:1}
.map-component-content-column{margin-bottom:20px}
}