#chicago_tornado_history {
  max-width: 800px;
  margin: 0 auto;
  padding: 10px;
}
#chicago_tornado_history img{
display: block;
widtH: 100%;
}
#chicago_tornado_history h3 {
  font-family: Arial;
}
#chicago_tornado_history .toolTip {
  position: absolute;
  max-width: 200px;
  padding: 7px 9px;
  background: #fff;
  /*   border: 1px solid #ccc; */
  text-align: left;
  font-size: 0.7em;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: none;
}
#chicago_tornado_history .toolTip p {
  margin: 0;
  font-size: 12px;
  font-family: arial;
}
#chicago_tornado_history .toolTip p span {
  font-weight: bold;
}
#chicago_tornado_history .tornado {
  display: block;
  font-family: "arial";
  max-width: 800px;
  margin: 0px auto;
  margin-top: 60px;
  color: #333;
  position: relative;
}
#chicago_tornado_history .chart_desc_deadliest {
  display: flex;
  justify-content: flex-end;
}
#chicago_tornado_history .chart_desc_deadliest p {
  font-size: 13px;
  width: 50%;
}
#chicago_tornado_history .chart_desc_costly {
  display: flex;
  justify-content: flex-start;
}
#chicago_tornado_history .chart_desc_costly p {
  font-size: 13px;
  width: 50%;
}
#chicago_tornado_history circle {
  fill: #fff;
  stroke: #ccc;
  stroke-width: 1px;
}
#chicago_tornado_history .EFU {
  fill: #fff;
  stroke: #ccc;
  stroke-width: 1px;
}
#chicago_tornado_history .EF0,
#chicago_tornado_history .F0 {
  fill: #ccc;
  stroke-width: 0px;
}
#chicago_tornado_history .EF1,
#chicago_tornado_history .F1 {
  fill: #f3e0bf;
  stroke-width: 0px;
}

#chicago_tornado_history .tornado_colors {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 10px;
  column-gap: 10px;
  justify-items: start;
  font-family: arial;
  font-size: 13px;
}

#chicago_tornado_history .tornado_colors > * {
  display: flex;
  align-items: start;
  justify-content: center;
  margin-right: 10px;
}
#chicago_tornado_history .tornado_colors span {
  display: inline-block;
  margin-right: 10px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
#chicago_tornado_history .color_FU {
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#chicago_tornado_history .color_F0 {
  background: #ccc;
}
#chicago_tornado_history .color_F1 {
  background: #f3e0bf;
}
#chicago_tornado_history .color_F2 {
  background: #d6556d;
}
#chicago_tornado_history .color_F3 {
  background: #a64255;
}
#chicago_tornado_history .color_F4 {
  background: #6b2c37;
}
#chicago_tornado_history .color_F5 {
  background: #000;
}
#chicago_tornado_history .EF2,
#chicago_tornado_history .F2 {
  fill: #d6556d;
  stroke-width: 0px;
}

#chicago_tornado_history .EF3,
#chicago_tornado_history .F3 {
  fill: #a64255;
  stroke-width: 0px;
}

#chicago_tornado_history .EF4,
#chicago_tornado_history .F4 {
  fill: #6b2c37;
  stroke-width: 0px;
}

#chicago_tornado_history .EF5,
#chicago_tornado_history .F5 {
  fill: #000;
  stroke-width: 0px;
}

#chicago_tornado_history .x_axis {
  position: relative;
}
#chicago_tornado_history .x_axis p {
  position: absolute;
  transform: translate(0, 10px);
}
#chicago_tornado_history .x_axis p::before {
  content: "";
  width: 1px;
  height: 5px;
  background: #000;
  left: 50%;
  transform: translate(0, -10px);
  position: absolute;
}
#chicago_tornado_history .x_axis p:first-child {
  left: 0;
}
#chicago_tornado_history .x_axis p:nth-child(2) {
  left: 49%;
  text-align: center;
}
#chicago_tornado_history .x_axis p:nth-child(3) {
  right: 0%;
  text-align: right;
}

#chicago_tornado_history .graphic_attribution {
  box-sizing: border-box;
  margin-top: 60px;
  color: #aaa;
}
#chicago_tornado_history .graphic_attribution p {
  margin: 3px 0;
  font-size: 12px;
  text-align: left;
  font-weight: normal;
}
#chicago_tornado_history .chart_desc_new {
   display: flex;
    justify-content: flex-end;
}
#chicago_tornado_history .chart_desc_new p{
    font-size: 13px;
    width: 50%;
}
@media (max-width: 500px) {
  #chicago_tornado_history .chart_desc_deadliest {
    display: flex;
    justify-content: flex-end;
  }
  #chicago_tornado_history .chart_desc_deadliest p {
    font-size: 13px;
    width: 70%;
  }
  #chicago_tornado_history .chart_desc_costly {
    display: flex;
    justify-content: flex-start;
  }
  #chicago_tornado_history .chart_desc_new p{
    font-size: 13px;
    width: 70%;
}
  #chicago_tornado_history .chart_desc_costly p {
    font-size: 13px;
    width: 70%;
  }
}

@media (max-width: 500px) {
  #chicago_tornado_history .tornado_colors {
    grid-template-columns: 1fr 1fr;
  }
}
