
.hover {
    background-color: lightgray;
    font-weight: 700 !important;
}

.select {
    font-weight: 700 !important;
    color: blue;
}

.active {
    font-weight: 700 !important;
    color: red;
}

.treeSlicer_Item {
    cursor: pointer;
}

.expanded {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAR0lEQVRYR+3UUQ0AIAwD0Zsi/LsYiiDDRPm4GWjzkrUIX4XzsYACCiigwAg0sEKT3FPghMJfrAUU+EIg+YbbJVRAAQUUUOAC99IJunjjuhUAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 10px;
    background-color: #d3d3d3;
    height: 16px;
    width: 16px;
    float: left;
    cursor: pointer;
}

.collapsed {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAaklEQVRYR+2WSwrAIBQD44na3v8SeqIWodsq000/jFuT8BgwvhJ+apLlwtbvNhJZiPjU7hMPykRiB5CABCTwWwKjbr/R1MhSexXPuh0lUrEDSOAVBJ58hs2NSAISkIAEPklg9He0JCvZig6rOyO69wJo3QAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 10px;
    background-color: #d3d3d3;
    height: 16px;
    width: 16px;
    float: left;
    cursor: pointer;
}

li {
    list-style: none;
}
.desc{
    padding:2px 10px;
    background-color:#F4F8EB;
}
.sample-tutorial {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.sample-spreadsheets {
    width: calc(100% - 280px);
    height: 100%;
    overflow: auto;
    float: left;
}

.options-container {
    float: right;
    width: 280px;
    padding: 12px;
    height: 100%;
    box-sizing: border-box;
    background: #fbfbfb;
    overflow: auto;
}
span {
    line-height: 18px;
}
        
body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}