@font-face {
  font-family: 'Montserrat';
  src: url('sansation-reg.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('averta.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', monospace;
  font-size: 16px;
  color: #2d2d2d;
}

.makeme {
  opacity:0;
  width: 100%;
  height: 900px;
  position: absolute;
  top: 0;
  z-index: -900;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #fff; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger {
  padding: 2rem 0;
  right: 2rem;
  position: fixed;
  z-index: 999;

}

div.brand {
  font-family: 'Sansation', Arial, sans-serif;
  font-size: 3rem;
  padding: 1.5rem 0;
  left: 2rem;
  position: fixed;
  z-index: 999;
  color: #fff;
}

div.brand a {
  color: #fff;
}

div.gl {
  height: 6rem;
  background: #000;
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 999;  
}

a {
  color: #940d74;
  text-decoration: none;
}

.wrapper {
  margin-top: 8rem;
}

.wrapper-nav {
  background: #000;
  width: 100%;
  height: 470px;
  position: fixed;
  top: 0px;
  transform: rotateX(90deg);
  transform-origin: top;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

.rotated {
  transform: rotateX(0deg);
  display: block;
}

nav {
  font-size: 1.5rem;
  margin-top: 7rem;
  padding: 0 0 0 7rem;
  min-height: 250px;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav ul li {
  list-style: none;
  min-width: 30%;
  float: left;
  margin: 5px;
  padding: 10px;
}

nav ul li a {
  font-family: monospace;
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 1.5rem;
}

nav ul li a:hover {
  color: #940d74;
  text-decoration: none;
  display: block;
}

footer {
  margin-top: 1rem;
}

footer ul {
  margin: auto;
  padding: 0;
  width: 460px;
}

footer ul li {
  list-style: none;
  margin: 0px;
  padding: 5px 15px;
  float: left;
}

footer ul li a {
  text-decoration: none;
  font-size: 90%;
  font-weight: normal;
  font-family: monospace;
}

footer ul li a:hover {
  color: #ff4834;
}

.hide {
  display: none;
}

hr.nav {
  border-top: 2px solid #626262;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  width: 60%;
  clear: both;
}

ul.subnav {
  float: right;
  padding: 0;
  margin-top: -0.5rem;
  list-style: none;  
}

ul.subnav li {
  float: right;
  padding: 0;
  margin: 0 0 0 1rem;
  line-height: 1rem;
}

ul.subnav li a {
  font-size: .8rem;
  background-color: #940d74;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}

ul.subnav li a.back {
  background-color: #940d74;
}

/* BODY */ 

section.content {
  margin: 2rem auto;
  max-width: 1200px;
}

.grid_1 {
  display: grid;
  grid-template-columns: 100%;
}

.grid_2 {
  display: grid;
  grid-template-columns: 50% 50%;
}

.grid_2_75 {
  display: grid;
  grid-template-columns: 25% 75%;
}

.grid_3 {
  display: grid;
  grid-template-columns: 32.8% 34.5% 32.8%;
}

.grid_3_50 {
  display: grid;
  grid-template-columns: 50% 25% 25%;
}

.grid_3_67 {
  display: grid;
  grid-template-columns: 67.3% 32.7%;
}

.grid_4 {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}

.box {
  background-color: #fff;
  padding: 1rem;
  margin: .5rem; 
}

.boxplain {
  padding: 1rem;
  margin: .5rem;
}

small {
  font-size: 12px;
  display: contents;
}

small.percent {
  color: #940d74;
}

ul {
  padding: 1rem 2rem;
}

li {
  padding: .3rem;
  line-height: 1.5rem;  
}

p {
  line-height: 1.3rem;
  padding: 0;
}

p.asterisk {
  line-height: 0rem;
}

b.warn {
  color: #0468aa;
}

.center {
  display: inherit;
  text-align: center;
  margin: auto;
}

table.suggest {
  border-collapse: collapse;
  width: 100%;
}

table.suggest th {
  text-align: left;
  padding: 15px 10px;
  font-size: .9rem;
  border: 1px solid #c0c0c0;
  background: #f8f8f8;
}

table.suggest th.sv {
    font-size: .7rem;
}

table.suggest th.stats {
  background: #ff000008;
  text-align: center;
  font-weight: 100;  
}

table.suggest td {
  text-align: left;
  padding: 10px;
  border: 1px solid #c0c0c0;
  font-size: .8rem;
}

table.suggest td.smaller {
  text-align: left;
  padding: 10px;
  border: 1px solid #c0c0c0;
  font-size: .7rem;
  color: #6c6c6c;
}

table.seo-crawler-show {
  border-collapse: collapse;
}

table.seo-crawler-show th {
  text-align: left;
  padding: 15px 5px;
  font-size: 1.1rem;
}

table.seo-crawler-show td {
  text-align: left;
  padding: 15px;
  border: 1px solid #c0c0c0;
}

table.crawlresult {
  border-collapse: collapse;
  width: 100%;
}

table.crawlresult th {
  padding: 10px;
  font-size: .8rem;
  border: 1px solid #c0c0c0;
  text-align: center;
  background-color: #e4e4e4;
}

table.crawlresult tr {
  background-color: #fff;
}

table.crawlresult td {
  text-align: left;
  padding: 7px;
  border: 1px solid #c0c0c0;
  font-size:.8rem
}

table.crawlresult td ul {
  padding: 20px;
  margin: 0;
}

table.crawlresult td ul li {
  padding: 0;
  font-size: .85rem;
}

table.crawlresult td.svh {
    text-align: left;
    padding: 3px;
    background: #e4e4e4;
    border: 1px solid #c0c0c0;
    font-size: .7rem;
    white-space: nowrap;
}
table.suggest td.sv,
table.crawlresult td.sv {
    text-align: left;
    padding: 3px;
    border: 1px solid #c0c0c0;
    font-size: .7rem;
}
.dataTable th.sorting {
  text-align: left;
}

table.crawlresult td.c {
  text-align: center;
  white-space: nowrap;
}

table.httpheader {
  width: 100%;
  border-collapse: collapse;
}

table.httpheader td {
  text-align: left;
  padding: 5px;
  border: 1px solid #c0c0c0;
  font-size: .8rem;
  word-break: break-all;
  word-break: break-word;
}

div.htmlsource {
  border: 1px solid #c0c0c0;
  background-color: #f8f8f8; 
  padding: 25px;
  font-size: .8rem;  
  word-break: break-all;
  word-break: break-word;  
}

.strike {
  text-decoration: line-through;
}

.box h4 {
  margin-top: 0rem;
  margin-bottom: 1rem;
}

.box h5 {
  margin: 2rem 0rem .5rem 0rem
}

i {
  font-style: normal;
  font-size: 15px;
  line-height: 10px;
}


.download_view,
.download_excel,
.download_csv {
  border: 1px solid #c0c0c0;
  padding: 2px;
  min-width: 25px;
  display: inline-block;
  text-align: center;
}

.download_view:hover,
.download_excel:hover,
.download_csv:hover {
  border: 1px solid #940d74;
  background: #940d74;
  color: #fff;
}

th.sorting {
  cursor: crosshair;
}

.red {
  color: #940d74;
}

p.asterisk {
  display: contents;
  color: #940d74;
}

p.hint {
  font-size: .8rem;
}

a.viewsource {
  display: inline-block;
  float: right;
  font-size: .5rem;
  color: #c0c0c0;
  padding-top: 3px;
}

table.seo-crawler-compare {
  border-collapse: collapse;
  width: 100%;
}

table.seo-crawler-compare th {
  text-align: center;
  padding: 15px 5px;
  font-size: .9rem;
  border: 1px solid #c0c0c0;
}

table.seo-crawler-compare td {
  text-align: left;
  padding: 10px;
  border: 1px solid #c0c0c0;
  font-size: .8rem;
  height: 35px;
}

table.seo-crawler-compare td.category {
  text-align: left;
  padding: 10px;
  border: 1px solid #c0c0c0;
  font-size: .8rem;
  font-weight: bold;
  background-color: #f8f8f8;
}

table.seo-crawler-compare a.detail {
  font-size: 1.3rem;
}

small.compare_download {
  display: block;
  width: 24px;
  position: absolute;
  right: 0;
  top: -14px;
  font-size: .5rem;  
}

div.compare_download {
  position: relative;
}


p.decloss {
  line-height: 28px;
  text-align: justify;
  padding-top: 15px;
}

h1.decloss {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 10px;
}

h2.decloss {
  border-bottom: 1px solid #c0c0c0;
  padding: 10px 0;
  margin: 30px 0 0 0;
}

h3.decloss {
  border-bottom: 1px solid #c0c0c0;
  padding: 10px 0;
  margin: 30px 0 0 0;
}

h3.decloss + div {
  background-color: #fff;
  padding: 15px;
  line-height: 1.7rem;
}

h3.decloss + div p {
  padding: 5px;
  margin: 0;
}

figure.decloss_l {
  float: left;
  margin-right: 40px;
  margin-left: 5px;
  margin-bottom: 20px;
  border: 1px solid #c0c0c0;
  background: #f8f8f8;
}

figure.decloss_r {
  float: right;
  margin-left: 40px;
  margin-bottom: 20px;
  border: 1px solid #c0c0c0;
  background: #f8f8f8;
}

figcaption.decloss {
  text-align: center;
  font-size: 12px;
  padding: 10px 0;
}

table.decloss {
  margin: 10px 10px 20px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 97%;
}

table.decloss th {
  background: #fff;
  font-weight: bold;
  text-align: left;
  font-size: 16px;
  padding: 15px;
  border: 1px solid #ccc;
}

table.decloss td {
  background: #fff;  
  text-align: left;
  font-size: 16px;
  padding: 15px;
  border: 1px solid #ccc;
}

table.decloss td:last-child, 
table.decloss th:last-child {
  text-align: center;
  width: 70px;
}

img.decloss {
  width: 300px;
}

figure.pagespeed {
  float: left;
  margin: 10px;
}

img.psi {
  border:1px solid grey;
}


/* FAQs */

.decloss_toc {
  margin-bottom: 1rem;
}

.decloss_toc input,
.decloss_toc div {
  display: none;
}

.decloss_toc input[type=checkbox]:checked ~ div {
  display: block; 
  padding: 25px;
  background-color: #f8f8f8; 
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin: 1px;
}

.decloss_toc input[type=checkbox]:checked ~ div > div {
  display: block;
}

.decloss_toc label {
  cursor: pointer;
  float: right;
  padding: 10px;
  font-size: 1em; 
  line-height: 1.2em;
  left: 0px;
  color: #696969;
}

.decloss_toc label:hover {
  background: #404040;
  color:#fff;
}

.decloss_toc input[type=checkbox]:checked~label{
  border-bottom: 1px solid transparent;
  background: #505050;
  color: #fff;
}

.decloss_toc ol {
  margin-bottom: 0;
}

.decloss_toc ol li {
  padding: 7px 0;
}

.decloss_toc ol li ul {
  font-size: 14px;
  padding: 15px;  
}

.decloss_toc ol li ul li {
  padding: 2px;  
}

h3.decloss + div {
  background-color: #f9f9f9;
}

img.clossvisual {
  width: 450px;
}

div.contentwrapper {
  padding: 25px 50px;
}

a.local-example {
  position: relative; 
  cursor:pointer;
}

a.local-example img { 
  width:500px; 
}

a.local-example div { 
  display:none; 
  position: absolute; 
}

a.local-example:hover div { 
  width:500px; 
  border:1px solid #141414; 
  display: block; 
  z-index: 10; 
}

#localoutput {
  margin:20px;
  line-height: 1.5em; 
}

span.dynamic {
  color:#940d74;
}

div.comparisonkeyword {
  font-size: .85rem;
  padding: 20px 10px;
  line-height: 1.5rem;
}

div.comparisonkeyword ul {
  padding: 10px 20px;
  margin: 0;
}

div.seo-comparison-table {
  overflow: scroll;
  margin: 10px 10px;
}

div.seo-comparison-table table tr td {
  vertical-align: top;
}

.tooltip {
  position: relative;
  display: block;
  top: 15px;
}

.tooltip:hover .showtooltip {
  color: #FFFFFF;
  display: block;
}

.tooltip:hover .show-hidden {
  position: absolute;
  opacity: 1;
  transition-delay: 0s;
  visibility: visible;
}

.tooltip:hover .showtooltip:after {
  display: block;
}

.showtooltip {
  background-color: #940d74;
  color: white;
  font-size: 12px;
  position: absolute;
  text-decoration: none;
  top: 58px;
  z-index: 1;
  line-height: 20px;
  width: 50px;
  text-align: center;
  cursor: pointer;
  right: 0;
}

.showtooltip:active,
.showtooltip:focus {
  color: #FFFFFF;
}

.showtooltip:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #940d74;
  content: "";
  display: none;
  right: 16px;
  position: absolute;
  top: 20px;
  z-index: 12;
}

.show-hidden {
  position: absolute;
  right: -400px;
  top: 88px;
  visibility: hidden;
  border: 2px solid #940d74;
  padding: 10px;
  background: #fff;
  font-size: 11px;
  z-index: 10;
  opacity: 0;
  width: 750px;
  box-shadow: 7px 7px 21px #888;
  transition: visibility 0s ease-out 0.42s, opacity 0.42s ease-out 0s;
  overflow: auto;
  display: block;
}

.show-hidden p {
  font-size: 12px;
}

ul.lastview {
  padding: 0;
  margin: 20px 0 0 0;
}

ul.lastview li small {
  font-size: .5rem;
  display: block;
}

ul.lastview li {
  list-style: none;
  float: left;
  border: 1px solid #c0c0c0;
  background: #fff;
  padding: 5px 10px;
  margin: 5px;
  font-size: .8rem;
  line-height: 1rem;
}

img.crop { 
  width: 400px; 
  height: 300px; 
  object-fit: cover; 
  object-position: center;
}

.cloud {
  display: inline;
  list-style-type: none;
}

.cloud li {
  list-style: none;
  display: inline-block;
  padding: 10px;
  margin: 10px;  
  border: 1px dotted #448d27;
  background: #448d270a;
  font-size: .85rem;
}

.cloud li:hover {
  border: 3px solid #940d74;
  color: #000;
  margin: 8px;
  cursor: pointer;
  background: #fff;  
}

.cloudbox {
  width: 90%; 
  margin: 0 auto;
  text-align:center;
}

.cloudbox h2  {
  color: #000;
  border: 4px solid #940d74;
  padding: 10px;
}


div.cmarkbox {
  margin-bottom: 20px;
  padding: 0;
}

span.cphrase,
span.cmark {
  border: 1px solid #c8c8c8;
  padding: 4px 6px;
  margin: 2px;
  display: inline-block;
  font-size: 0.85em;
  transition: border .2s;
  background: #fff;
}

span.cphrasehl,
span.cmarkhl  {
  border: 1px solid green;
  background-color:rgba(0,255,0,0.1);
}

span.cphrase:hover,
span.cmark:hover {
  border:1px solid red;
  cursor: copy;
}

.trumbowyg-box, .trumbowyg-editor {
  display: block;
  position: relative;
  border: 0;
  min-height: 800px;
  margin:0;
 }


.ct_progressbar {
  background-color: #efefef;
  border: 1px solid #c0c0c0;
}

.ct_progressbar > div {
  background-color: #0093ff40;
  width: 2%;
  height: 20px;
  white-space: nowrap;

}

.ct_progressbar > div > span {
  color: #000;
  font-size: 11px;
  line-height: 22px;
}

.trumbowyg-box, .trumbowyg-editor {
  display: block;
  position: relative;
  border: 0;
  min-height: 800px;
  margin:0;
 }

.overflow-auto {
  overflow: auto;
}

#toggle {
  cursor: pointer;
  color: #940d74;
  margin-top: 10px;
  margin-bottom: 20px;
}

#togglearea {
  display: none;
}

