.lastNewspaper {
    border:5px solid #e2e2e2;
    text-align: center;
    padding: 5px;
    padding-bottom: 0px;
    background: #eeeeee;
    margin-bottom: 10px;
}

a.buttonPaperArchive {
    background: #ff7d05;
    color: white;
    text-decoration: none;
    padding: 3px;    
    position: relative;
    left: 5px;
}

a.buttonPaperArchive:hover {
    background: #135299;
    cursor: pointer;
}

.paperRightBoxText {
    margin-bottom: 10px;
    padding: 5px;
    text-align: justify;
    line-height: 1.3em; 
    border:5px solid #e2e2e2;
    background: #eeeeee;
} 