.infoIcon {
  font-size: 20px;
  cursor: pointer;
  transition: color 0.2s ease;
  color: "#ffff";
  background-color: #00447c;
  padding: 1.5em 8px;
}
.infoIconWaring {
  font-size: 20px;
  cursor: pointer;
  transition: color 0.2s ease;
  color: "#ffff";
  background-color: #d33;
  padding:8px;
}
