/* Left menu*/
ul.left-menu {
    column-count: 2;
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    position: relative; /*IE bug*/
}

ul.left-menu li:nth-child(1) {
    padding-top: 0;
}

ul.left-menu li:nth-child(5) {
    padding-top: 0;
}

ul.left-menu li:nth-child(5),
ul.left-menu li:nth-child(6),
ul.left-menu li:nth-child(7) {
    position: relative;
}

ul.left-menu li {
    padding: 10px 10px;
}

ul.left-menu li a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 100%;
}

ul.left-menu li a:visited {
    color: #fff;
}

ul.left-menu li a:hover {
    color: #007bff;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover {
    color: #007bff;
}