/* _plnr-view-toggle.css */
.view-toggle .toggle-btn.active {
	opacity: 1;
}

.view-toggle .toggle-btn:not(.active) {
	opacity: .65;
}