/*
Implementations Skeletor v3 - 5/10/2014

oustyles.css

Add styles to overwrite customer CSS, USE WITH CAUTION.

Contributors: Akifumi Yamamoto
Last Updated: 2018/02
*/

#footer .btn-primary {
	background-color: #5798D1;
	border-radius: 0;
	font-size: 12px;
	padding: 2px 10px;
	border: none;
}

#footer .btn-primary:hover,
#footer .btn-primary:focus {
	background-color: #91919C; 	
}

#footer .dropdown-menu {
	height: 140px;
	overflow-y: auto;
	border-radius: 0;
	font: 11px/13px 'Genava', 'Tahoma', sans-serif;
	min-width: 0;
	margin: 0;
}

#footer .dropdown-menu > li > a {
	padding: 0 10px 3px 10px;
	white-space: normal;
}