.exculsives {
    margin: 0 1em 1.5em 1em;
    padding: 0;
}
    .exculsives > .top_corners {
        background-color: #efefef;
    }
    .exculsives > .module_body {
        border: .1em solid #ccc;
        border-width: 0 .1em;
        margin: 0;
        padding: 0;
    }
    .exculsives > .module_body > h3 {
        background-color: #efefef;
        border-bottom: .1em solid #ccc;
        margin: 0;
        padding: 0 1em .8em 1em;
    }
    .exculsives > .module_body > p {
        margin: 1em 1em 0 1em;
    }
    .exculsives > .module_body > a {
        color: #000;
        text-decoration: none;
    }
        .exculsives > .module_body > a > img {
            cursor: pointer;
            margin: .8em 0 0 1em;
            padding: 0;
            width: 8.2em;
        }
