.simple-board,
.simple-note {
    cursor: pointer;
    border-bottom: 1px #CCC solid;
    border-left: 1px #CCC solid;
    border-right: 1px #CCC solid;
    margin: 0px;
    padding: 10px;
    height: 100%;
    background: white;
}
.simple-board h3, .simple-note h3, .simple-board p, .simple-note p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#k_container{
    min-height: 600px;
}
.angucomplete-dropdown {

    overflow-y: auto;
    max-height: 200px; // your preference

}
.highlight{
    color:red;
}
.panel, .panel .panel-heading:after {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}
.list-table{
    max-height: 600px;
    overflow: scroll;
}
.navbar-collapse {
    border-bottom: 1px solid #00b0ff;
}