<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Styles for Fusion : Feature : Borders
 */

.border,
.fsn-image.border img	{
	border:1px solid rgba(0, 0, 0, 0.1);
}
.fsn-image.border	{
	border:none;
}
.color-scheme-2 .border,
.color-scheme-2 .fsn-image.border img	{
	border-color:rgba(255, 255, 255, 0.2);
}
.box-shadow,
.fsn-image.box-shadow img	{
	box-shadow:0 0 50px rgba(0, 0, 0, 0.25);
}
.fsn-image.box-shadow	{
	box-shadow:none;
}
</pre></body></html>