.tipsy { font-size: 14px; font-family: "aileron-light"; position: absolute; padding: 5px; z-index: 100000; letter-spacing:1px; }
.tipsy.fixedtipsy { position: fixed !important; }
	.tipsy-inner { background-color: #000; color: #FFF; max-width: 272px; padding: 5px 8px 4px 8px; text-align: center; }
	.tipsy.high .tipsy-inner { background-color: #ff3364; }
	.tipsy.medium .tipsy-inner { background-color: #ffe723; color: #000; }
	.tipsy.low .tipsy-inner { background-color: #21d344; }
	.tipsy.notyetstarted .tipsy-inner { background-color: #8592a9; }
	.tipsy.active .tipsy-inner { background-color: #f8be31; }
	.tipsy.completed .tipsy-inner { background-color: #7ed321; }
	.tipsy.blue .tipsy-inner { background-color: #3e5a7f; color: #fff; font-size: 14px; font-family: "AvenirNext"; letter-spacing:0px; }
	.tipsy.textLeft .tipsy-inner { text-align: left !important; text-overflow: ellipsis; overflow: hidden; }
	.tipsy.tthelper .tipsy-inner { max-width: 255px !important; }
	.tipsy.shortertext .tipsy-inner { max-width: 200px !important; }
	.tipsy.shortertext2 .tipsy-inner { max-width: 240px !important; }
	.tipsy.maw300 .tipsy-inner { max-width: 300px !important; }
	.tipsy.maw400 .tipsy-inner { max-width: 400px !important; }
	.tipsy.maw450 .tipsy-inner { max-width: 450px !important; }
	.tipsy.longertext .tipsy-inner { max-width: 300px !important; }
	.tipsy.blue2 .tipsy-inner {  padding: 4px 6px 3px 6px; background-color: #3e5a7f; color: #fff; font-size: 14px; border: 1px solid #fff; letter-spacing:0px; font-family: "AvenirNext"; }
	.tipsy.blue .tipsy-inner span { display: block; color: #7490b5 !important; text-align: left; }

	/* Rounded corners */
	.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

	.tipsy.blue.recipes .tipsy-inner { text-align: left; }
	.tipsy.blue.recipes .tipsy-inner font { color: #9CAFC9 !important; }
  
	.tipsy.lightblue {  }
	.tipsy.lightblue .tipsy-inner {
		text-align: left !important;
		max-width: 370px !important;
		width: 370px !important;
		min-height: 80px;
		font-size: 14px;
		font-family: "AvenirNext";
		letter-spacing: 0px;	  
		color: #FFFFFF !important;
		background: #3DA4F1;
		line-height: 20px;
		border-radius: 9px;
		padding: 10px !important;
	}
	.tipsy.lightblue .tipsy-inner span { display: block; color: #7490b5 !important; text-align: left; }
	.tipsy.lightblue .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; bottom: 0px; left:calc(50% - 5px); border-top: 5px solid #3DA4F1; border-left: 5px solid transparent; border-right: 5px solid transparent; }
  
	/* Uncomment for shadow */
	/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

	.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: transparent; }

	.tipsy.gravity_e  { margin-top: -3px; margin-left: -10px !important; }

	/* Rules to colour arrows */
	/*.tipsy-arrow-n { border-bottom-color: #000; }
	.tipsy.high .tipsy-arrow-n { border-bottom-color: #ff3364; }
	.tipsy.medium .tipsy-arrow-n { border-bottom-color: #ffe723; }
	.tipsy.low .tipsy-arrow-n { border-bottom-color: #21d344; }
	.tipsy.notyetstarted .tipsy-arrow-n { border-bottom-color: #8592a9; }
	.tipsy.active .tipsy-arrow-n { border-bottom-color: #f8be31; }
	.tipsy.completed .tipsy-arrow-n { border-bottom-color: #7ed321; }
	.tipsy.blue .tipsy-arrow-n { border-bottom-color: #3e5a7f; }
	.tipsy.blue2 .tipsy-arrow-n { border-bottom-color: #fff; }
	.tipsy-arrow-s { border-top-color: #000; }
	.tipsy-arrow-e { border-left-color: #000; }
	.tipsy-arrow-w { border-right-color: #000; }

	.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
	.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
	.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
	.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
	.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
	.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
	.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
	.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }*/
