<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/***********************************/
/****** User Meta Shortcodes ******/
/***********************************/

.get_avatar.circle img { 
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%; 
  -o-border-radius: 50%; 
  -ms-border-radius: 50%; 
  overflow:hidden;  
  border-radius: 50%;
}
.get_avatar { 
  max-width: fit-content; 
  max-height: fit-content; 
  line-height: 0; 
}</pre></body></html>