[class^=strength_meter] .alert{
	padding: 2px 3px;
	font-size: 11px;
	margin: 1px;
	border: none;
	border-radius: 2px;
	box-shadow: none;
}

[class^=strength_meter] .alert:first-of-type {
	margin-left: 0;
}

[class^=strength_meter] .alert:last-of-type {
	margin-right: 0;
}