
table {
    border-collapse: collapse;
    width: 100%;
    height: 100%;
}

th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

tr:hover{
background-color:#f5f5f5
}



div.img {
    margin: 5px;
    border: 0px solid #ccc;
    float: left;
    width: 180px;
    height: 200px;
    border-radius: 8px;
    position: relative;
    top: -25px;
    left: 100px;
}


div.img2 {
    border-radius: 50%;
    margin: 5px;
    border: 0px solid #ccc;
    float: left;
    width: 180px;
    height: 200px;
    float: right;
    position: relative;
    top: -10px;
    right:  200px;
    
}



.lifecycle {
    border-radius: 50%;
    margin: 5px;
    border: 0px solid #ccc;
    float: right;
    width: 80px;
    height: 80px;   
    position: relative;
    top: 0px;
    right:500px;
    
}



.validators {
    border-radius: 50%;
    margin: 5px;
    border: 0px solid #ccc;   
    width: 80px;
    height: 50px;
    float: right;
    position: relative;
    top:0px;
    right:500px;
    
}




.login {
    border-radius: 50%;
    margin: 5px;
    border: 0px solid #ccc;   
    width: 80px;
    height: 50px;
    float: right;
    position: relative;
    top:350px;
    right:500px;
    
}



.panel {
    
    position: relative;
    top:350px;
   
    
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.titleTips {
    font-size: 14px;
    font-family:sans-serif;
    color: red;
    }
    
    
    
    a.tip {
    border-bottom: 1px dashed;
    text-decoration: none
}
a.tip:hover {
    cursor: help;
    position: relative
}
a.tip span {
    display: none
}
a.tip:hover span {
    border: #c0c0c0 1px dotted;
    padding: 5px 20px 5px 5px;
    display: block;
    z-index: 100;
    background: url(../images/status-info.png) #f0f0f0 no-repeat 100% 5%;
    left: 0px;
    margin: 10px;
    width:  250px;
    position: absolute;
    top: 10px;
    text-decoration: none
}
    
    
    
    
    
}