/* Make paragraph margins symetric (helps with mixed size paras) */
#results p { 
        margin: 0.3em 0;
}

/* Override standard div.alert to add rh padding */
div.alert { 
        padding: 18px 1em 1em 52px;
        margin: 1em 0 1.5em 0;
        min-height: 34px;
} 

/* Main container for the results */
.resultsbox { 
        background: #ffc;
        border: 1px solid #fc6;
}

/* Each block of results */
.resultblock {   
        margin: 1em;  
}

/* Styling for the 'please with' placeholder */
.pleasewait { 
        font-size: 1.2em;
        text-align: center; 
        line-height: 1.5em; 
}

/* Styling for IP addresses and host names */
.address {   
        font-weight: bold; 
}

.hostname { 
        font-weight: normal;
}

/* Force 0 margin around addresses (can't be in the above rule */
/* becasue of specivity                                        */
#results p.address {   
        margin: 0;  
}

/* 'Big' qualifier, intended for IP addresses */
.big { 
        font-size: 1.3em;
        font-weight: normal;
}

.debug {  
        float: right;
}
