.articles
{
    width: 390px;
    height: 480px;
    margin-right:30px;
}

.articles h4,
.articles h5
{
    display:inline;
    font-weight:normal;
}

.articles h4
{
    font-size:1.1em;
}

.articles h5
{
    position:relative;
    top:-20px;
    left:-85px;
}

.articles div a
{
    opacity:1;
    text-decoration:none;
}

.articles div>a:last-child
{
    text-decoration:none;
    float:left;
}

.MainButtons
{
    width: 610px;
    float: right;
}

@media screen and (max-width: 710px)
{
    .MainButtons
    {
        width: 100%;
        zoom:0.89;
        margin-top:20px;
    }

    .articles
    {
        width:auto;
        zoom:0.89;
    }
}


@media screen and (max-width: 560px)
{
    .MainButtons
    {
        width: 100%;
        zoom:1;
    }

    .articles
    {
        width: 100%;
        height: auto;
        float: right;
        margin-right: 0;
        zoom:1;
    }
}

@media screen and (max-width: 1080px)
{
    .articles
    {
        display:block;
        clear:both;
        margin-right:0;
        width:100%;
        max-width:610px;
    }
}