@font-face {
    font-family: "VarelaRound-Regular";
    src: url("/assets/VarelaRound-Regular.ttf");
}

:root {
  color-scheme: light; /* both supported */
}



[title="click once to select"] {
  font-weight: bold;
}
html,
body {
 padding: 0;
 margin: 0;
 word-wrap: break-word;
}
body {
    font-family: "VarelaRound-Regular", "Verdana", "Arial Black", "Arial", "sans-serif";
    font-size:16px;
    color: #000;
  background-color: #fff;
}

a {
  color: #000;
  /* white-space: nowrap; */
}

#page-container {
  position: relative;
  min-height: 100vh;
  max-width: 1600px;
  margin-left:auto;
  margin-right:auto;
  background-color: #f4f4f4;
}


/* header */

header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: absolute;
  width: 100%;
  z-index: 3;
  font-size:16px;
}

header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}

header li a:hover,
header .menu-btn:hover {
  background-color: #f4f4f4;
}

header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
  min-height: 3px;
}

.ezcopy {
  font-weight: bold;
}

/* menu icon */

header .menu-icon {
  cursor: pointer;
  float: right;
  /* display: inline-block; */
  font-size: 4px;
  padding: 28px 20px 24px 20px;
  position: relative;
  user-select: none;
}

header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

header .menu-icon .navicon:before,
header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

header .menu-icon .navicon:before {
  top: 5px;
}

header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

header .menu-btn {
  display: none;
}

header .menu-btn:checked ~ .menu {
  max-height: 400px;
}

header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

footer {
   position: absolute;
   width: calc(100% - 10px);
   overflow:hidden;
   padding: 14px 0px 5px 10px;
   left: 0;
   bottom: 0;
   font-size:10px;
   box-shadow: 4px 4px 4px 4px rgba(0,0,0,.1);
   background-color: #fff;
}



.donate_label {
  font-size: 7px;
  margin-left: 6px;
  margin-top: 0px;
  margin-bottom: 3px;
}

.paypal_donate,
.patreon_donate,
.kofi_donate {
  overflow: hidden;
  display: inline-block;
}

.paypal_donate { width: 20px; }
.patreon_donate { width: 19px; }
.kofi_donate { width: 27px; }


.paypal_donate img,
.patreon_donate img,
.kofi_donate img {
  height: 20px;
}

h2 {
    font-size:19px;
}

.donate_buttons {

  float:right;
  padding-right:20px;

}
@media (min-width: 740px) {
  header li {
    float: left;
  }
  header {
    font-size:12px;
  }
  header li a {
    padding: 20px 22px;
  }
  header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  header .menu-icon {
    display: none;
  }
}
@media (min-width: 770px) {
  header {
    font-size:13px;
  }
}
@media (min-width: 800px) {
  header {
    font-size:14px;
  }
}
@media (min-width: 835px) {
  header {
    font-size:15px;
  }
}
@media (min-width: 870px) {
  header {
    font-size:16px;
  }
}


.time {
    text-align: right;
}

img {
  mix-blend-mode:multiply;
}

@media screen and (max-width: 650px) {
    .time {
        display: none;
    }
}

@media (min-width: 870px) {
  header {
    font-size:16px;
  }
}

@media (min-width: 690px) {
  .paypal_donate,
  .patreon_donate,
  .kofi_donate {
    width: auto;
  }
}

#footer_avatar {

  width: 0px;

}
@media (min-width: 510px) {
  footer {
    font-size:14px;
  }
  #footer_avatar {

    width: 30px;
    border-radius: 15px;
    margin-right: 3px;

  }
}
#content {

  padding: 70px 20px 80px 20px;

}

.dlb {

  display:inline-block;
  font-size: 20px;
  border: 1px solid grey;
  border-radius: 6px;
  padding: 8px;
  margin: 6px;
  text-align: center;

}

.dlb small {

  font-size: 10px;

}

#left_pane {
    width: auto;
    display:inline-block;
    padding-bottom:40px;
    vertical-align: top;
}

#right_pane {
    width: auto;
    display:inline-block;
    vertical-align: top;
}