img.seo-check-screenshot {
  width: 100%;
}

div.section {
  margin-bottom: 40px;
  padding: 0 25px;
}

#navjump {
  padding-left: 5px;
  margin: 40px 0px;
  height: 50px;
}

.jump {
  margin: 5px;
  min-width: 105px;
  padding: 8px;
  position: relative;
  font-size: 1em;
  float: left;
  text-align: center;
  border: 1px solid #940d74;
  color: #fff;
  background-color: #940d74;
  color: #FFFFFF;
  border-radius: 2px;
}

.jump a {
  color: #fff;
}

/* SEO CHECK */

table.crawlresult td.first {
  text-align: left;
  padding: 15px 10px;
  font-size: 1.1rem;
  border: 1px solid #c0c0c0;
  background: #f8f8f8;
  position: relative;
}

table.crawlresult td.gfx {
  width: 40px;
  text-align: center;
}

table.crawlresult td.info {
  padding: 10px;
  font-size: 1rem;
}

table.crawlresult td.res {
  padding: 10px;
  font-size: 1rem;
}

table.crawlresult td.multi {
  padding: 10px;
  font-size: 1rem;
}

table.crawlresult td.multi .tooltip {
  position: relative;
  display: block;
  top: -80px;  
}

table.crawlresult td.multi .showtooltip {
  width: 150px;
  line-height: 2rem;
}

