/*!
 * Materialize v0.97.8 (http://materializecss.com)
 * Copyright 2014-2015 Materialize
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 */


/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of 'select', unless a 'border' property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
 #filter-bar select{
    padding:.5rem 3rem .5rem 1rem;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    display:block
  }
  #ju-form
 {
     padding: 30px 2vw;
 }