.div-marquee{
    height:30px;
}
.list-aggregate{
    margin-left:-20px;
}
.list-aggregate li {
    border-bottom-color: #e5e5e5;
    font-size: 16pt;
}

.list-aggregate li a { color: #000 }

.list-aggregate li a:hover { color: #fff }

.list-aggregate li p { color: #000; padding:0 10px; }

.list-aggregate li:hover { background-color: #fc6d58 }

.btn-news {
    background-color: #e51731;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    font-weight: 600;
    width: 100px;
    margin-left: 100px;
    font-size: 1.5em;
    line-height: 30px;
    height: 30px;
    float: left;
}

/* aside */
aside {
    float: left;
    max-width: 100px;
    margin-left: 30px;
}

.inside {
    background-color: #f4f4f4;
    padding: 10px;
}

#sidebar.sticky {
    float: none;
    position: fixed;
    top: 20px;
    z-index: 6;
    left: auto;
}