table.crawlresult td.multi .show-hidden {
  width: 750px;
  right: 0px;
}

table.crawlresult td.multi .show-hidden li {
  padding: 0;
}

table.crawlresult td.first > strong {
  float: left;
}

.providedby {
  font-size: .75rem;
}

.right {
  float: right;
}

span.td-multi {
  position: relative;
  margin: 10px;
  display: block;
}

table.comparisontable-inner,
table.innertable {
  width: 100%;
  border-collapse: collapse;
}

table.innertable td {
  font-size: 14px;
  padding: 10px;
}

.innertable td.kwgap {
  background: #932E2E;
  height: 2px;
  font-size: 8px;
  text-shadow: none;
  color: #fff;
  padding: 0;
}

b.good {
  color:#448D27;
}

b.warn {
  color:#2864c4;
}

b.erro {
  color:#932e2e;
}

/* LIGHTBOX LINK */

.showlightbox {
  display: block;
  position: absolute;
  right: 25px;
}

.showlightbox span {
  background: url("../gfx/help.png") no-repeat transparent;
  display: block;
  height: 30px;
  position: absolute;
  right: -12px;
  text-indent: -9999px;
  top: -6px;
  width: 30px;
}


/* HEADINGS */

.resultheading {
  margin-bottom: 10px;
}

