
@media screen and (min-width: 768px) {
	#footer .right a:not(:last-child) {
		margin-right: 20px;
	}
	#footer .right a:not(:last-child):after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 1px;
		height: 12px;
		margin-right: -10px;
		background-color: #ccc;
	}
}
