.developer-router-links {
	background: #F2F2F2;
}

.developer-router-links .section-content {
	padding-top: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #D6D6D6;
}

.developer-router-links a.block {
	width: 216px;
	margin-left: auto;
	margin-right: auto;
}

.developer-router-links.jp a.block {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}

.router-icon {
	margin: 3px auto 16px;
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

.router-icon-bug-reporting {
	background-image: url('/assets/elements/icons/wwdr/wwdr-bugs.svg');
	background-size: 49px 44px;
}

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

.router-icon-chat {
	background-image: url('/assets/elements/icons/wwdr/wwdr-chat-bubbles.svg');
	background-size: 50px 38px;
}

.router-icon-service {
	background-image: url('/assets/elements/icons/wwdr/wwdr-service.svg');
	background-size: 42px 43px;
}

.router-icon-forums {
	background-image: url('/assets/elements/icons/wwdr/wwdr-chat-bubbles.svg');
	background-size: 50px 38px;
}

@media only screen and (max-width: 480px) {
	.developer-router-links .small-6 {
		width: 100%;
	}
}