.aeon-popular-panel{
    width: 195px;
    float: right;
    display: inline;
    position: relative;
    right: -83px;
    padding: 0 0 50px 0;
    text-align: center;
    margin-top: 5px;
}

.aeon-popular-panel h4{
    color: #898A8A;
    border-top: 1px solid #BEC0BF;
    font-size: 28px;
    font-family: 'Knockout 51 A', 'Knockout 51 B', Helvetica, Arial, sans-serif; 
    font-weight: 400;
    font-style: normal;
    padding: 17px 0 10px 0;
    margin: 0;
}

.aeon-popular-panel-item{
    font-size: 20px;
    line-height: 22px;
    font-family: 'Knockout 31 A','Knockout 31 B', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #BEC0BF;
}

div.content .aeon-popular-panel-item a{
    display: block;
    padding: 10px 0;
    color: #BEC0BF;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 1;
}

div.content .aeon-popular-panel-item:last-of-type{
    border-bottom: 1px solid #BEC0BF;
    padding-bottom: 15px;
}

div.content .aeon-popular-panel-item a:hover{
    opacity: 0.5;
}

/** MEDIA QUERIES **/

/* Styles for screens that are 480px and down; */
@media screen and (max-width: 480px) {

    .aeon-popular-panel{
        display: none;
    }
    
}