@charset "UTF-8";
/* CSS Document */

.tooltip {
	  margin-bottom:20px;
}

.tooltip.top > .tooltip-arrow {
      border-top: 5px solid #fff;
  }

.tooltip > .tooltip-inner {
      background-color: #000; 
      color: #fff; 
      padding: 10px;
	  font-weight:bold;
  }