/* Who is where------------------------------------ */

.who-avatar {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden; /* обрезает лишнее */
}

.who-avatar img {
	position: absolute;
	left: 0px;
	top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover; /* важно для непропорциональных изображений */
}

/* Who is where box top
------------------------------------ */
.tmusername {
	width: 15%;
	border: none;
	display: inline-block;
	float: left;
	text-align:left;
	margin-left: 4px;
	margin-top:  2px;
	}

.tmonline {
	width: 5%;
	border: none;
	display: inline-block;
	float: left;
	text-align:left;
	margin-left: 4px;
	margin-top:  2px;
	}

.tmcountry {
	width:8%; 
	border: none;
	display: inline-block;
	float: left;
	text-align:center;
	margin-top:  2px;
}

.tmlocation {
    width: 35%;
    border: none;
    display: inline-block;
    float: left;
    text-align:center;
    margin-top: 2px;
}

.tmarrived {
	width: 14%;
	border: none;
	display: inline-block;
	float: left;
	text-align:center;
	margin-top:  2px;
}

.tmbrowsers {
	width: 15%;
	border: none;
	display: inline-block;
	float: left;
	text-align:left;
	margin-left:23px;
	margin-top:  2px;
}

.tmsarrived {
	width: 15%;
	border: none;
	display: inline-block;
	float: left;
	text-align:left;
	margin-left: 44px;
	margin-top: 2px;
}

.tmsbrowsers {
	width: 10%;
	border: none;
	display: inline-block;
	float: left;
	text-align:left;
	margin-left: -47px;
	margin-top:  2px;
}


/* Who is where box info
------------------------------------ */
.tusernames {
	width: 15%;
	border: none;
	display: inline-block;
	float: left;
	text-align:left;
	margin-left: 4px;
	margin-top: 3.3px;
	padding-bottom:3px;
	padding-top: 5px;
}

.tonline {
	width: 5%;
	border: none;
	display: inline-block;
	float: left;
	text-align:center;
	margin-left: 4px;
	margin-top: 3.3px;
	padding-bottom:3px;
	padding-top: 4px;
}

#onlin {
    position: absolute;
	margin-top: -3px !important;
	font-size:15px;
}

.tcountry {
	width:8%; 
	border: none;
	display: inline-block;
	float: left;
	text-align:center;
	margin-top: 5px;
	padding-bottom:3px;
	padding-top: 4px;
}

.tlocation {
	width: 35%;
	border: none;
	display: inline-block;
	float: left;
	text-align:center;
    margin-top: 6px;
	padding-bottom:3px;
	padding-top: 4px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140ch;
}

.tarrived {
	width: 15%;
	border: none;
	display: inline-block;
	float: left;
	text-align:center;
	margin-top: 6px;
	padding-bottom:3px;
	padding-top: 4px; 
}

.tbrowsers {
	border: none;
        /*margin-top: -9px !important;  Delete this line if you dont use the youtube ext */
	padding-bottom: 6px;
	padding-top: 6px;
}

#who_is_where a {
    display: inline;
}

.row-items {
	border-bottom: 1px solid #999999;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

@media (max-width: 700px) {
	.tlocation {
		width: 45%;
	}
}

@media (max-width: 500px) {
	.tlocation {
		width: 50%;
	}
	.tbrowser { 
		display: none;
	}
}

@media all and (min-width : 350px) and (max-width : 820px) {
	.tusernames {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 40ch;
	}
}

@media all and (min-width : 350px) and (max-width : 820px) {
	.tlocation {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100ch;
	}
}

/* Make the country flag look/feel clickable when it links to a map */
.tcountry a.wiw-map-link {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
}

.tcountry a.wiw-map-link img {
	cursor: pointer;
}



.wiw-items:hover dl {
    background-color: #E3E3EB;
}