
.live_row {
	min-height: 205px;
}

.live_game_logo_box {
	position: absolute;
	height: 205px;
	width: 320px;
	top: 0px;
	left: 430px;
	opacity: 0.1;
	overflow: hidden;
}

.live_game_logo {
	display: inline;
	position: relative;
	margin: auto;
	width: 320px;
	top: -55px;
	left: 0px;
}

.live_number {
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 26px;
	padding: 5px;
	border-radius: 0px 5px 0px 5px;
	background-color: #4d1313;
}

.live_game_type {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 6px;
	left: 6px;
}

.live_game {
	position: absolute;
	top: 4px;
	left: 42px;
	font-size: 32px;
}

.live_options {
	position: absolute;
	top: 44px;
	left: 6px;
	height: 30px;
}

.live_region_full {
	position: absolute;
	top: 54px;
	right: 5px;
	font-size: 16px;
	color: #F00;
	background: #572424;
	padding: 4px;
	border-radius: 5px;
}

.live_status_label {
	position: absolute;
	top: 67px;
	left: 370px;
	font-size: 12px;
}

.live_status {
	position: absolute;
	top: 62px;
	left: 460px;
	font-size: 18px;
}

.live_players_label {
	position: absolute;
	top: 67px;
	left: 6px;
	font-size: 12px;
}

.live_players {
	position: absolute;
	top: 62px;
	left: 136px;
	font-size: 18px;
}

.live_nearby_label {
	position: absolute;
	top: 67px;
	left: 200px;
	font-size: 12px;
}

.live_nearby {
	position: absolute;
	top: 62px;
	left: 304px;
	font-size: 18px;
}

.live_region_lag {
	position: absolute;
	top: 8px;
	right: 8px;
}

.live_region_type {
	position: absolute;
	top: 8px;
	right: 43px;
}

.live_region {
	position:absolute;
	top: 10px;
	right: 80px;
	font-size: 24px;
    display: table-cell;
    vertical-align: middle;
}

.live_parcel {
	position: absolute;
	top: 86px;
	left: 0.5%;
	background: #131313;
	border-radius: 5px;
	width: 99%;
}

.live_parcel_name {
	position: relative;
	color: #3399FF;
	margin-left: 4px;
	margin-top: 2px;
	overflow: hidden;
	font-family: Poppins;
	font-size: 20px;
	line-height: 26px;
}

.live_parcel_desc {
	position: relative;
	height: 50px;
	color: #5F9EA0;
	margin-left: 4px;
	overflow: hidden;
	font-family: Poppins;
	line-height: 16px;
	font-size: 12px;
}

.live_report_button {
	position: absolute;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 0px 5px 0px 5px;
	background-color: #292929;
	font-size: 12px;
	right: 0px;
	top: 0px;
}

.live_teleport {
	position: absolute;
	background-image: url('/images/live_teleport_button_single.png');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	top: 160px;
	right: 6px;
	width: 320px;
	height: 44px;
}

.live_teleport:hover {
	background-position: 0% 50%;
}

.live_teleport:active {
	background-position: 0% 100%;
}

.live_update_time {
	position: absolute;
	top: 188px;
	left: 6px;
	font-size: 10px;
}

.live_icon {
	position: relative;
	width: 32px;
	height: 32px;
}

.live_icon .live_icon_tooltip {
	visibility: hidden;
	position: absolute;
    top: -5px;
    right: 105%; 
	border-radius: 5px;
	text-align: center;
	background-color: #131313;
	padding: 4px;
	width: 240px;
	margin-top: 6px;
}

.live_icon:hover .live_icon_tooltip {
	visibility: visible;
}