.resultheading .missing {
  color: #A5A5A5;
}

.makeh1 {
  font-size: 24px;
}

.makeh1 .btn {
  font-size: 24px;
  padding: 15px 9px 9px 9px;
}

.makeh2 {
  font-size: 20px;
  margin-left: 15px;
}

.makeh2 .btn {
  font-size: 20px;
  padding: 12px 8px 8px 8px;
}

.makeh3 {
  font-size: 18px;
  margin-left: 30px;
}

.makeh3 .btn {
  font-size: .9em;
  padding: 8px 7px 5px 7px;
}

.makeh4 {
  font-size: 16px;
  margin-left: 45px;
}

.makeh4 .btn {
  font-size: .9em;
  padding: 8px 7px 5px 7px;
}

.makeh5 {
  font-size: 14px;
  margin-left: 60px;
}

.makeh5 .btn {
  font-size: .9em;
  padding: 8px 7px 5px 7px;
}

.makeh6 {
  font-size: 12px;
  margin-left: 75px;
}

.makeh6 .btn {
  font-size: .9em;
  padding: 8px 7px 5px 7px;
}

.btnheading {
  padding: 3px 6px;
}

.btn {
  display: inline-block;
  padding: 10px;
  color: #fff;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  text-shadow: none;
}

 .btn.btn-green {
  -webkit-box-shadow: inset 0 1px 2px #a2c873;
  -moz-box-shadow: inset 0 1px 2px #a2c873;
  background: #82b346;
  background-image: linear-gradient(top, #96c161, #82b346);
}

 .btn.btn-red {
  -webkit-box-shadow: 0 1px 2px 0 #c27272 inset;
  -moz-box-shadow: 0 1px 2px 0 #c27272 inset;
  box-shadow: 0 1px 2px 0 #c27272 inset;
  background: #a54747;
  background-image: linear-gradient(top, #c27272, #a54747);
}

#mobile_frame1 {
  transform-origin: top left;
  transform: scale(0.45,0.45);
  -moz-transform-origin: top left;
  -moz-transform: scale(0.45,0.45);
  -o-transform-origin: top left;
  -o-transform: scale(0.45,0.45);
  -webkit-transform-origin: top left;
  -webkit-transform: scale(0.45,0.45);
  -ms-transform-origin: top left;
  -ms-transform: scale(0.45,0.45);
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
  border: 5px solid gray;
  border-radius: 5px;
  width: 1195px;
  height: 820px;
  overflow: scroll;
}

#mobile_frame2 {
  transform-origin: top left;
  transform: scale(0.55,0.55);
  -moz-transform-origin: top left;
  -moz-transform: scale(0.55,0.55);
  -o-transform-origin: top left;
  -o-transform: scale(0.55,0.55);
  -webkit-transform-origin: top left;
  -webkit-transform: scale(0.55,0.55);
  -ms-transform-origin: top left;
  -ms-transform: scale(0.55,0.55);
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
  border: 5px solid gray;
  border-radius: 5px;
  width: 405px;
  height: 844px;
  overflow: scroll;
}

