.popup-bubble-content {
  position: absolute;
  top: 0;
  left: 0;
  margin:auto;
  font-size: 14px;
  background-color: #006bf1;
  padding: 5px;
  min-width: 200px;
  border-radius: 5px 5px 5px 0;
  font-family: 'Open Sans';
  overflow-y: auto;
  max-height: 60px;
  box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.4);
  color: #fff;
  font-weight: bold;
}

.location_info{
	position: relative;
	color: #000;
	width: 150px;
	display: none;
	opacity: 0;
	visibility: hidden;
	font-size: 12px;
	background-color: transparent;
	transition: all 0.5s ease-in-out;
}

.hide_monitors{
	visibility: hidden;
	opacity: 0;
}

.show_monitors{
	visibility: visible;
	opacity: 1;
}

.location_info .data{
	position: relative;
	clear: both;
	display: block;
	font-family: 'Open Sans';
	color: #fff;
	padding: 3px;
	border-radius: 5px 5px 0 0;
	background-color: #6689b9;
	font-size: 12px;
   box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.4);
}

.location_info .info_monitor{
	width:250px;
	background-color: #fff;
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.4);
	margin-bottom:10px;
}

.location_info .info_monitor .info_channel{
	position: relative;
	display: block;
	width: 250px;
	height: 100%;
	font-size: 12px;
	font-family: 'Open Sans';
	color: #6689b9;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 3px;
	padding-left: 3px;
	margin: 0;
	background-color: #fff;
}