.wpseo-score-icon {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 3px 3px 0 10px;
	border-radius: 50%;
	background: #888;
	vertical-align: top;
}

.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: #888;
}

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

#wpseo-dashboard-overview a {
	text-decoration: underline;
}

#wpseo-dashboard-overview a.button {
	text-decoration: none;
}

#wpseo-dashboard-overview th {
	font-weight: 400;
	text-align: right;
}

.wpseo-dashboard-overview-scores {
	display: table;
}

.wpseo-dashboard-overview-scores li {
	display: table-row;
}

.wpseo-dashboard-overview-post-score,
.wpseo-dashboard-overview-post-count {
	display: table-cell;
	padding: 2px 0;
}

.wpseo-dashboard-overview-post-count {
	padding: 0 10px 0 0;
	text-align: left;
}

#wpseo-dashboard-overview .onpage {
	margin: 5px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #eee;
}

#wpseo-dashboard-overview .onpage .button.landing-page {
	border-color: #7b1e4f #6f1b47 #6f1b47;
	color: #fff;
	background: #a4286a;
	box-shadow: 0 1px 0 #6f1b47;
}

#wpseo-dashboard-overview .onpage .button.landing-page:hover,
#wpseo-dashboard-overview .onpage .button.landing-page:focus {
	border-color: #6f1b47;
	background: #90235d;
}

#wpseo-dashboard-overview .onpage .button.landing-page:focus {
	box-shadow: 0 1px 0 #7b1e4f, 0 0 2px 1px #a35685;
}

#wpseo-dashboard-overview .onpage .button.landing-page:active {
	border-color: #6f1b47;
	background: #7b1e4f;
	box-shadow: inset 0 2px 0 #6f1b47;
	vertical-align: top;
}