#mobile_frame3 {
  transform-origin: top left;
  transform: scale(0.55,0.55);
  -moz-transform-origin: top left;
  -moz-transform: scale(0.55,0.55);
  -o-transform-origin: top left;
  -o-transform: scale(0.55,0.55);
  -webkit-transform-origin: top left;
  -webkit-transform: scale(0.55,0.55);
  -ms-transform-origin: top left;
  -ms-transform: scale(0.55,0.55);
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
  border: 5px solid gray;
  border-radius: 5px;
  width: 375px;
  height: 780px;
  overflow: scroll;
}

.mob_frame {
  margin-left: 40px;
  height: 550px;
}

.mob_frame span {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  padding: 5px;
  width: 100%;
}

.res_frame1 {
  float: left;
  width: 535px;
}

.res_frame2 {
  float: left;
  width: 220px;
}

.res_frame3 {
  float: left;
  width: 205px;
}


.google-serp h3 {
  font-family: arial, sans-serif;
  color: #1a0dab;
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 3px;
  margin-top: 14px;
  font-weight: normal;
}

.google-serp cite {
  font-family: arial, sans-serif;
  color: #202124;
  font-style: normal;
  font-size: 14px;
  display: block;
}

.google-serp .st {
  font-family: arial, sans-serif;
  color: #4d5156;
  line-height: 1.58;
  font-style: normal;
  font-size: 14px;
}


