.btn {
	border-style: solid;
	border-width: 2px 0;
	padding: 10px 19px;
}

.btn, .btn:hover, .btn:active, .btn:focus {
	color: #fff;
}

.btn.btn-default {
	background-color: #0e71b8;
	border-top-color: transparent;
	border-bottom-color: #094a78;
}

.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active, .open > .dropdown-toggle.btn-default, .dropdown-toggle.btn-default:hover, .dropdown-toggle.btn-default:active, .dropdown-toggle.btn-default:focus {
	background-color: #003e85;
	border-top-color: #002857;
	border-bottom-color: transparent;
}

.btn.btn-primary {
	background-color: #fa611d;
	border-top-color: transparent;
	border-bottom-color: #a33f13;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .open > .dropdown-toggle.btn-primary, .open > .dropdown-toggle.btn-primary:hover, .open > .dropdown-toggle.btn-primary:active, .open > .dropdown-toggle.btn-primary:focus {
	background-color: #c72e00;
	border-top-color: #821e00;
	border-bottom-color: transparent;
}

.btn.btn-primary.btn-invert:hover, .btn.btn-primary.btn-invert:focus, .btn.btn-primary.btn-invert:active, .open > .dropdown-toggle.btn-primary.btn-invert, .open > .dropdown-toggle.btn-primary.btn-invert:hover, .open > .dropdown-toggle.btn-primary.btn-invert:active, .open > .dropdown-toggle.btn-primary.btn-invert:focus {
	background-color: #fff;
	border-top-color: #abcde6;
	border-bottom-color: transparent;
	color: #fa611d;
}

.btn.btn-lg {
	font-size: 16px;
}

.btn-group .btn + .btn {
	position: relative;
	margin-left: 0px;
}

.btn-group .btn + .btn:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 20%, rgba(255,255,255,0.4) 80%, rgba(255,255,255,0) 100%);
}

.btn.btn-default.btn-invert {
	background-color: #fff;
	border-color: #25639f;
	border-width: 2px;
	color: #25639f;
}

.btn.btn-default.btn-invert:hover, .btn.btn-default.btn-invert:focus, .btn.btn-default.btn-invert:active, .open > .dropdown-toggle.btn-default.btn-invert, .open > .dropdown-toggle.btn-default.btn-invert:hover, .open > .dropdown-toggle.btn-default.btn-invert:active, .open > .dropdown-toggle.btn-default.btn-invert:focus {
	background-color: #fa611d;
	border-top-color: transparent;
	border-bottom-color: #a33f13;
	border-width: 2px 0;
	color: #fff;
}