.tooltip {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  opacity: 0.7;
  white-space: nowrap;
}
.tooltip-measure {
  opacity: 1;
  font-weight: bold;
}
.tooltip-static {
  background-color: #ffcc33;
  color: black;
  border: 1px solid white;
}
.tooltip-measure:before,
.tooltip-static:before {
  border-top: 6px solid rgba(0, 0, 0, 0.5);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
}
.tooltip-static:before {
  border-top-color: #ffcc33;
}
.datebox{
  border:1px solid #ff3300;background:#FFAB3F;color:#222;padding:2px 5px;
  -webkit-border-radius: 2px;border-radius: 2px;white-space: nowrap;
}
.tooltip table td {text-align:center;}
.satellite-icon{
  width:12px;height:12px;border:1px solid #990000;background:#ff6600;
  position: relative;-webkit-border-radius: 50%;border-radius: 50%;
}
.satellite-icon:after{
  content: 'S';
  position: absolute;
  left:0;top:0;width:12px;line-height:12px;text-align:center;color:#fff;
  font-family: Verdana;font-size:6px;
}
.satellite-icon:before{
  content: '';
  position: absolute;width:1px;height:14px;background:#000;
  transform:rotate(30deg);
  -ms-transform:rotate(30deg); 	/* IE 9 */
  -moz-transform:rotate(30deg); 	/* Firefox */
  -webkit-transform:rotate(30deg); /* Safari 和 Chrome */
  -o-transform:rotate(30deg);
  top:12px;left:0px;
}