.debug {
    border: 1px solid #aaa;
    background-color: #eee;
    margin-left: 10%;
    width: 400px;
    margin-top: 50px;
    padding: 10px;
}

#logsnip {
    width: 90%;
    font-family: "Courier New", Courier, monospace;
    font-size: 15px;
    line-height: 20px;
    border: 1px solid deepskyblue;
    margin: 5px;
    padding: 5px;
    min-height: 200px;
    background: white;
    background: -moz-linear-gradient(top, white 50%, #efe 50%);
    background: -webkit-linear-gradient(top, white 50%, #efe 50%);
    background: -o-linear-gradient(top, white 50%, #efe 50%);
    background: linear-gradient(top, white 50%, #efe 50%);
    background-size: 40px 40px;
}
.ipundefined {
    color: black;
    text-decoration: underline;
}
.ipgreen {
    background-color: lightgreen;
    text-decoration: underline;
    padding: 3px;
}
.ipblue {
    background-color: lightskyblue;
    color: black;
    text-decoration: underline;
    padding: 3px;
}
.ipyellow {
    background-color: yellow;
    text-decoration: underline;
    padding: 3px;
}
.iporange {
    background-color: orange;
    text-decoration: underline;
    padding: 3px;
}
.ipred {
    background-color: red;
    color: white;
    text-decoration: underline;
    padding: 3px;
}

a.ip {
    outline: none;
}
a.ip strong {
    line-height: 30px;
}
a.ip:hover {
    text-decoration:none;
    font-height: 20px;}
a.ip span {
    z-index: 10;
    display: none;
    padding: 5px;
    line-height: 16px;
}
a.ip:hover span {
    display: inline;
    position: absolute;
    color: #111;
    border: 1px solid #DCA;
    background: #eee;
}

