
.developer-router-links.fixed-width a.block {
	width: 250px;
}
@media only screen and (max-width: 1068px) {
	.developer-router-links.fixed-width a.block {
		width: 216px;
	}
}
@media only screen and (max-width: 735px) {
	.developer-router-links.fixed-width a.block {
		width: 250px;
	}
}

.router-icon {
	display: inline-block;
}

.router-icon-feedback {
	background-image: url('/assets/elements/icons/wwdr-support/feedback.svg');
}

.router-icon-forum {
	background-image: url('/assets/elements/icons/wwdr-unified/forum.svg');
}

.router-icon-mail {
	background-image: url('/assets/elements/icons/wwdr-support/mail.svg');
}

.router-icon-phone {
	background-image: url('/assets/elements/icons/wwdr-support/phone.svg');
}