body {
    max-width: 100%;
    margin: auto;
    background: #777777;
}
#header {
    text-align: right;
    background: #ffffff;
}
#content {
    background: #ffffff;
    padding: 0 50px 50px 50px;
}
#form {
    display: block;
    font-size: 1.25em;
    gap: 0;
}
#form .input-field, #form .input-field:focus-visible, #form .input-field:visited {
    height: 50px;
    width: 99.2%;
    border: 1px solid #000000 !important;
    font-size: 1.25em;
    display: block;
    margin-bottom: 20px;
    padding: 5px;
}
#searched {
    font-size: 2em;
    margin-top: 25px;
    margin-bottom: 25px;
}
#searched .h1 {
    font-weight: bold;
}
#searched .insecure {
    color: #b10606;
}

#products { display: none; }
.sectiontitle { font-size: 2em; }

.section-records {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    justify-content: flex-start;
    align-content: stretch;
    flex-direction: row;
    align-items: stretch;
}

div.dnsbox {
    border: 1px solid #000000;
    padding: 10px;
    background-color: #ffffff;
}
div.records {
    font-size: 1.25em;
    font-weight: bold;
}
span.records {
}

#data {
    display: flex;
    justify-content: space-between;
    align-content: stretch;
    flex-direction: row;
    align-items: stretch;
}

.whoisdata {
    margin: 0 !important;
}

#whois, #dns {
    border: 1px solid #000000;
    padding: 10px;
    background-color: #a5aeae;
    display: none;
}

#whois {
    max-width: 700px;
    font-size: 12px;
    padding-top: 0px;
}

.red {
    color: #ff0000;
}

.record span {
    display: inline-block;
    margin-left: 10px;
}

.record img {
    height: 15px;
    width: 25px;
    vertical-align: middle;
}

.t2c {
    cursor: copy;
}