/*Local fixes*/

/* LOCAL FIXES */
.small-fix-br {
	display: none;
}
@media only screen and (max-width: 400px) {
	#ac-localnav .ac-ln-actions {
		top: -8px !important;
	}
	.small-fix-br {
		display: inline-block;
	}
}
