.tableauContainer {
  padding: 0px !important;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

@media screen and (max-width: 1200px) {
  .tableauContainer {
    padding: 10px !important;
    /* height: 1451px; */
  }

}

@media screen and (max-width: 768px) {
  .tableauContainer {
    padding: 10px !important;
    /* height: 2051px; */
  }

}

.tableauBottombar {
  font-size: 12px;
  background-color: #FAFAFA;

  font-family: 'Benton Sans Low-DPI', Arial, Helvetica, sans-serif;
  font-weight: bold;
  width: 100%;
  height: 27px;
  position: absolute;
  bottom: 74px;
  padding-left: 20px;
}

.tableauBottombarInner:hover {
  background-color: #E1E1E1;
  cursor: pointer;
}

.tableauBottombarInner {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  user-select: none;
  border: 0;
  background-color: #FAFAFA;
  padding: 0 10px;
  letter-spacing: .2px;
  color: #666666;
  font-weight: bold;
}