/**
 * PowerTip
 * https://stevenbenner.github.io/jquery-powertip/
 *
 * Stylesheet for the monochrome (default) theme.
 */

#powerTip {
	margin-bottom: 25px;
	cursor: default;
	background-color: #ffffff;
/*	background-color: rgba(0, 0, 0, 0.8);*/
	border:3px #666666 solid;
	border-radius: 6px;
	color: #000000;
	display: none;
	padding: 10px;
	position: absolute;
	z-index: 2147483647;

	width: 160px;
	line-height: 1.75;
	font-size:1.4em;

/*

  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
*/
}

#powerTip.n:before{
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -17px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

#powerTip.n:after{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -19px;
  border: 14px solid transparent;
  border-top: 14px solid #666666;
  z-index: 1;
}


/*
#powerTip {
	margin-bottom: 20px;
	cursor: default;
	background-color: #ffffff;
	background-color: rgba(0, 0, 0, 0.8);
	border:2px #000000 solid;
	border-radius: 6px;
	color: #000000;
	display: none;
	padding: 10px;
	position: absolute;
	z-index: 2147483647;

	width: 160px;
	line-height: 1.75;
	font-size:1.4em;

}
*/
/*
#powerTip:before {
	content: "";
	position: absolute;
}
#powerTip.n:before, #powerTip.s:before {
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	left: 50%;
	margin-left: -10px;
}
#powerTip.e:before, #powerTip.w:before {
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	margin-top: -10px;
	top: 50%;
}
#powerTip.n:before {
	border-top: 10px solid #ff0000;
	border-top: 10px solid rgba(0, 0, 0, 0.8);
	bottom: -10px;
}
#powerTip.e:before {
	border-right: 10px solid #333;
	border-right: 10px solid rgba(0, 0, 0, 0.8);
	left: -10px;
}
#powerTip.s:before {
	border-bottom: 10px solid #333;
	border-bottom: 10px solid rgba(0, 0, 0, 0.8);
	top: -10px;
}
#powerTip.w:before {
	border-left: 10px solid #333;
	border-left: 10px solid rgba(0, 0, 0, 0.8);
	right: -10px;
}
#powerTip.ne:before, #powerTip.se:before {
	border-right: 10px solid transparent;
	border-left: 0;
	left: 10px;
}
#powerTip.nw:before, #powerTip.sw:before {
	border-left: 10px solid transparent;
	border-right: 0;
	right: 10px;
}
#powerTip.ne:before, #powerTip.nw:before {
	border-top: 10px solid #333;
	border-top: 10px solid rgba(0, 0, 0, 0.8);
	bottom: -10px;
}
#powerTip.se:before, #powerTip.sw:before {
	border-bottom: 10px solid #333;
	border-bottom: 10px solid rgba(0, 0, 0, 0.8);
	top: -10px;
}
#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: 10px solid #333;
	border-top: 10px solid rgba(0, 0, 0, 0.8);
	bottom: -10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 10px;
}
#powerTip.ne-alt:before {
	left: auto;
	right: 10px;
}
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: none;
	border-bottom: 10px solid #333;
	border-bottom: 10px solid rgba(0, 0, 0, 0.8);
	bottom: auto;
	top: -10px;
}
#powerTip.se-alt:before {
	left: auto;
	right: 10px;
}
*/

@media only screen and (max-width: 768px) {

#powerTip {
	display: none !important;
}

}