/* LIGHTBOX */
@media all and (min-width: 300px) and (max-width: 480px) {

  .container {
    margin: auto;
    width: 100%;
    height: 800px;
  }

  .lightbox-content {
    width: 90%;
    border: 2px solid #191919;
    background: #FFF;
  }

}

@media all and (min-width: 481px) and (max-width: 800px) {

  .container {
    margin: auto;
    width: 100%;
    height: 800px;
  }

  .lightbox-content {
    max-width: 90%;
    border: 2px solid #191919;
    background: #FFF;
  }

}


@media all and (min-width: 801px) and (max-width: 1023px) {

  .container {
    margin: auto;
    width: 800px;
    height: 800px;
  }

  .lightbox-content {
    width: 70%;
    border: 2px solid #191919;
    background: #fff;
  }

}


@media all and (min-width: 1024px) {

  .container {
    margin: auto;
    width: 1000px;
    height: 800px;
  }

  .lightbox-content {
    width: 70%;
    border: 2px solid #191919;
    background: #FFF;
  }

}


.background-overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 9999;
  cursor: default;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.55);
  -webkit-transition: opacity .5s, visibility .5s, background .3s;
  -moz-transition: opacity .5s, visibility .5s, background .3s;
  -ms-transition: opacity .5s, visibility .5s, background .3s;
  -o-transition: opacity .5s, visibility .5s, background .3s;
  transition: opacity .5s, visibility .5s, background .3s;
}

.background-overlay:target {
  visibility: visible;
  opacity: 1;
  background: rgba(0, 0, 0, 0.65);
  -webkit-transition: opacity .5s, visibility .5s, background .3s;
  -moz-transition: opacity .5s, visibility .5s, background .3s;
  -ms-transition: opacity .5s, visibility .5s, background .3s;
  -o-transition: opacity .5s, visibility .5s, background .3s;
  transition: opacity .5s, visibility .5s, background .3s;
}

.lightbox-container {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 9999;
  height:0;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -ms-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}

.background-overlay:target + .lightbox-container {
  visibility: visible;
  opacity: 1;
  position: fixed;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -ms-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}

.lightbox-content {
  display: inline-block;
  margin-top: 2%;
  padding: 10px 0 0 20px;
  position: relative;
  text-align: left;
}

.lightbox-content > div {
  overflow: scroll;
  height: 600px;
  padding-right: 20px;
}

