.domain-icon {
    width: 16px;
    height: auto;
}

.logo {
    display: block;
    margin: 0 auto;
}

#header {
    padding: 20px 0 53px;
    position: relative;
    z-index: 1;
}

.container {
    max-width: 800px;
}

.legendary {
    min-height: 32px;
}

/* Tooltip container */
.whois-info {
    position: relative;
}

/* Tooltip text */
.whois-info .whois-tooltip {
    visibility: hidden;
    color: #fff;
    max-width: 400px;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.whois-info:hover .whois-tooltip {
    visibility: visible;
}