/* Hello, World! */

.userBanner {
    font-size: 75%;
    font-weight: 400;
    font-style: normal;
    padding: 1px 6px;
    border: 1px solid hsla(0,0%,0%,0);
    border-radius: 2px;
    text-align: center;
    display: inline-block
}

.userBanner.t {
	width: 169px;
	height: 35px;
	background: url(https://whydarcy.ru/banners/svg/t.svg) center center no-repeat;
	background-size: contain;
	border-radius: 10px;
}

