    * {
      box-sizing: border-box;
      font-family: Verdana, sans;
    }
    html, body {
      margin: 0;
      padding: 0;
    }
    #app {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #29110f;
    }
    header {
      /*float: left;*/
      /*height: 50px;*/
      display: block;
      }
      header ul {
          display: inline;
          padding: 0;
        }
        header ul li {
          display: inline;
          }
      header .select-controls {
        display: inline;
        }
    #map {
      position: absolute;
      z-index: 0;
      top: 46px;
      right: 0;
      bottom: 0;
      left: 0;
    }
    footer {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 0;
      }
    .traces-select {
        /*z-index: 9000;*/
    }
    .selectize-control {
      /*float: left;*/
      /*min-width: 320px;*/
    }
    .leaflet-control {
/*      position: absolute;
      bottom: 10px;
*/      /*left: 100px;*/
    } 
    .selectize-input {
      border: 0;
      border-bottom: 1px solid #29110f;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
    }
    .select-controls button {
      border: 0;
      height: 36px;
      margin-left: 5px;
      margin-top: 5px;
      cursor: pointer;
    }
    .select-controls.cat button {
      background: #666;
    }
    .traces-title {
      float: left;
      line-height: 46px;
      font-size: 12px;
      background-color: #BE1E2D;
      padding: 0 10px;
      font-weight: bold;
      color: white;
    }