div.mod-languages ul li.lang-active {
    background-color: rgba(255, 255, 255, 0);
}
.black-backg{
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
}

.latestnews .list-group
 {
    height: 770px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.pop .mod-list
 {
    height: 530px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.astroid-logo {
    background-color: white;
    padding: 15px;
    margin: -15px;
}

dd.mod-articles-date {
    font-size: 0.95rem;
}

/*MODULE*/
.popular {
    background-color: red;
    padding: 10px 10px;
    border-radius: 5px;
    color: white;
}
.last-picture {
    width: 80px;
    height: 80px;
    margin-right: 15px;
}