.container { margin:150px auto 30px auto; max-width:768px;}
.tooltip-large {
  max-width: 800px;
}

.tooltip-dark, .tooltip-pill {
  background: #555;
  max-width: 300px;
  color: #fff;
}

.tooltip-dark .tip, .tooltip-pill .tip {
  margin-left: -8px;
  border-width: 9px;
}

.tooltip-dark.tooltip-bottom, .tooltip-bottom.tooltip-pill {
  margin-top: 8px;
}

.tooltip-dark.tooltip-bottom .tip, .tooltip-bottom.tooltip-pill .tip {
  border-color: transparent transparent #555 transparent;
  border-width: 0 9px 9px 9px;
  top: -8px;
}

.tooltip-dark.tooltip-top, .tooltip-top.tooltip-pill {
  margin-top: -8px;
}

.tooltip-dark.tooltip-top .tip, .tooltip-top.tooltip-pill .tip {
  border-color: #555 transparent transparent transparent;
  border-width: 9px 9px 0 9px;
  bottom: -8px;
}

.tooltip-pill {
  border-radius: 9999px;
}

.demo7 {
  background: #DDF;
  widht: 200px;
}

.demo8 {
  height: 100px;
  overflow: auto;
  background: #DDF;
}

.demo8 p {
  padding: 20px 0 100px 10px;
}
