/**
 * Nivo Core Plugin Styles
 */
span.nivosearch-hero-highlight {
    color: var(--e-global-color-primary);
    border: 1px solid;
    padding: 7px 20px;
    font-size: 16px;
	font-weight: 600;
    border-radius: 30px;
}

.ns-features-table th, .ns-features-table td {
    text-align: left !important;
	width: auto !important;
}