.btn-grid {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 600;
	color: #333;
    background-color: #fff;
    border-color: #CCC;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.25;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.btn-grid.active.focus, .btn-grid.active:focus, .btn-grid.focus, .btn-grid:active.focus, .btn-grid:active:focus, .btn-grid:focus {
	outline: thin;
	outline: -webkit-focus-ring-color #fff 5px;
	outline-offset: -2px
}
.btn-grid.focus, .btn-grid:focus {
	color: #000;
	text-decoration: none
}
.btn-grid:active {
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btn-grid.disabled, .btn-grid[disabled], fieldset[disabled] .btn-grid {
	cursor: not-allowed;
	filter: alpha(opacity=70);
	opacity: .70;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.btn-grid:hover{
	color: #333;
	background-color: #e6e6e6;
	border-color: #ccc
}

.btn-grid:focus {
	color: #333;
	background-color: #B7B7B7;
	border-color: #8c8c8c
}