#articleslinks .box img {
    float:left;
    width:103px;
}

#articleslinks {
    padding-bottom:5em;
    overflow:hidden;
}

#articleslinks .box  {
    overflow:hidden;
}


#articleslinks h2:first-of-type {
    margin:1em 0 1em 0;
}

.artleft {
    display:block;
    float:left;
    width:120px;
    vertical-align:top;
    text-decoration:none;
}


.artright {
    display:block;
    float:left;
    width:488px;
    vertical-align:top;
    font-size:15px;
}

.artright h4{
    
    color:#775E7B;
    text-decoration:none;
    margin:0;
    padding-bottom:10px;
    min-height:4em;
}

.artright h4 a{
    color:#775E7B;
    text-decoration:none;
}

.artspacer {
    clear:both;
    width:450px;
    border-bottom:1px solid #8f8e8f;
    margin:1.2em 0;
}

#articleslinks .artspacer:last-of-type {
    display:none;
}


@media screen and (max-width: 650px) {
    #articleslinks .box img {
        width:80%;
    }
    
    .artleft {

        width:33%;
    }
    
    
    .artright {
        width:67%;

    }
    
    .artspacer {
        width:100%;
    }

}


@media screen and (max-width: 650px) {
    #articleslinks {
        padding-bottom:3em;
    }
}