.tabbar a {
	cursor: pointer;
}
.tabbar a:hover {
}
.tabbar > .active a {
	background-color: #590;
}

.tab-content > div:not(.active) {
	display: none;
}

.tab-content > .wp-block-columns > .wp-block-column:nth-child(2) {
	border-left: 1px solid black;
}

figure.wp-block-gallery.lb a.lba {
	width: 144px;
	height: 200px;
}
figure.wp-block-gallery.lb a.lba figure {
	height:100% !important;
	width:100% !important;
}
figure.wp-block-gallery.lb a.lba img {
	height:100% !important;
	width:100% !important;
}

