.w-btn-plain, .w-btn-primary {
	display: inline-block;
	padding: 0 16px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
}
.w-btn-plain {
	border: 1px solid #3064EE;
	color: #3064EE;
	background-color: #fff;
}
.w-btn-plain:hover {
	background-color: rgba(48,100,238,0.05);
}

.w-btn-primary {
	border: 1px solid #3064EE;
	color: #fff;
	background: #3064EE;
}

.w-btn-tab {
	display: inline-block;
	padding: 0 24px;
	border-radius: 16px;
	border: 1px solid #D8D8D8;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	color: #4D525D;
	background-color: #fff;
	cursor: pointer;
}
.w-btn-tab:not(:last-child) {
	margin-right: 10px;
}
.w-btn-tab.is-active {
	border-color: #3064EE;
	color: #fff;
	background-color: #3064EE;
}
