#viz-container {
	max-width: 850px;
    margin: 1% auto;
    font-family: 'Lato';
}

#pmap { 
  height: 400px; 
  /*max-width: 750px;*/
  margin-left: auto;
  margin-right: auto;
}

.map-tooltip tr td {
	padding-right: 10px;
	padding-left: 10px;
}

.map-tooltip thead {
	background-color: rgb(220,220,220,0.3);
}

@media screen and (max-width: 700px) {
  .column {
    flex: 100%;
    width: 100%;
  }

  .button{
    flex: 100%;
    width: 100%;
  }

}

@media screen and (min-width: 700px) {
  .button{
    width: 500px;
  }

}

.responsive {
  width: 100%;
  height: auto;
}

.lead {
    font-size: 1.09375rem;
    margin-bottom: 1rem;
    line-height:1.7rem;
}

h1 {
    font-weight: bold;
    text-align: left;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
	font-size: 2.15em;
}

h2 {
    font-weight: bold;
    text-align: left;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
}

h3 {
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.note {
  font-size: 14px;
  margin: 8px 0px !important;
}

.info {
    padding: 6px 8px;
    font-family: 'Lato';
    font-size: 1.25em;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.city-label {
	fill: none;
    stroke: #fff;
    stroke-width: 3;
    stroke-opacity: .65;
    text-anchor: middle;
    font-size: 12px;
	padding: 0px;
    background-color: unset;
    box-shadow: unset;
    border: unset;	
}

.city-label span {
	stroke: #fff;
    stroke-width: 3;
    stroke-opacity: .65;
}

.py-1 {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
}

.g-hed {
    margin: 0 0 5px;
    text-align: center;
    font-size: 15px;
}

.g-label {
    display: flex;
    justify-content: center;
    align-items: center;
}

.g-label>div {
    height: 12.5px;
    border-right: 1px solid #fff;
    position: relative;
}

.g-label>div>span {
    position: absolute;
    left: 0;
    transform: translateX(-50%);
    top: 16px;
    font-weight: 300;
    font-size: 12px;
}

.customzoom {
  font-family: 'Lato';
}

.g-city {
    pointer-events: none;
}

.g-city circle.g-halo {
    fill-opacity: .5;
    fill: #fff;
}

.g-city text.g-halo {
    fill: none;
    stroke: #fff;
    stroke-width: 3;
    stroke-opacity: .65;
}

.g-city text {
    text-anchor: middle;
    font-size: 12px;
    fill: #000;
}

.g-city text {
    text-anchor: middle;
    font-size: 12px;
    fill: #000;
}

.g-key-block-bar {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 0.32em;
    vertical-align: inherit;
}

/*bar charts*/
#barchart {
	padding-top: 5px;
}

.bars {
	padding-top: 10px;
	padding-left: 10px;
}

.bar-container {
	margin-bottom: 2px;
}

.bar-container:hover {
	outline: black solid 1px;
}

div.swatch {
	opacity: .9;
	float: left;
}

div.swatch-left {
	text-align: left;
}

div.swatch-left span {
	margin-left: 5px;
}

div.swatch-right {
	text-align: right;
}

div.swatch-right span {
	margin-right: 5px;
}

.flex {
	display: flex;
	align-content: center;
	align-items: center;
}

.flex .place-name {
	width: 150px;
	font-size: 0.9em;
}

.flex .bar {
	width: 100%;
}

.flex .bar div.swatch {
	height: 25px;
	border: 1px solid #fff;
	align-items: center;
	position: relative;
}

.bar-container .bar div.swatch .span-value {
	font-size: 12px;
}

div.tooltip {	
    position: absolute;			
    text-align: center;								
    padding: 1em 1.32em;				
    font: 16px;		
    background: #fff;	
    border: 1px solid #eee;		
    border-radius: 8px;			
    pointer-events: none;
	box-shadow: 0 0 2px rgb(0 0 0 / 12%), 0 2px 4px rgb(0 0 0 / 24%);		
}