dl[class^="toc-level-"] {
   display:none;
   margin: 10px 0 0 0 !important;
}

dl, dt, dd { margin:0 !important; }

.toc > p {
   display: none;
}

.toc-child-item {
   padding: 5px 10px 10px 10px;
}

.toc-child-label {
   color: #060;
   display: inline-block;
   float: left;
   max-width: 25%;
   padding-right: 5px;
}

.toc-child-title {
   color: #060;
   display: inline-block;
   max-width: 75%;
}

.toc-selected-item {
   background-color: #EEE;
}

.toc-root-item {
   padding: 10px;
   border-bottom: 1px solid #DDD;
}

.toc-root-item:hover, .toc-child-item:hover {
   background-color: #ECF1E0;
}

.toc-root-label {
   color: #060;
   padding-bottom: 5px;
   width: 100%;
}

.toc-root-title {
   color: #060;
   width:100%;
   font-weight: bold;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}
