.btn {
	border-radius: 0;
	border: none;
}

.btn-dsvl {
	background-color: #ef7d00;
	color: #FFFFFF;
	display: inline-block;
	text-align: left;
	text-decoration: none;
	padding: 7px 5px;
	width: 200px;
	max-width: 100%;
	border-radius: 14px 0px 14px 0px;
	box-shadow: 1px 1px 2px #666666;
}

.btn-dsvl.btn-dsvl-sm {
	height: 32px;
}

.btn-dsvl-wrap {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	min-height: 32px;
}

.btn-dsvl .btn-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	width: 32px;
	height: 100%;
	text-align: center;
	flex: 0 0 auto;
}

.btn-dsvl .btn-text {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 1;
	padding-left: 9px;
	padding-right: 9px;
}

.btn-dsvl .btn-icon.dsvl-icon {}

.btn-dsvl .btn-icon.dsvl-icon-pin {
	font-size: 24px;
}

.btn-dsvl:visited,
.btn-dsvl:link {
	color: #FFFFFF;
	text-decoration: none;
}

.btn-dsvl:hover {
	background-color: #f29733;
	text-decoration: none;
}

.csc-default>.btn-holder {
	margin-bottom: 20px;
}
.csc-default:last-child>.btn-holder {
	margin-bottom: 0px;
}
