/* Views -------------------------------------------------------------------- */

.module-views {
   display: none;
}

.module-view {
    clear: left;
    float: left;
}

.module-view .copy {
    width: 300px;
    float: left;
    padding-right: 20px;
}

.module-view h2 {
    padding-top: 0;
}

.module-view img {
    float: left;
}

