/* This file will hold styles that are loaded using the same media query as the narrow grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the normal and widescreen layouts. You may override these styles in the normal 
 *  and widescreen CSS files as appropriate. */

.views-field.views-field-field-news-image, .views-field.views-field-field-project-image {
    float: left;
    margin-right: 12px;
}
.views-field.views-field-field-company-logo {
    float: left;
    margin-right: 12px;
}
.field-name-field-company-logo, .field-name-field-news-image, .field-name-field-event-image {
    float: left;
    margin-right: 12px;
}
/*.views-exposed-form .views-exposed-widget {
    float: left;
}*/