.yce-settings-label {
	margin-bottom: 0 !important;
	margin-left: 3px;
}

.yce-editor-radio:focus {
	outline: none !important;
}

.yce-bootstrap-wrapper .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#wpcontent {
	padding-left: 0;
}

.yce-settings-panel {
	margin-top: 15px;
}

.yce-support-button-red {
	border: 2px solid #e74c3c !important;
	color: #e74c3c !important;
	border-radius: 5px;
	cursor: pointer !important;
	padding: 5px 25px 5px 26px;
	text-transform: uppercase;
	font-weight: 600;
	outline: 0;
	transition: background-color .2s ease-out;
	text-decoration: none;
	margin: 5px auto;
	background: transparent;
}

.yce-support-button-red:hover {
	background-color: #e74c3c !important;
	color: #ffffff !important;
}