/*
 * Main
 */

html,
body {
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
}

#st-ip:empty::before {
    content: "...";
    color: #636c72;
}

#st-ip6:empty::before {
    content: "...";
    color: #636c72;
}

#host:empty::before {
    content: "...";
}

#host6:empty::before {
    content: "...";
}

#connvia-ip:empty::before {
    content: "...";
}

#connvia-ip {
    content: "...";
    color: #11ac23;
}

#connvia-ip6:empty::before {
    content: "...";
}

#connvia-ip6 {
    color: #11ac23;
}

#imprint {
    margin-top: 1em;
    font-size: x-small;
}
