/**
 * Hide <select> and submit-button
 */

/*#views-exposed-form-analysis-catalogue-block-1 .form-select {
  display: none;
}
#views-exposed-form-analysis-catalogue-block-1 .form-submit {
  display: none;
}*/

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

