.pulse {
	border-radius: 50%;
	position: absolute;
	cursor: pointer;
	width: 12px;
	height: 12px;
	margin: -6px;
}
#tour-launcher {
	position: fixed;
	bottom: 76px;
	right: 24px;
	font-size: 13px;
	border: 1px solid #ccc;
	border-radius: 10px;
	background: #fff;
	padding: .5em;
	line-height: 1;
	box-shadow: 0 0 3px #999;
	z-index: 999999;
}
#tour-launcher span#tour-title {
	cursor: pointer;
	line-height: 1.3em;
}
#tour-launcher span#tour-title:hover {
	text-shadow: 0 0 1px #999;
}
ul#page-tour-list li {
	list-style-type: none;
}
ul#page-tour-list li a {
	text-decoration: none;
	width: 100%;
	display: block;
}
#page-tour-list {
	font-size: .8em;
}
#wp-admin-bar-tour-list {
	display: none;
}
.inline-tour-list {
	cursor: pointer;
}
.dismiss-tour {
	background: none;
    border: none;
    color: #1067a9;
    text-decoration: underline;
	cursor: pointer;
}
