/* Alysum Supporter box */
.alysum-supporter-box {
	font-size: 14px;
	line-height: 1.5;
	color: #cfcfcf;
}
.alysum-supporter-box p {
	margin: 0 0 10px;
}
.alysum-supporter-box .alsup-msg {
	color: #aaa;
}
.alysum-supporter-box .alsup-offer {
	color: #eee;
	font-size: 15px;
}
.alysum-supporter-box .alsup-offer strong {
	color: #e0cc88;
}
.alysum-supporter-box .alsup-left {
	display: inline-block;
	margin-left: 4px;
	padding: 1px 8px;
	border-radius: 10px;
	background: rgba(224, 204, 136, 0.15);
	color: #e0cc88;
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
}
.alysum-supporter-box .alsup-btn {
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 11px 14px;
	margin: 4px 0 10px;
	border-radius: 6px;
	font-weight: 600;
	text-decoration: none;
	transition: opacity 0.15s ease, background 0.15s ease;
}
.alysum-supporter-box .alsup-btn:hover {
	opacity: 0.9;
}
.alysum-supporter-box .alsup-btn-google {
	background: #fff;
	color: #444 !important;
	border: 1px solid #dadce0;
}
.alysum-supporter-box .alsup-btn-google .alsup-g {
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	margin-right: 8px;
	border-radius: 50%;
	background: #4285f4;
	color: #fff;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
}
.alysum-supporter-box .alsup-btn-pay {
	background: #b8a96a;
	color: #1a1a1a !important;
}
.alysum-supporter-box .alsup-thanks {
	color: #7bd88f;
	font-weight: 600;
}
.alysum-supporter-box .alsup-user {
	font-size: 12px;
	color: #888;
}
.alysum-supporter-box .alsup-user a {
	color: #b8a96a;
}
.alysum-supporter-box .alsup-note {
	padding: 8px 10px;
	border-radius: 5px;
	font-size: 13px;
}
.alysum-supporter-box .alsup-note-ok {
	background: rgba(123, 216, 143, 0.15);
	color: #7bd88f;
}
.alysum-supporter-box .alsup-note-info {
	background: rgba(120, 170, 255, 0.15);
	color: #9bc0ff;
}
.alysum-supporter-box .alsup-note-err {
	background: rgba(255, 120, 120, 0.15);
	color: #ff9b9b;
}
