.polar-view-graph-container {
  height: 100%;
  width: 100%;
  padding: 50px;
  overflow: hidden;
}

.polar-view-graph {
  height: 100%;
  width: 100%;
}

.polar-view-dropdown {
  display: inline-block;
  margin: 0.5% 0.5% 0.5% 1%;
  font-family: Montserrat;
}

.polar-port-dropdown{
  min-width: 200px;
}

.polar-view-filters {
  position: absolute;
  height: 100vh;
  max-height: 760px;
  margin-top: 0px;
  right: 0;
  width: 250px;
  /*background: white;*/
  background: rgb(120,120,120);
  color: white;
  top: 0;
  padding: 20px;
  box-shadow: -1px 3px 2px 2px rgba(0,0,0,0.2);
  font-size: 1.4rem;
  overflow-y: scroll;
}

.polar-view-filters-select{
  max-width: 150px;
  width: 100%;
  color: black;
}