/* zde je pozicování všech použitých jquery scriptů */

/* TOOLTIP */

.ui-tooltip {
  margin-right:300px;
	padding:5px 8px 0px 8px;
	position: absolute;
	width: auto;
  height:20px;
  font-size: 13px;
  font-weight:bold;
  color: #888888;
  text-align:center;
  background: #ffffff;
  border: 1px solid silver;
  border-radius:11px;
	box-shadow: 5px 5px 10px #BBBBBB;
  z-index: 10;
 }