.changes {
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.changes th, .changes td {
  border: 1px solid #ccc;
  padding: 8px;
}

@media (min-width: 900px) {
    #left_pane {
        width: calc(50% - 10px);
        margin-right: 10px;
    }

    #right_pane {
        width: calc(50% - 10px);
        margin-left: 10px;
    }
}

#left_pane_2 {
    width: 100%;
    display:inline-block;
    padding-bottom:40px;
    vertical-align: top;
}

#right_pane_2 {
    width: 100%;
    display:inline-block;
    vertical-align: top;
    max-width: 800px;
}

@media (min-width: 1100px) {
    #left_pane_2 {
        width: calc(40% - 14px);
        margin-right: 10px;
        
    }

    #right_pane_2 {
        width: calc(60% - 14px);
        margin-left: 10px;
        min-width: auto;
    }
}

pre {

    font-size:12px;

}

noscript {
    color: red;
}

a {
    cursor: pointer;
}

a:link,
a:visited,
a:hover,
a:active { 
    color: #333;
}

nav a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

a[selected],
a:hover[selected],
a[selected2],
a:hover[selected2] {
    color: white !important;
    background-color: #555;
    border:1px solid #333;
}

a[selected],
a:hover[selected] {
    border-radius: 6px 6px 0px 0px;
}

a[logo] {
    font-family: "Courier";
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

a[selected2],
a:hover[selected2] {
    border-radius: 4px 4px 0px 0px;
}

nav a {
    font-size:20px;
    border:1px solid #333;
    background-color: #f9f9f9;
    border-radius: 0px 0px 6px 6px;
    padding: 4px 8px 4px 8px;
    margin: 0px 4px 4px 0px;
    display:inline-block;
    transition: border-radius .25s, color .25s, background-color .25s;
}

nav a:hover {
    color: white;
    background-color: #777;
    border:1px solid #777;
    border-radius: 6px 6px 0px 0px;
}

nav2 a {
    font-size: 14px;
    text-decoration: none;
    padding:7px 14px 4px 14px;
    border: 1px solid grey;
    margin-bottom: 4px;
    border-radius: 0px 0px 4px 4px;
    display:inline-block;
    transition: border-radius .25s, color .25s, background-color .25s;
}
nav2 a:hover {
    color: white;
    background-color: #777;
    border:1px solid #777;
    border-radius: 4px 4px 0px 0px;
}

.smaller {
    font-size:12px;
    text-align:right;
}
.smallerleft {
    font-size:12px;
    text-align:left;
}

th {
    text-align:left;
}

h2 {
    font-size:18px;
}

table {
    border-spacing: 8px;
}

nav {
    margin-top:2px;
}

.answer {
    margin-bottom: 40px;
}

hr {
    border: 0px;
    border-top: 1px dashed grey;
}

#domainreport {
    font-size:14px;
}


grey{ color:grey; }
red{ color:red; }
green{ color:green; }
orange{ color:orange; }
dbl {
    font-size:18px;
    text-decoration: underline;
}

.input, .submit, select {
    border-radius: 6px;
    font-family: "VarelaRound-Regular", "Verdana", "Arial Black", "Arial", "sans-serif";
    font-size:16px;
    padding: 8px;
    width:95%;
}

select {
  max-width:300px;
}

.submit {
    max-width:300px;
    cursor: pointer;
}

.input {
    max-width:500px;
}

textarea, #editable-div {
    border-radius: 6px;
    font-family: "VarelaRound-Regular", "Verdana", "Arial Black", "Arial", "sans-serif";
    border: 2px solid grey;
    font-size:16px;
    padding: 8px;
    min-width:95%;
    max-width:500px;
    min-height: 100px;
}

#editable-div img {
  display: block;
  max-height: 200px;
  max-width: 200px;
  height: auto;
  width: auto;

}

.innerreportbox {
    border:1px solid #d1d1d1;
    background-color: #f9f9f9;
    border-radius: 6px;
    padding: 8px;
    margin-bottom:20px;
}

.l5 {
    margin-left:20px;
    margin-bottom:10px;
    padding:5px;
    border-left:1px solid lightgrey;
}

.dl {
    text-decoration: none;
    padding:2px;
    border: 1px solid grey;
    border-radius: 4px;
}

#dare {
    font-size:21px;
    transform: rotate(0.5deg);
}

.noti_txt {
  display: inline-block;
}
