.tec-list-pdf-icon{
	display:flex;
	align-items:center;
	margin-left:12px;
}
.tec-list-pdf-icon__link{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:34px;
	height:34px;
	border:1px solid rgba(0,0,0,.15);
	border-radius:6px;
	color: var(--tec-list-pdf-icon-color, #333);
	background: rgba(255,255,255,0.95);
	text-decoration:none;
}
.tec-list-pdf-icon__link:hover{
	background:#fff;
}

/* Legacy header alignment */
.tribe-events-sub-nav .tec-list-pdf-icon{ float:right; }
