/* kommune v2 quick fixes and overrides for ALL sites */

/**
 * Prisregulativ table overflow on mobile
 */

@media all and (max-width: 40em) {
	section.pristabell table th,
	section.pristabell table td {
		white-space: nowrap;
	}
}


/**
 * Lag og foreninger BRREG tune up
 */

.pluginlagogforeningerbrreg .laglistblock ul.lagliste li a.orgviewlink {
	padding: 0.55rem 1.7rem;
}

.pluginlagogforeningerbrreg .laglistblock ul.lagliste li>a {
	background-color: #f0f0f0;
	font-size: 0.9rem;
}

.pluginlagogforeningerbrreg .laglistblock ul.lagliste li {
	margin-bottom: 0.3rem;
}
