#appSidebar label,
#appSidebar input,
.hamburger:hover,
.js-horizontal-pan {
    cursor: pointer;
}

#appSidebar strong {
    text-transform: uppercase;
    font-size: 13px;
    background: #4156a1;
    color: #fff;
    padding: 3px;
    margin-bottom: 5px;
}

#appSidebar label {
    padding: 5px;
    display: block;
    font-size: 15px;
}

#appSidebar label:hover {
    background: #eee;
}

#pestList .selected,
#pestList .selected:hover {
    background: #d14905;
    color: #fff;
}

#pestList i {
    font-style: normal;
    padding-left: 5px;
}

#graphShell {
    padding: 0 0 100px 0;
    overflow: auto;
}

#graphShell .label {
    font: bold 14px Arial;
    padding-bottom: 5px;
    clear: both;
    display: block;
    position: relative;
    top: -20px;
    padding-top: 5px;
}

.dataRegion+.dataRegion {
    margin-top: 50px !important;
}

.article-main .flot-y-axis,
.article-main div.tickLabel+.tickLabel {
    margin-top: 0 !important;
}