/* Tooltips */

.ttip {
	@include tooltip($tt-min-width, $tt-bgcolor, $tt-position, $tt-align);
	cursor: pointer;
}

.ttip:after, .ttip:before {
	@include respond(portrait-tablets) {
		display: none;
	}
}
