.mk-button {
	min-height: 28px;
	height: auto;
	margin-bottom: 4px;
	padding: 2px 14px;
	background-color: #6b6b6b;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	border: 1px solid #6b6b6b;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
	color: #fff;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.mk-button:hover,
.mk-button:focus {
	background-color: #757575;
	border-color: #757575;
	color: #fff;
}

.mk-button:focus,
.mk-button:active {
	outline: none;	
}

.mk-button:active {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
}

.mk-button-icon {
	display: inline-block;
	vertical-align: middle;
}

.mk-element-has-text .mk-button-icon {
	margin-right: 7px;
}
