@font-face {

}
.oc-triggerRepeat {
	text-align: right;
}

.triggerRepeatTitle {
	display: inline-block;
	margin-right: 0.6em;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
}

.oc-triggerRepeat .oc-overlay {
	text-align: left;
}

.oc-triggerRepeat .button::before {
	margin-right: .5em;
	font-family: 'icons';
}

.oc-triggerRepeat--hasIcon .button {
	padding-right: 20px;
}

.oc-triggerRepeat--hasIcon .button::after {
	display: none;
}

@media screen and (max-width: 979px) {
	/** Hide trigger repeat on small devices if there already is a triggerPageComponent to avoid nearby duplicates */
	.oc-triggerRepeat--delete .oc-triggerRepeat {
		display: none;
	}
}