.platforms-list {
    list-style: none;
    padding-left: 10px;
    padding-bottom: 30px;
}

.platforms-list li {
    padding: 0 0;
}

.platforms-list li img {
    width: 30px;
    height: 30px;
    transform: translateY(8px)
}

.sidebar-section-title a {
    text-decoration: none;
}

.sidebar-section-title a:hover{
    text-decoration: none;
}

.light .sidebar-section-title a {
    color: #111;
}

.sidebar-section-title a {
    color: #999;
}

.sidebar-section-title a {
    display: block;
    width: 100%;
}

.light .sidebar-section-title.active {
    background: #ccc;
}

.sidebar-section-title.active {
    background: #444;
}