.button button {
	color: #7d7d7d !important;
	font-size: 11px;
	height: 20px;
	border: none;
	margin: 0;
	padding: 0 10px;
	background-color: #c6c6c6;
	cursor: pointer;
}

.button button:hover {
	color: #fff !important;
	background-color: #004b91;
	cursor: pointer
}
