﻿.leftMenuBox {
    min-height: 650px;
}

.leftMenuBox .panel-heading {
    font-size: 16px;
    font-weight:bold;
}

.leftMenuBox ul {
    line-height: 40px;
}

.leftMenuBox ul li {
    border-bottom: 1px dotted lightgray;
    display: block;
    padding-left: 20px;
}

.leftMenuBox ul li:hover {
    background-color: #f8f8f8;
    font-weight: bold;
}

.rightBox {
    min-height: 650px;
}

.rightBox .panel-heading {
    font-weight: bold;
}

.rightBox ul {
    line-height: 32px;
    padding-right: 10px;
}

.rightBox ul li {
    border-bottom: 1px dotted lightgray;
    cursor: pointer;
}

.rightBox ul li:hover {
    background-color: #f8f8f8;
    cursor: pointer;
}