.bubbleInfo {
    position: relative;
}

/* Bubble pop-up */

.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
	left: 200px;
	background-color: #563a48 ;
	width: 300px;
	padding: 5px
}
.popup .popup_name {
	color: #4a7180;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right; 
	float: right;
}
.popup .popup_content {
	color: #ccc;
	width: 215px;
}
.popup .popup_country {
	height: 25px;
	float: right;
	padding: 0 5px 10px 0;
}
.fullquote {
	width: 100%;
	border-collapse: collapse;
	padding: 1px;
	margin: 4px 0;
}
.fullquote thead th.width {
	width: 80px;
}
.fullquote thead th, .fullquote thead th:hover {
	background: none;
	color: #fff;
	padding: 0;
	text-align: right
}
.fullquote tbody tr td, .fullquote tbody tr td {
	background-color:#C3C3C2;
}
.popup .popup_content a:link, .popup .popup_content a:active, .popup .popup_content a:visited {
	color: #fff;
	text-decoration: none;
}
.popup .popup_content a:hover {
	text-decoration: underline;
	color: #fff;
}
