

/* 'cuz of reasons this overflows */
body>.scroll { overflow-x: hidden; }

#added:not([data-cart-count="1"]) { display: none; }


/**
 * alphabetical bookmark list
 */

	#letter-list {
		text-align: center;
		margin: 35px 0px 0px 0px;
	}
	#letter-list>* {
		display: inline-block;
		min-width: 1.4em;
		font-size: 16px;
	}
	#letter-list>a {
		font-weight: bold;
	}
	#letter-list>span {
		opacity: .25;
	}
	#letter-list .active {
		font-size: 26px;
		vertical-align: middle;
		position: relative; top: -1px;
	}
	#letter-list .active:first-child {
		display: none;
	}

/**
 * display all buttons like ".secondary" buttons
 */

	.button {
		border: 2px solid /**/#76B82A/**/;
		/**/color:#76B82A!important;/**/
	}
	.button::before {
		background-color: transparent;
	}
