/**
 * Hide <select> and submit-button
 */
#views-exposed-form-articles-block-hp-categories-articles .form-element--type-select {
	display: none;
}
#views-exposed-form-articles-block-hp-categories-articles .form-submit {
	display: none;
}

/**
 * Pure styling, should probably be put in your theme stylesheet
 * instead of in this module
 */ 

.view-filter-articles .views-row{
	float: left;
	padding: 15px;
}