#tooltip {
  position: absolute;
  float: left;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 1;
  width: 208px;
}

#layout {
  text-align: center;
  margin-top:18px;
}

.arrow {
  position: absolute;
  top: 20px;
  left: -9px;
  border-width: 0px 0px 1px 1px;
  border-style: solid;
  border-color: #ccc;
  background-color: #fff;
  transform: rotateZ(45deg);
  height: 15px;
  width: 15px;
}

.right .arrow {
  left: 199px;
  transform: rotateZ(225deg);
}