.steamstatus-container {
	position: relative;
}

.steamstatus {
	background-color: #368ad230;
	/* border: 1px solid #BBB; */
	color: #898989;
	display: inline-block;
	/* font-family: Arial, Helvetica, Verdana, sans-serif; */
	height: auto;
	max-width: 167px;
	padding: 10px 9px 2px;
	position: relative;
	text-align: left;
	width: 100%;
	border-radius: 8px;
}

.steamstatus .title {
	padding-bottom: 6px;
    display: flex;
    flex-direction: row;
    position: relative;
    max-width: unset;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    text-align: unset;
    align-content: center;
    align-items: center;
	border-bottom: 1px solid #cccccc;
}

.steamstatus .title img{
	width: 24px;
	height: 24px;
	padding-right: 8px;
	position: relative;
	border: unset;
	margin-top: 0;
}

.steamstatus .title span {
	padding-top: 4px;
}

.steam-online {
	color: #66C0F4;
}

.steam-ingame {
	color: #90BA3C;
}

.steamstatus img {
	border: 2px solid;
	border-radius: 4px;
	position: absolute;
	margin-top: 6px;
}

.steamstatus .steam-info {
	overflow: hidden;
	padding-left: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 6px;
}

.steamstatus .steam-name {
	color: inherit;
	font-size: 12px;
	font-weight: bold;
	margin: 1px 0 0;
}

.steamstatus .steam-status {
	font-size: 11px;
}

.steamstatus .steam-links {
	/* bottom: 0; */
	color: #BBB;
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
	/* position: absolute; */
	/* right: 0; */
}

.steamstatus .steam-links a {
	color: inherit;
	/* font-variant: small-caps; */
	text-transform: uppercase;
	line-height: 0;
}
