.logoSmall {
    line-height:15px;
    height:10px;
    padding: 10px 10px;
}

#logo-designed {
    border:15px;
 }

#logo-designed img {

    height:150px;
    border:3px solid white;
}

#page-wrapper {
    margin-top : 96px;
}

#user-page-header {
    border-bottom : 1px solid black;
}

#user-page-info {
    margin-top : 38px;
}

.tableHeader {
    color: white;
}


#toolbar ul li
{ margin-right : 19px;
}

#horizontal-checkbox ul li
{ display : inline;
  float : left;
  margin-top: 12px;
  margin-right : 21px;
}
logoSmall {
    line-height:15px;
    height:10px;
    padding: 10px 10px;
}


#logo-designed {
    border:15px;
 }

#logo-designed img {

    height:150px;
    border:3px solid white;
}

#page-wrapper {
    margin-top : 96px;
}

#user-page-header {
    border-bottom : 1px solid black;
}

#user-page-info {
    margin-top : 38px;
}

.tableHeader {
    color: white;
}


li#rename  #rename-a{
    display : none;
    position : absolute;
    left : 125px;
}


#rename-tooltip {
    position : absolute;
    left : 96px;
    top:-64px;
    background-color: white;
    z-index: 1000;

}

li a#rename {
    display:none;
    position:absolute;
    text-decoration:none;
    left: 26px;
}

li:hover a#rename {
    display:block;
}

li a#rename-leaf {
    display:none;
    position:absolute;
    text-decoration:none;
}

li:hover a#rename-leaf {
    display:block;
}


.glyphitem {top: 0;

display: inline-block;

float: right;

opacity: 0.6;

padding-right: 5px;

cursor: pointer;

transition: transform 0.1s ease-out 0s;

font-size: 15px;

text-align: center;
  }

.glyphitem:hover {

    display: inline-block;
    opacity: 1;
    transform: scale(1.4);
}

#rename-tooltip:hover {
    border:none;
}

#arrow {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;

    border-right:10px solid darkgray;
    position : relative;
    top: 55px;
    left: -9px;
}

#rename-tooltip a:hover
{
    text-decoration:none;
}

#sp-container
{ -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;

}

.nooverflow {
    max-width: 300px;
    height : 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nooverflow:hover {
    overflow: visible;
    height: auto;
}

.tree {
    margin-top: 10px;
}
#graph-tree .tree {
    margin-top: 27px;
}