.lightbox-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  background: #000;
  border-radius: 25px;
  line-height: 24px;
  background: url(../gfx/lightbox-closer.png) no-repeat scroll 50% 50%, -moz-linear-gradient(top, #940d74, #940d74); /* Firefox */
  background: url(../gfx/lightbox-closer.png) no-repeat scroll 50% 50%, -webkit-linear-gradient(top, #940d74, #940d74); /* Safari, Chrome */
  background: url(../gfx/lightbox-closer.png) no-repeat scroll 50% 50%, -o-linear-gradient(top, #940d74, #940d74); /* Opera */
  background: url(../gfx/lightbox-closer.png) no-repeat scroll 50% 50%, -ms-linear-gradient(top, #940d74, #940d74); /* IE */
  background: url(../gfx/lightbox-closer.png) no-repeat scroll 50% 50%, linear-gradient(top, #940d74, #940d74); /* W3C Standard */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: #fff;
  text-indent: -9999px;
  cursor: pointer;
}

.hints ul {
  font-size: 12px;
}

.hints .good {
  background: #bfdac2;
  padding: 2%;
  width: 46%;
  float: left;
  min-height: 210px;
}

.hints .good h5 {
  font-weight: 400;
  margin: 5px;
  color: #141414;
}

.hints .bad {
  background: #f7c4c4;
  margin-left: 50%;
  padding: 2%;
  width: 46%;
  min-height: 210px;
}

.hints .bad h5 {
  font-weight: 400;
  margin: 5px;
  color: #141414;
}

.hints .code {
  background: #2b2b2b;
  padding: 2%;
  margin-top: 1px;
  clear: both;
}

.hints .code h5 {
  margin: 5px;
  color: #adadad;
  font-weight: 200;
}

.hints .code pre {
  padding: 0;
  margin: 0;
  font-size: 11px;
  color: #8c8c8c;
}

.hints .code span {
  color: #f5222a;
}

.hints .info {
  background: #F1F1F1;
  padding: 2%;
  margin-top: 1px;
  clear: both;
}

.hints h5 {
  margin: 5px;
}

.hints h3 {
  margin-top: 10px;
  font-size: .8em;
}

img.preview {
  max-width: 400px;
  max-height: 40px;
  float: right;
  margin: 3px 10px 0px 0px;
}

table.crawlresult td.multi .show-hidden li.preview {
  border: 1px dotted #c0c0c0;
  background: #f8f8f8;
  padding: 5px;
  margin-bottom: 8px;
  list-style-type: none;
}

li.h45{
  height:45px;
}

td.gserphl {
  background: #d1ffd4;
}

textarea.crux {
  height: 11rem;
  font-size: 1rem;
  font-family: 'averta', monospace; 
}

div.cruxbar {
  margin-top: 5px;
  display: flex;
  cursor: grab;
}

span.cruxbar {
  display: block;
  height: 16px;
}

table.cruxbar {
  border-collapse: collapse;
  width:100%;
}

table.cruxtable td {
  font-size: .9rem;
}

table.cruxbar td {
  font-size: .7rem;
}

.cruxbartooltip {
  display:inline-block;
  position:relative;
  text-align:left;
}

.cruxbartooltip strong {
  margin: 6px 0 12px 0;
  display: block;
}

.cruxbartooltip .bottom {
  min-width:400px;
  top:30px;
  left:50%;
  transform:translate(-50%, 0);
  padding:10px;
  color:#666666;
  background-color:#fff;
  font-weight:normal;
  font-size:13px;
  position:absolute;
  z-index:99999999;
  box-sizing:border-box;
  box-shadow:0 1px 8px rgba(0,0,0,0.5);
  display:none;
}

.cruxbartooltip:hover .bottom {
  display:block;
}

.cruxbartooltip .bottom i {
  position:absolute;
  bottom:100%;
  left:50%;
  margin-left:-12px;
  width:24px;
  height:12px;
  overflow:hidden;
}

.cruxbartooltip .bottom i::after {
  content:'';
  position:absolute;
  width:12px;
  height:12px;
  left:50%;
  transform:translate(-50%,50%) rotate(45deg);
  background-color:#fff;
  box-shadow:0 1px 8px rgba(0,0,0,0.5);
}

i.cruxbar {
  color: #fff;
  font-size: 0.55rem;
  padding: 3px 0 0 2px;
  display: block;
}

i.crawlertt {
  color:#4d4d4d; 
  display:block; 
  padding-left:3px; 
  padding-top:3px;
  cursor: pointer;
}

i.crawlertt:hover {
  color:#940d74; 
}

div.cruxchart {
  padding-top: 20px;
}

table.cruxtable td.cruxshowmore {
  text-align: center;
  background: #e4e4e4;
  font-size: .8rem;
  color: #940d74;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (min-width: 1500px) {

  img.decloss {
    width: 250px;
  }

}

@media screen and (max-width: 1025px) {

  div.brand {
    left: 1rem;
  }

  .hamburger {
    right: 1rem;
  }

  .wrapper {
    margin-top: 8rem;  
  }   

  .wrapper-nav {
    height: 100%;
  }
  
  nav {
    font-size: 2rem;
    margin-top: 7rem;
    padding: 0 5%;
    min-height: 415px;
  }

  nav ul li {
    list-style: none;
    min-width: 50%;
    float: left;
    font-size:60%;
    margin: 0px;
    padding: 5px 20px;    
  }

  nav ul li a {
    color: #fff;
    font-size:1.1rem;
  }

  nav ul li a:hover {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0px;
  }
  
  footer ul {
    width: 300px;
  }
  
  footer ul li {
    padding: 5px 10px;
  }

  footer ul li a {
    font-size: 80%;
  }

  hr {
    width: 77%;
  }

  section.content {
    margin: 1rem;
  }

  table.seo-crawler-show {
    overflow-x: auto;
    display: block;
  }

  .grid_2,
  .grid_3,
  .grid_3_50 {
    display: grid;
    grid-template-columns: 100%;
  }

  .box {
    background-color: #f8f8f8;
    padding: 1rem;
    margin: 1rem 0;
  }

  ul.subnav {
    float: none;
    padding: 0;
    margin-bottom: 2rem;
    list-style: none;  
  }

  ul.subnav li {
    float: none;
    margin: 0 0 0.5rem 0;
    line-height: 1rem;
  }

  div.contentwrapper {
    padding: 0;
  }

  figure.decloss_r,
  figure.decloss_l {
    float: none;
    margin: 20px;
  }

  .contentwrapper strong,
  .contentwrapper p,
  h1.decloss,
  h2.decloss,
  h3.decloss,
  h4.decloss,
  p.decloss {
    margin: 10px;
  }

  table.seo-crawler-show,
  table.innertable,
  table.decloss {
    overflow: scroll;
    display: block;
  }

  table.decloss th,
  table.decloss td {
    font-size: 10px;
    padding: 5px;
  }

  img.decloss {
    width: 100%;
  }

  div.section {
    padding: 0;
  }

  #navjump,
  .showlightbox {
    display: none;
  }

  table.crawlresult td.multi .showtooltip {
    width: 100px;
    padding: 1px;
    line-height: 1rem;
  }

  .showtooltip {
    font-size: 8px;
    top: 78px;
    right: -15px;
  }

  table.crawlresult td.multi .show-hidden {
    width: 350px;
    right: -85px;
    top: 96px;
  }

  .res_frame1,
  .res_frame2,
  .res_frame3 {
    float: none;
  }

  .makeh1,
  .makeh2,
  .makeh3,
  .makeh4,
  .makeh5,
  .makeh6 {
    font-size: 12px;
  }
}

@media (min-width: 1026px) {

}

@media print {

  body {
    zoom: 55%;
  }

  .screenwrapper-max {
    zoom: 200%
  }

  div.wrapper {
    margin-top: 0rem
  }
  
  div.gl {
    width: 100%;
    z-index: 999;
    height: 4rem;
  }

  div.brand {
    font-size: 3rem;
    padding: 1.1rem 0;
    left: 2rem;
    position: fixed;
    z-index: 999;
    color: #fff;
  }

  .wrapper-nav,
  .res_frame1,
  .res_frame2,
  .res_frame3,
  #createpdf,
  nav,
  .showtoggle,
  .show-hidden,
  .showlightbox,
  #navjump,
  .menubox,
  .tooltip,
  .showtooltip,
  .hamburger-box,
  ul.subnav li a.back,
  footer {
    display: none;
  }

}
