.tooltipster-sidetip
	&.tooltipster-noir
		.tooltipster-box
			border-radius 0
			background-color $c0
		.tooltipster-content
			color $c6
			font-size 10px
			text-transform uppercase
			letter-spacing 2px
		.tooltipster-arrow
			height 11px
			margin-left -11px
			width 22px
		.tooltipster-arrow-background
			border 11px solid transparent
		&.tooltipster-bottom
			.tooltipster-arrow-background
				border-bottom-color $c0
				top 4px
			.tooltipster-arrow-uncropped
				top -11px
		&.tooltipster-left
			.tooltipster-arrow-background
				border-left-color $c0
				left -4px
		&.tooltipster-right
			.tooltipster-arrow-background
				border-right-color $c0
				left 4px
			.tooltipster-arrow-uncropped
				left -11px
		&.tooltipster-top
			.tooltipster-arrow-background
				border-top-color $c0
				top -4px
		.tooltipster-arrow-border
			border-width 11px

.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow
	height 22px
	margin-left 0
	margin-top -11px
	width 11px