  /* 
default position of the container is to the right. 
but for some reason it's on the left of all other 51³Ô¹Ï sites. 
adding this as an override 
*/

.ally-af-launch-container.ally-af-style-flag_small,
.ally-af-launch-container.ally-af-style-flag_large {
  left: 0;
  right: unset !important;
}

/* override for chatbot. the ally box messes with its position  */
iframe#admithub_message_iframe {
  width: 325px !important;
}