#inner-details {
    /*font-size:0.8em;
    list-style:none;
    margin:7px;
    z-index : 5;*/

    display:inline;
}

#inner-details img{
    max-width: 20px;
    max-height: 20px;
    display:inline;
}

#inner-details h2{
    font-size: 12px;
    line-height: 20px;
    display:inline;
}

#inner-details p{
    display:inline;
}
#inner-details div{
    display:inline;
}

#log {
    /*position:absolute;
    top:10px;
    font-size:1.0em;
    font-weight:bold;
    color:#23A4FF;*/
}


#right-container {
    position: relative;
    top : 0px;
    right: 0px;
    min-height:40px;
    padding-top:5px;
    padding-left:5px;
    padding-right:5px;
    /*right: 5px;
    background-position: center left;

    position: absolute;
    top : 45px;
    background-color:white;
    -moz-box-shadow:#555 2px 2px 8px;
    -webkit-box-shadow:#555 2px 2px 8px;
    -o-box-shadow:#555 2px 2px 8px;*/

}


.border {
    /*position: absolute;
    border: 5px solid #FEB515;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-border-image: url(/static/depgraph/images/border-image.png) 5 5 5 5 stretch;
    -webkit-border-image: url(/static/depgraph/images/border-image.png) 5 5 5 5 stretch;*/
}


/*TOOLTIPS*/
.tip {
    /*color: #111;
    width: 139px;
    background-color: white;
    border:1px solid #ccc;
    -moz-box-shadow:#555 2px 2px 8px;
    -webkit-box-shadow:#555 2px 2px 8px;
    -o-box-shadow:#555 2px 2px 8px;
    box-shadow:#555 2px 2px 8px;
    opacity:0.9;
    filter:alpha(opacity=90);
    font-size:10px;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;*/
}

.tip-title{
    /*background-color:white;*/
}