.userBanner {
font-size: 75%;
font-weight: 400;
font-style: normal;
padding: 1px 6px;
border: 1px solid transparent;
border-radius: 4px;
text-align: center;
display: inline-block;
}
.username--style18 {
display: inline-block;
*display: inline;
zoom: 1;
padding: 3px;
cursor: help;
border: 1px solid #bbb;
text-decoration: none;
white-space: nowrap;
color: #fff;
background-image: linear-gradient(top, rgba(255,255,255,0.1), rgba(255,255,255,0));
transition: background-color .2s ease-out;
background-clip: padding-box;
border-radius: 3px;
box-shadow: 0 1px 0 rgb(0 0 0 / 30%), 0 2px 2px -1px rgb(0 0 0 / 50%), 0 1px 0 rgb(255 255 255 / 30%) inset;
user-select: none;
background-color: #269CE9;
border-color: #269CE9;
}