﻿section.last-news {
    float: left;
    font-family: 'Neo Sans Pro Medium';
    margin: 30px 0 0;
}

    section.last-news .btn-view-more {
        font-size: 11px;
        float: right;
        margin-top: 10px;
    }

    section.last-news a {
        color: #383838;
        text-decoration: none;
    }

        section.last-news a:hover {
            text-decoration: underline;
        }

    section.last-news h1 {
        color: #383838;
        font-size: 15px;
        text-transform: uppercase;
    }

    section.last-news > header {
        margin: 0 0 5px;
        overflow: hidden;
    }

        section.last-news > header h1 {
            float: left;
            padding-left: 6px;
            max-width: 80%;
        }

    section.last-news .btn-view-all {
        font-size: 10px;
        font-family: Sans-Serif;
        float: right;
        text-transform: uppercase;
    }

    section.last-news .box-last-news {
        background-color: #f7f7f7;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #acaaab;
        display: inline-block;
        padding: 15px;
        min-height: 254px;
    }

        section.last-news .box-last-news .col-left {
            width: 48%;
        }

        section.last-news .box-last-news .col-right {
            width: 49%;
        }

.see-also section.last-news .box-last-news .col-left,
.see-also section.last-news .box-last-news .col-right {
    width: 100%;
}

section.last-news article {
    border-bottom: 1px solid #dadada;
    display: block;
    height: 68px;
    padding: 0 0 4px;
    margin-bottom: 15px;
}

    section.last-news article:hover a {
        text-decoration: underline;
    }

    section.last-news article:last-child {
        border-bottom: 0 none;
        padding-bottom: 0;
    }

    section.last-news article.highlight {
        border-bottom: 0 none;
        display: block;
        padding-bottom: 0;
    }

    section.last-news article img {
        border: 1px solid #393939;
    }

    section.last-news article header {
        overflow: hidden;
        margin: 0 0 5px;
    }

    section.last-news article h1 {
        font-size: 12px;
        font-weight: 500;
        margin: 10px 0 0;
    }

    section.last-news article p {
        line-height: 11px;
        margin-bottom: 5px;
    }

        section.last-news article p a {
            color: #454545;
            font-size: 11px;
            font-family: Sans-Serif;
        }

section.last-news .highlight img {
    border: 1px solid #393939;
    height: 121px;
    width: 215px;
}

section.last-news .twitter h1 {
    float: left;
    margin: 0 0 0 8px;
    width: 172px;
}

section.last-news .photo {
    padding-top: 0px;
}

    section.last-news .photo h1,
    section.last-news .photo p {
        margin: 0 0 7px 0;
        width: 60%;
    }

    section.last-news .photo img {
        float: left;
        height: 58px;
        margin-right: 7px;
        width: 75px;
    }

/* ASIDE */
.see-also .last-news {
    border-top: 1px solid #bcbcbc;
    margin-top: 0;
    width: 317px;
}

.see-also .box-last-news {
    height: 432px;
    overflow-x: hidden;
    overflow-y: auto;
}

.see-also .last-news .highlight,
.see-also .last-news header,
.see-also .last-news .twitter {
    display: none;
}

.see-also .last-news .border {
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 15px;
    padding: 0;
}

.see-also .last-news article {
    width: 100%;
}
