@mixin standard-border () {
	border-radius: 3px;
	border: solid 1px rgba($primary-color, .4);
}