.tippy-box {
	border-radius: 3px;
	text-align: center;
}

	.tippy-box .tippy-content {
		padding: 8px 13px;
		font-size: 13px;
		overflow: hidden;
	}

.tippy-box[data-theme="white"] {
	background: #fff;
	color: #333;
	filter: drop-shadow(0 0 1px rgba(0,0,0,0.6)) drop-shadow(0 2px 20px rgba(0,0,0,0.3));
}

	.tippy-box[data-theme="white"] .tippy-arrow {
		color: #fff;
	}

	.tippy-box[data-theme="white"] .tippy-content {
		padding: 0;
	}

	.tippy-box[data-theme="white"] a {
		display: block;
		color: #333;
		padding: 0 15px;
		box-shadow: 0 -1px rgba(0,0,0,0.1);
		text-align: left;
		line-height: 40px;
		position: relative;
	}

		.tippy-box[data-theme="white"] a:hover {
			background: rgba(0,0,0,0.05);
		}

		.tippy-box[data-theme="white"] a.with-icon {
			padding-left: 50px;
		}

		.tippy-box[data-theme="white"] a.with-icon img.icon {
			position: absolute;
			left: 0;
			top: 0;
			bottom: 0;
			padding: 13px;
			height: 100%;
		}