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

.who-avatar {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-bottom: 2px;
	vertical-align: middle;
}

.who-avatar img {
	position: absolute;
	left: 0px;
	top: 0px;
	max-height: 16px;
	max-width: 16px;
}

/* 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: 7px;
}

#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;
}

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;
	}
}
