/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.stpr_feature_tag{
	display: inline-block;	/* because inline doesn't repect margin */
	padding: 0.25rem;
	border-width: 1px;
	border-style: solid;
	border-radius: 0.5rem;
	font-size: smaller;
	white-space: nowrap;
	margin-bottom: 0.25rem;
	margin-right: 0.25rem;
}
