.tooltip_ami
{
  z-index: 2100;
  position: absolute;
  text-align: center;
  color: #4B5F5E;
  background-color: #ffffdd;
  border:1px solid #4B5F5E;
  padding: 4px;
  border-radius:8px;
}

/* #tooltip
{
text-align: center;
color: #832228;
background-color: #ffffdd;
border:1px solid #832228;
position: absolute;
z-index: 2100;
padding: 4px;
} */

/* #tooltip:after */ /* triangle decoration */
/* {
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #832228;
content: '';
position: absolute;
left: 50%;
bottom: -10px;
margin-left: -10px;
} */

/* #tooltip.top:after
{
border-top-color: transparent;
border-bottom: 10px solid #832228;
top: -20px;
bottom: auto;
}

#tooltip.left:after
{
left: 10px;
margin: 0;
}

#tooltip.right:after
{
right: 10px;
left: auto;
margin: 0;
} */
