.wpseo-score-icon {
	display: inline-block !important;
	float: right;
	width: 12px !important;
	height: 12px !important;
	border-radius: 50% !important;
	background-color: #999;
}

.wpseo-score-icon.good {
	background-color: #7ad03a;
}

.wpseo-score-icon.ok {
	background-color: #ee7c1b;
}

.wpseo-score-icon.bad {
	background-color: #dc3232;
}

.wpseo-score-icon.na {
	background-color: #999;
}

.wpseo-score-icon.noindex {
	background-color: #1e8cbe;
}

.adminbar-seo-score {
	margin: 10px 4px 0 10px !important;
}

#wpadminbar .yoast-issue-added,
#wpadminbar .yoast-issue-added:hover {
	position: absolute;
	top: 32px;
	right: 0;
	min-width: 300px;
	padding: 2px 8px;
	border-radius: 10px 0 10px 10px;
	color: white;
	background-color: #a4286a;
	box-shadow: -1px 1px 1px 1px grey;
}

#wpadminbar .yoast-issue-added {
	display: none;
}

#wpadminbar .yoast-issue-counter {
	display: inline;
	padding: 1px 6px 1px 7px !important;
	border-radius: 50%;
	color: white;
}

.yoast-issue-counter {
	background-color: #d54e21;
}

#wpadminbar .yoast-logo.svg {
	float: right;
	width: 26px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 100% 6px;
	background-size: 20px;
}
