.footer {
	width: 100%;
	clear: both;
	float: none;
	box-sizing: border-box;
}

.footer_right {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	float: none;
	display: block;
	padding: 12px;
	box-sizing: border-box;
}

.footer_right ul {
	overflow: visible;
}

.footer_right p {
	width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

@media screen and (max-width: 960px) {
	.footer,
	.footer_right,
	.footer > * {
		width: 100% !important;
		max-width: 100% !important;
		float: none !important;
		display: block !important;
	}
}
