/*---------------------------------------------------*/
/*------------------- Basic Reset -------------------*/
* {
	margin: 0;
	padding: 0;			}
li {
	list-style: none;			}
body {
	font: 13px/17px "Montserrat", sans-serif;			}
a {
	text-decoration: none;			}

/*---------------------------------------------------*/
/*--------------- Basic Color Scheme ----------------*/
body, .s2-settings {
	background-color: #fff;			}
a:link, a:visited, body {
	color: #434343;			}  /* Dark Grey/Black */
/* Hover Color */
a:hover, a:active {
	color: #444;			}   /* Dark Blue */
/* Header Background, Search Bar Background */
.L1-Header, .m-search-bar-bg {
	background-color: #f1f1f1;			}  /* Light Grey */
/*---------------------------------------------------*/
/*-------------- Border / Box-Shadow ----------------*/
.L1-Header, .L2-SERP-Editor {
	border-color: rgba(43,43,43,0.40);		}
input[type="text"], textarea {
	outline: none;			}
/*---------------------------------------------------*/
/*------------- New Coordinate System ---------------*/
.rltv {
	position: relative;			}
.abslt {
	position: absolute;			}
.cntr {
	max-width: 1148px;
	margin: 0 auto;			}
/*---------------------------------------------------*/
/*-------------------- Hidden -----------------------*/
.hidden {
	display: none;			}
/*---------------------------------------------------*/
/*-------------------- Floats -----------------------*/
.float-l {
	float: left;			}
.float-r {
	float: right;			}
.clear {
	clear: both;			}
.overflow {
	overflow: hidden;			}
/*---------------------------------------------------*/
/*---------------- Combined Styles ------------------*/

/*---------------------------------------------------*/
/*------------------- L1-Header ---------------------*/
.L1-Header {  /* border-color, border-bottom, box-shadow */
	height: 35px;			}
	.m-header--logo {
		margin: -4px 0 0 -179px;			}
	.m-header-nav {
		padding-top: 11px;			}
			.m-header-nav--li {
				font-size: 14px;
				font-weight: 600;
				text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
				margin-right: 32px;			}
	.m-social {
		margin: 0 0 0 600px;			}
		.twitter {
			margin: 0 -20px 0 10px;			}
	.m-toggle-app {
		z-index: 2;
		cursor: pointer;
		top: 35px;
		left: -35px;			}
/*---------------------------------------------------*/
/*----------------- L2-SERP-Editor ------------------*/
.L2-SERP-Editor {			}
	.s1-editor {
		margin-bottom: 40px;
		width: 710px;			}
		.m-title, .m-url, .m-description {
			margin-top:	21px;		}
			.s1-mx-caption {
				margin: 1px 4px;			}
				.s1-mx--label {
					cursor: pointer;
					font: 15px/1.2 "Montserrat", sans-serif;			}
				.s1-mx--info {
					vertical-align: -2px;
					font-size: 13px;			}
					.js-info-deny {
						color: #D00003;			}
					.js-input-deny {
						background-color: #ffdddd;			}
					.js-info-warn {
						color: #FFBE00;			}
					.js-input-warn {
						background-color: #ffffdd;			}
					.js-url-load {
						cursor: pointer;			}
						.js-url-load:hover {
							color: #545454;			}
				.m-title--input, .m-url--input, .m-description--input {
					width: 502px;  /* 520 - 2*1px border - 2*5px padding - 2*3px margin*/
					margin: 0 3px 3px;
					padding: 3px 5px;
					font: 15px/19px Arial, sans-serif;
					border: 2px solid rgba(43,43,43,0.30);
					border-radius: 4px;			}
				.m-title--input {
					color: #444;			}
				.m-title--input:hover, .m-title--input:focus {
					box-shadow: 0px 0px 5px -1px rgba(84,84,84,0.5);			}
				.m-url--input {
					color: #444;			}
				.m-url--input:hover, .m-url--input:focus {
					box-shadow: 0px 0px 5px -1px rgba(84,84,84,0.5);			}
				.m-description--input {
					color: #444;			}
				.m-description--input:hover, .m-description--input:focus {
					box-shadow: 0px 0px 5px -1px rgba(84,84,84,0.5);			}
			.m-pixelmeter-top {
				max-width: 703px;
				margin: -3px auto 0;			}
				.js-pixelmeter-top, .js-pixelmeter-bottom {
					height: 6px;
					width: 0px;
					background-color: #f1c40f;			}
	/*---------------------------------------------------*/
	/*-------------------- Settings ---------------------*/
	.s2-settings {  /* position: absolute */
		z-index: 1;
		top: 0;
		right: 0;
		margin-top: 40px;
		width: 400px;			}
		/*---------------------------------------------------*/
		/*--------------- Settings Navigation ---------------*/
		.m-settings-nav {
			z-index: 1;		/* Nav >> Settings */}
					.m-settings-nav--li-23 {
						width: 23%;			}
					.m-settings-nav--li-31 {
						width: 31%;			}
						.m-settings-nav--div {
							cursor: pointer;
							margin-right: -1px;
							padding: 4px 0px;
							margin: 0 -2px 0 0;
							font-size: 14px;
							font-weight: 600;
							text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
							text-align: center;
							border: 1px solid #bbb;
							border-radius: 2px 2px 0 0;		}
						.m-settings-nav--li-31 > .m-settings-nav--div {
							margin-right: 0;  /* reset outer right margin */			}
						.m-settings-nav--div-active, {
							background-color:#fff;
    						color: #444;
							border-bottom-color: #fff;		}

						.m-settings-nav--div:hover {
    						color: #444;}

    					.m-settings-nav--div.m-settings-nav--div-active{
    						border-bottom: none;
    					}
		/*---------------------------------------------------*/
		/*--------------- Settings Container ----------------*/
		.m-settings-container {
			height: 256px;
			padding: 4px;
			margin-top: -1px;
			border: 2px solid #bbb;
			border-bottom-right-radius: 4px;
			border-bottom-left-radius: 4px;
			border-top: none;
				}
			/*---------------------------------------------------*/
			/*--------------------- Options ---------------------*/
			.m-options {			}
				.m-options--fieldset {
					margin:  4px 4px 4px;
					padding: 5px 8px 0 0px;
					border: none;			}
				.m-options--fieldset:not(:first-child) {
					width: 352px;  /* 400/2 - 3x1px border - 4px padding - 4px margin - (8+20px) margin */			}
					.m-options--legend {
						font-size: 14px;
						margin-left: -15px;
						padding: 0 24px 0 20px;			}
					.m-options > fieldset:last-of-type > legend {
						padding-right: 5px;			}
					.m-options--textbox {
						margin: -22px 25px 0 0;			}
					.m-options--select {
						margin-bottom: 5px;  /* Space between */			}
						.m-options--select > label:hover {
							cursor: pointer;
							color: #444;			}
					.m-options--select > input[type="checkbox"] {
						margin-top: 2px;  /* align checkbox */			}
					.m-options--fieldset:first-child .m-options--select {
						margin-right: 195px;  /* align with checkbox */
						padding-left: 5px;		}
					.m-options--lang {
						margin: 10px 0;			}
						.m-options--lang img {
							margin: 0 10px 0 0;			}
			/*---------------------------------------------------*/
			/*---------- Symbols, USPs, Call To Action ----------*/
			.m-symbols, .m-usps, .m-callto {
				margin: 5px;			}
					.m-settings-container h3[class*="caption"] {
						margin: 3px 0;
						cursor: default;			}
					.m-symbols > h3[class*="caption"]:hover, .m-symbols-h3-active {
						cursor: pointer;
						color: #444;			}
					.js-symbols-zoom-checkbox {
						top: 8px;
						right: 8px;			}
					.js-symbols-zoom-label {
						top: 5px;
						right: 30px;			}
						.m-settings-container div[class*="container"] > div {
							margin: 5px;
							padding: 2px 4px;
							float: left;
							font-family: Arial, sans-serif;
							cursor: pointer;			}
						.m-settings-container div[class*="container"] > div:hover {
							box-shadow: 0px 0px 2px 0px rgba(0,119,119,0.5);
							background-color: #f1c40f;		}
						hr {
							 border: 0;
							 height: 1px;
							 background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
							 background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
							 background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
							 background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
							margin: 10px 25px;
						}
					.m-usps--container > div, .m-callto--container > div	{
						box-shadow: 0px 0px 2px 0px rgba(84,84,84,0.35);			}
					.m-usps--container > div:hover, .m-callto--container > div:hover {
						color: #444;			}
				/*---------------------------------------------------*/
				/*------------------- Symbol Zoom -------------------*/
				.m-symbol-zoom {
					position: fixed;
					top: 0;
					left: 0;
					width: 300px;
					padding: 10px;
					background-color: #fff;
					font: 200px/1.3 Arial, sans-serif;
					text-align: center;
					border: 1px solid rgba(43,43,43,0.40);
					box-shadow: 0px 0px 4px 0px rgba(84,84,84,0.5);
					z-index: 2;			}
/*---------------------------------------------------*/
/*------------------ L3-Search-Bar ------------------*/
.L3-Search-Bar {
	font-family: Arial, sans-serif;			}
	.m-search-bar-border {
		height: 119px;
		width: 100%;  /* because of absolute positioning */
		z-index: -1;  /* because of absolute positioning */
		border-bottom: 1px solid #ebebeb;			}
		.m-search-bar-bg {
			height: 60px;			}
	.m-search-bar {
		width: 640px;
		margin: 0 auto;		}
		/*---------------------------------------------------*/
		/*------------------ Search Input -------------------*/
		.m-search-bar-field {
			height: 30px;  /* actually 60px */
			padding: 8px 0;			}
					.m-search-bar--input {
						display: inline;
						width: 583px;
						padding: 4px;
						margin: 0 -3px 0 0;
						font: 16px/20px Arial, sans-serif;			}
					.m-search-bar--button {
						display: inline;
						border: none;
						width: 41px;
						height: 41px;
						margin: 2px 7px 8px -1px;
						color: #fff;
						background-color: #4385f5;		}
		/*---------------------------------------------------*/
		/*------------------- Search Nav --------------------*/
		.m-search-bar-nav {
			height: 59px;
			margin-top: 17px;			}
					.m-search-bar--li {
						height: 56px;
						margin-left: 8px;
						padding: 0 8px;
						line-height: 56px;
						color: #777;			}
					.m-search-bar--li:first-child {
						margin-left: 0;
						border-bottom: 3px solid #4285f4;
						color: #4285f4;
						font-weight: bold;			}
		/*---------------------------------------------------*/
		/*------------------- Search About ------------------*/
		.m-search-bar-about {
			height: 43px;			}
			.m-search-bar--about {
				margin-left: 8px;
				line-height: 43px;
				color: #808080;			}
/*---------------------------------------------------*/
/*---------------- L4-Result-Preview ----------------*/
.L4-Result-Preview {			}
	/*---------------------------------------------------*/
	/*----------------------- Ads -----------------------*/
	.m-ads {			}
		.m-top-ads {
			width: 640px;
			margin: 0 auto;
			margin-bottom: 10px;
			border-bottom: 1px solid #ebebeb;			}
			.m-snippet--felix:link, .m-snippet--felix:visited, .m-snippet--felix:hover, .m-snippet--felix:active {
				color:#1A0DAB;			}
			.m-top-ads--container {
				margin-left: 8px;
				padding: 11px 0;			}
		.m-side-ads {
			top: 0;
			left: 520px;
			margin: 5px 0 32px 70px;			}
			.m-side-ads--container {
				padding: 11px 0;			}
			.m-ads--yellowad {
				display: inline-block;
				font: 11px/14px Arial, sans-serif;
				color: #fff;
				background-color: #efa439;
				padding: 0 2px;
				border-radius: 2px;			}
	/*---------------------------------------------------*/
	/*-------------------- Snippets ---------------------*/
	.m-snippets {
		width: 640px;
		padding-left: 8px;
		margin: 0 auto			}
		.m-pixelmeter-bottom {display: none;}
			.m-pixelmeter-bottom--refresher {
				height: 1px;
				width: 0px;
				background-color: #1a0dab;			}
		.m-serp-snippet, .m-dynamic--snippet {
			width: 512px;
			margin: 0 0 23px;			}
				.js-bold {
					font-weight: bold;			}
				.js-serp-stars {
					vertical-align: -1px;
					margin-right: 5px;			}
				.js-serp-rich {
					font: 13px/1.4 Arial, sans-serif;
					color: #808080;			}
		.m-dynamic {			}
			/*---------------------------------------------------*/
			/*------------- General Snippet Styles --------------*/
			.m-snippets--title, .m-snippets--title:link, .m-snippets--title:visited, .m-snippets--title:hover, .m-snippets--title:active {
				font: 18px/1.2 "Montserrat", sans-serif;
				color: #1a0dab;
				cursor: pointer;
				white-space: nowrap;
				word-spacing: 0px;
				overflow-x: hidden;
				text-overflow: ellipsis;			}
			.m-snippets--title:hover {
				text-decoration: underline;			}
			.m-snippets--url {
				font: 13px/16px Arial, sans-serif;
				color: #006621;			}
			.m-snippets--description {
				font: small/1.4 Arial, sans-serif;
				color: #545454;			}
	/*---------------------------------------------------*/
	/*------------------- Statistics --------------------*/
	.m-statistic {
		top: 0;
		left: 0;
		margin-left: -105px;
		height: 932px;			}
		.m-statistic-wrapper {
			height: 75px;
			margin-bottom: 23px;			}
			.m-statistic-rank {
				margin-top: 3px;
				clear: both;
				font: italic 14px/1.2 "Montserrat", sans-serif;
				text-align: left;
				color: #808080;		}
			.m-statistic-container  {
				float: right;
				width: 50px;
				height: 50px;
				margin: 8px 15px 0px 0px;
				border-radius: 50px;			}
				.m-statistic-box {
					width: 50px;
					height: 50px;
					position: relative;
					border-radius: 50px;
					background-color: #e9e9e9;			}
					.m-statistic-shape-inner {
						position: absolute;
						top: 0px;
						left: 0px;
						width: 50px;
						height: 50px;
						border-radius: 50px;
						clip: rect(0px, 50px, 50px, 25px);				}
						.m-statistic-shape-outer {
							background-color: #aaa;
							position: absolute;
							top: 0px;
							left: 0px;
							width: 50px;
							height: 50px;
							border-radius: 50px;
							clip: rect(0px, 25px, 50px, 0px);			}
						.m-statistic-1 {	transform: rotate(155.772deg);			}
						.m-statistic-2 {	transform: rotate(53.64deg);			}
						.m-statistic-3 {	transform: rotate(35.784deg);			}
						.m-statistic-4 {	transform: rotate(21.96deg);			}
						.m-statistic-5 {	transform: rotate(19.008deg);			}
						.m-statistic-6 {	transform: rotate(14.328deg);			}
						.m-statistic-7 {	transform: rotate(10.224deg);			}
						.m-statistic-8 {	transform: rotate(11.088deg);			}
						.m-statistic-9 {	transform: rotate(8.028deg);			}
						.m-statistic-10 {	transform: rotate(9.228deg);			}

/*---------------------------------------------------*/
/*-------------------- Tooltipps --------------------*/
.m-tooltipp {			}
	.m-tooltipp--icon {
		display: none			}
	.m-tooltipp--icon:hover {
			}
	.m-tooltipp--cntnr {
		width: 500px;
		max-height: 500px;
		overflow: auto;
		top: 35px;
		left: -250px;
		padding: 10px;
		font: 14px/22px Arial, sans-serif;
		color: #474747;
		background-color: #F8F8F8;
		border: 1px solid #6D6D6D;
		border-radius: 6px;
  		box-shadow: 2px 2px 5px #A1A1A1;			}
	.m-tooltipp--symbol > .m-tooltipp--cntnr, .m-tooltipp--usps > .m-tooltipp--cntnr, .m-tooltipp--callto > .m-tooltipp--cntnr {
		left: -350px;			}
		.m-tooltipp--close {
			margin: -5px 1px 0 0;
			width: 18px;
			height: 18px;
			cursor: pointer;
			opacity: 0.75;			}
		.m-tooltipp--close:hover {
			border-color: #007777;
			color: #444;
			opacity: 1;			}
		.m-tooltipp--container > h3 {
			padding-bottom: 2px;			}
		.m-tooltipp--cntnr > p {
			padding-left: 5px;			}
		.m-tooltipp--cntnr > ul {
			padding: 0 0 10px 15px;			}
			.m-tooltipp--cntnr > ul > li {
				list-style-type: disc;			}
/*---------------------------------------------------*/
/*-------------- Tooltipp Positioning ---------------*/
.m-tooltipp--title {		top: 11px;		left: 522px;			}
.m-tooltipp--url {			top: 99px;		left: 522px;			}
.m-tooltipp--description {	top: 184px;		left: 522px;			}
.m-tooltipp--lightbox	 {	top: 220px;		left: 522px;			}
.m-tooltipp--richsnippet {	top: 5px;		left: 76px;				}
.m-tooltipp--site {			top: 141px;		left: 59px;				}
.m-tooltipp--symbol {		top: 1px;		left: 140px;			}
.m-tooltipp--usps {			top: 1px;		left: 128px;			}
.m-tooltipp--callto {		top: 1px;		left: 200px;			}
.m-tooltipp--search {		top: 14px;		left: 632px;			}
/*---------------------------------------------------*/
/*--------------------- Lightbox --------------------*/
.m-copy-png {
	margin: 3px 5px;
	cursor: pointer;			}
	.m-copy-png > img {
		height: 16px;
		width: 16px;
		opacity: 0.3;			}
	.m-copy-png > img:hover {
		opacity: 0.55;			}
.m-copy-box {
	margin: 3px 5px;
	padding: 3px 8px;
	background-color: #fdfdfd;
	border: 1px solid rgba(43,43,43,0.40);
	border-radius: 2px;
	cursor: pointer;			}
	.m-copy-png ~ .m-copy-box {
		margin: 0 5px;
		padding: 1px 8px 2px;
		background-color: #fdfdfd;
		border: 1px solid rgba(43,43,43,0.20);
		border-radius: 2px;			}
.m-copy-box:hover {
	color: #000077;
	box-shadow: 0 0 2px -1px rgba(0,0,100,0.3);			}
/*---------------------------------------------------*/
/*-------------------- Check Mark -------------------*/
.m-copy-check {
	margin:  1px -54px 0 0;			}
	.m-copy-check > img {
		height: 20px;
		width: 20px;		}
	.m-lightbox > .m-copy-check {
		z-index: 3;
		position: fixed;
		top: 50%;		left: 50%;
		margin: -330px 0 0 -180px;		}
	.m-lightbox-background {
		z-index: 2;
		position: fixed;
		top: 0;		right: 0;		bottom: 0;		left: 0;
		background-color: #000;
		opacity: 0.4;
		cursor: pointer;		}
	.m-lightbox-snippet {
		z-index: 2;
		position: fixed;
		top: 50%;		left: 50%;
		width: 600px;		margin-left: -300px;
		height: 600px;		margin-top: -300px;
		padding: 20px;
		font: 14px/1.3 "Montserrat", sans-serif;
		background-color: #eee;
		opacity: 1;
		border: 1px solid rgba(43,43,43,0.40);
		box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.10);
		border-radius: 2px;			}
	.m-lightbox-clipboard {
		z-index: 3;
		position: fixed;
		top: 50%;		left: 50%;
		margin: -330px 0 0 -300px;		}
	.m-lightbox-reset {
		z-index: 3;
		position: fixed;
		top: 50%;		left: 50%;
		margin: -330px 0 0 190px;		}
	.m-lightbox-close {
		z-index: 3;
		position: fixed;
		top: 50%;		left: 50%;
		margin: -330px 0 0 265px;		}
.description-inactive {
	color: #ccc;			}

/*sumax class*/
.su-heading-1{font-size: 28px; margin-top: 55px; font-weight: 300; color: #1a2f38;}
.serp-paragraph{font-size: 14px; margin-bottom: 55px; margin-top: 20px;color:#707070; line-height: 24px;}
body > main > section.L2-SERP-Editor.rltv > div > section.s1-editor.overflow > form > section.m-url > div:nth-child(2) input{height: 39px;}
body > main > section.L2-SERP-Editor.rltv > div > section.s1-editor.overflow > form > section.m-title > div:nth-child(2) input{height: 39px; width: 690px;}
body > main > section.L2-SERP-Editor.rltv > div > section.s1-editor.overflow > form > section.m-description > div:nth-child(2) textarea{height: 87px; width: 690px;}
body > main > div.cntr.rltv.serp-ergebniss > section.L3-Search-Bar > div.cntr > section > section.m-search-bar-field.rltv > label:nth-child(1) input{height: 30px; padding: 4px 0;}
.serp-ergebniss{border: solid 2px #e0e0e0; border-radius: 4px; margin-bottom: 55px;}
/*body > main > section > div > section.s2-settings.abslt > section.m-settings-container.rltv > section.m-options.js-settings-1.overflow > fieldset.m-options--fieldset.float-l > label{display: none;}*/
/*#m-symbols-zoom-checkbox{display: none;}*/
.url-laden-button{
	position: absolute;
    right: 443px;
    top: 41px;
    background-color: #fce500;
    height: 32px;
    width: 173px;
    color: #444;
    text-align: center;
    padding-top: 17px;
    border-radius: 3px;
    font-size: 15px;
}
body > main > section > div > section.s2-settings.abslt > section.m-settings-nav.rltv > nav > ul > li:nth-child(1) > div {border-left: 2px solid #bbb;}
body > main > section > div > section.s2-settings.abslt > section.m-settings-nav.rltv > nav > ul > li.m-settings-nav--li-31.float-l > div{border-right: 2px solid #bbb;}

.url-laden-button:hover{background-color: #444; color: #fff;}

.seo-tools .m-settings-container{
    height:unset;
    border-width: 1px;
}
.seo-tools .s2-settings ul{
    margin:0;
}
.seo-tools .url-laden-button{
    padding:10px;
    height:unset;
    border-radius: unset;
    color:#000;
    background-color:#FAAC01;
    top:44px;
    
}

.seo-tools .serp-ergebniss {
	border: 0;
	background-color: #fff;
}

.seo-tools .s1-editor {
	display: flex;
	width: 50%;
}

@media (max-width: 1023px) {
	.seo-tools .s1-editor {
		width: 100%;
	}
}

.seo-tools .s1-editor>form {
	width: 100%;
}

@media (max-width: 640px) {
	.seo-tools .L3-Search-Bar .m-search-bar {
		width: 100%;
	}
}

.seo-tools .L3-Search-Bar .m-search-bar--input {
	border: 1px solid #000;
	border-radius: 500px;
	padding-left: 30px;
	min-height: 40px;
	margin-bottom: 20px;
	width: 100%;
}

.seo-tools .L2-SERP-Editor>.cntr.rltv {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 1023px) {
	.seo-tools .L2-SERP-Editor>.cntr.rltv {
		flex-wrap: wrap;
	}
}

.seo-tools .L2-SERP-Editor .s1-mx-caption {
	margin: 0;
}

.seo-tools .L2-SERP-Editor .m-url {
	position: relative;
}

.seo-tools .L2-SERP-Editor .s1-mx--label {
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.seo-tools .L2-SERP-Editor .s1-mx--info {
	font-size: 16px;
}

.seo-tools .L2-SERP-Editor .m-url--input {
	margin: 0;
}

.seo-tools .L2-SERP-Editor .url-laden-button {
	background-color: #000;
	color: #fff;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 200;
	height: 55px;
	padding: unset;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 0;
	bottom: 0;
	top: unset;
}

.seo-tools .L2-SERP-Editor input[type="text"] {
	padding-left: 20px;
}

.seo-tools .L2-SERP-Editor .m-title .m-title--input {
	border: unset;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	margin: 0;
}

.seo-tools .L2-SERP-Editor .m-description .m-description--input {
	width: 100%;
	border-radius: 0;
	border-color: #000;
	border-width: 2px;
	border-bottom: unset;
	margin-bottom: unset;
	padding-bottom: unset;
	margin: 0;
}

.seo-tools .L2-SERP-Editor .m-description .m-pixelmeter-top {
	background-color: #f0f0f0;
	margin-top: -8px;
}

.seo-tools .L2-SERP-Editor .m-pixelmeter-top {
	background-color: #f0f0f0;
	margin-top: 0;
}

@media (max-width: 1023px) {
	.seo-tools .L2-SERP-Editor .m-pixelmeter-top {
		max-width: unset;
	}
}

.seo-tools .L2-SERP-Editor .s2-settings {
	position: relative;
	width: 45%;
}

@media (max-width: 1199px) {
	.seo-tools .L2-SERP-Editor .s2-settings {
		width: 50%;
		padding-left: 10px;
	}
}

@media (max-width: 1023px) {
	.seo-tools .L2-SERP-Editor .s2-settings {
		width: 100%;
	}
}

.seo-tools .L2-SERP-Editor .s2-settings .m-symbols-h3-active,
.seo-tools .L2-SERP-Editor .s2-settings .m-usps--caption,
.seo-tools .L2-SERP-Editor .s2-settings .m-callto--caption,
.seo-tools .L2-SERP-Editor .s2-settings .m-settings-nav--div {
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
}

@media (max-width: 551px) {
	.seo-tools .L2-SERP-Editor .s2-settings .m-settings-nav .m-settings-nav--li-23 {
		width: 50%;
	}

	.seo-tools .L2-SERP-Editor .s2-settings .m-settings-nav .m-settings-nav--li-31 {
		width: 50%;
	}
}

.seo-tools .L2-SERP-Editor .s2-settings .m-settings-nav .m-settings-nav--div {
	border: unset;
	position: relative;
}

@media (max-width: 551px) {
	.seo-tools .L2-SERP-Editor .s2-settings .m-settings-nav .m-settings-nav--div {
		text-align: left;
	}

	.seo-tools .L2-SERP-Editor .s2-settings .m-settings-nav .m-settings-nav--div:before,
	.seo-tools .L2-SERP-Editor .s2-settings .m-settings-nav .m-settings-nav--div:after {
		content: unset !important;
	}
}

.seo-tools .L2-SERP-Editor .s2-settings .m-settings-nav .m-settings-nav--div-active {
	text-align: left;
	padding-left: 10px;
}

@media (max-width: 551px) {
	.seo-tools .L2-SERP-Editor .s2-settings .m-settings-nav .m-settings-nav--div-active {
		padding-left: 0;
	}
}

.seo-tools .L2-SERP-Editor .s2-settings .m-settings-nav .m-settings-nav--div-active:before {
	content: "";
	position: absolute;
	width: 84%;
	height: 2px;
	background-color: #000;
	bottom: 0;
	left: 0;
}

@media (max-width: 1023px) {
	.seo-tools .L2-SERP-Editor .s2-settings .m-settings-nav .m-settings-nav--div-active:before {
		width: 91%;
	}
}

@media (max-width: 767px) {
	.seo-tools .L2-SERP-Editor .s2-settings .m-settings-nav .m-settings-nav--div-active:before {
		width: 88%;
	}
}

.seo-tools .L2-SERP-Editor .s2-settings .m-settings-nav .m-settings-nav--div-active:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 40px;
	background-color: #000;
	top: -5px;
	right: 10px;
	transform: rotate(30deg);
}

.seo-tools .L2-SERP-Editor .s2-settings .m-settings-nav .m-settings-nav--div:not(.m-settings-nav--div-active) {
	color: #aeaeae;
}

.seo-tools .L2-SERP-Editor .s2-settings .m-settings-nav .m-settings-nav--div:not(.m-settings-nav--div-active):before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #000;
	top: 0;
	right: 0;
}

.seo-tools .L2-SERP-Editor .s2-settings .m-settings-nav .m-settings-nav--li-31:last-child .m-settings-nav--div-active:after {
	content: unset;
}

.seo-tools .L2-SERP-Editor .s2-settings .m-settings-nav .m-settings-nav--li-31:last-child .m-settings-nav--div-active:before {
	width: 100%;
}

.seo-tools .L2-SERP-Editor .s2-settings .m-settings-container {
	border: unset;
}

.seo-tools .L2-SERP-Editor .s2-settings .m-settings-container .m-symbols {
	padding: 0;
	width: 100%;
	overflow: auto !important;
}

.seo-tools .L3-Search-Bar .m-search-bar-nav {
	height: 70px;
}

.seo-tools .L2-SERP-Editor .s2-settings .m-settings-nav .m-settings-nav--div-active {
    text-align: center;
    padding-left: unset;
}
.seo-tools .L2-SERP-Editor .s2-settings .m-settings-nav .m-settings-nav--div-active:before {
    content: unset;
}
.seo-tools .L2-SERP-Editor .s2-settings .m-settings-nav .m-settings-nav--div-active:after {
    content: unset;
}
.seo-tools .L2-SERP-Editor .s2-settings .m-settings-nav .m-settings-nav--div:not(.m-settings-nav--div-active):before {
    content: unset;
}
.seo-tools .L2-SERP-Editor .s2-settings .m-settings-nav .m-settings-nav--div:not(.m-settings-nav--div-active):after {
    content: unset;
}
.seo-tools .L2-SERP-Editor .s2-settings .m-settings-nav > nav > ul {
    overflow: hidden;
}
.seo-tools .L2-SERP-Editor .s2-settings .m-settings-nav .m-settings-nav--div {
    padding-top: 10px;
    padding-bottom: 10px;
}
.seo-tools .L2-SERP-Editor .s2-settings .m-settings-nav .m-settings-nav--div.m-settings-nav--div-active:before {
    content: "";
    top: unset;
    bottom: 0;
    width: 90%;
    left: 0;
}
.seo-tools .L2-SERP-Editor .s2-settings .m-settings-nav .m-settings-nav--div.m-settings-nav--div-active + .m-settings-nav--div:before {
    content: "";
    top: 0;
    right: 0;
    left: unset;
    width: 90%;
}
.seo-tools .L2-SERP-Editor .s2-settings .m-settings-nav .m-settings-nav--div.m-settings-nav--div-active + .m-settings-nav--div:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 110%;
    width: 2px;
    background-color: #000;
    transform: translatey(-50%) rotate(30deg);
}
