/* 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: 3px;
}

.tmcountry {
	width:8%; 
	border: none;
	display: inline-block;
	float: left;
	text-align:center;
	margin-top: 3px;
}

.tmlocation {
    width: 40%;
    border: none;
    display: inline-block;
    float: left;
    text-align:center;
    margin-top: 3px;
}

.tmarrived {
	width: 15%;
	border: none;
	display: inline-block;
	float: left;
	text-align:center;
	margin-top: 3px;
}

.tmbrowsers {
	width: 20%;
	border: none;
	display: inline-block;
	float: left;
	text-align:left;
	margin-left:7px;
	margin-top: 3px;
}

.tmsarrived {
	width: 15%;
	border: none;
	display: inline-block;
	float: left;
	text-align:left;
	margin-left: 44px;
	margin-top: 3px;
}

.tmsbrowsers {
	width: 20%;
	border: none;
	display: inline-block;
	float: left;
	text-align:left;
	margin-left: -48px;
	margin-top: 3px;
}

/* 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;
}

.tcountry {
	width:8%; 
	border: none;
	display: inline-block;
	float: left;
	text-align:center;
	margin-top: 5px;
	padding-bottom:3px;
	padding-top: 4px;
}

.tlocation {
	width: 40%;
	border: none;
	display: inline-block;
	float: left;
	text-align:center;
    margin-top: 6px;
	padding-bottom:3px;
	padding-top: 4px;
}

.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: 3.2px;
	padding-bottom:6px;
	padding-top: 6px; 
}

.row-items {
	border-bottom: 1px solid #999999;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
