#dropzone {
  padding: 20px;
  text-align: center;
}
#dropzone.drag-hover {
  border-color: #4caf50;
  background-color: #eee;
}
#files {
  display: none;
}
#tabs .v-tabs-bar {
  height: 70px !important;
}
#tabs .v-tab {
  flex-direction: column;
}
.theme--dark.v-tabs > .v-tabs-bar .v-tab.v-tab--active {
  color: #fff;
}
.theme--dark .google-geo-chart path[fill*="#_ABSTRACT_RENDERER_ID"] {
  display: none;
}
.theme--dark .google-geo-chart path:hover {
  stroke: #77a8da;
}
.theme--dark .google-visualization-tooltip path {
  fill: #111;
  stroke: #000;
}
.theme--dark .google-visualization-tooltip text {
  fill: #eee;
}
