.btn-span {
	text-decoration: none !important;
	text-align: center;
	display: inline-block;
	padding: 5px 15px;
	margin: 10px 0;
}
.btn-span-block {
	width: 100%;
}
.btn-span-default {
	color: #000 !important;
	background-color: #fff;
	border: #777 1px solid;
}
.btn-span-default:hover, .btn-span-default:focus, .btn-span-default:active {
	background-color: #E6E6E6;
}
.btn-span-primary {
	color: #fff !important;
	background-color: #337AB7;
}
.btn-span-primary:hover, .btn-span-primary:focus, .btn-span-primary:active {
	background-color: #286090;
}
.btn-span-info {
	color: #fff !important;
	background-color: #5BC0DE;
}
.btn-span-info:hover, .btn-span-info:focus, .btn-span-info:active {
	background-color: #31B0D5;
}
.btn-span-danger {
	color: #fff !important;
	background-color: #D9534F;
}
.btn-span-danger:hover, .btn-span-danger:focus, .btn-span-danger:active {
	background-color: #C9302C;
}
.btn-span-warning {
	color: #fff !important;
	background-color: #F0AD4E;
}
.btn-span-warning:hover, .btn-span-warning:focus, .btn-span-warning:active {
	background-color: #EC971F;
}
.btn-span-success {
	color: #fff !important;
	background-color: #5CB85C;
}
.btn-span-success:hover, .btn-span-success:focus, .btn-span-success:active {
	background-color: #449D44;
}