.multipager span { padding-right: 1em; }

@media screen and (min-width: 769px) {

    .div-mobile { display: none; }
    .div-desktop { display: block; }

}

@media screen and (max-width: 768px) {

    .div-mobile { display: block; }
    .div-desktop { display: none; }

}

.stickyfooter {
	position: fixed; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	width: 100%; 
	height: 120px;
	background-color: rgba(255, 255, 224, 1.0);
	padding: 4px;
	text-align: center;
	margin: auto 0 auto 0;
}