
.footer a.button,
.footer a.button-auto-width{
	font-size: 14px;
	line-height: 120%;
	width: 140px;
	padding: 5px;
	color: #444;
	background: transparent;
	border: 2px solid transparent;
}
.footer a.button-auto-width{
	width: auto;
	padding: 5px;
}
.footer a.button:hover,
.footer a.button-auto-width:hover{
	letter-spacing: normal;
	color: white;
	background: #0b5395;
	border: 2px solid #0b4f8c;
	text-decoration: none;
}
@media only screen and (max-width:640px) {
	.footer a.button,
	.footer a.button-auto-width{
		/*width: 115px;*/
	}
}
