.container.scalable {
  width: 100%;
  max-width: none;
}

#title {
    font-size: 34px;
    text-align: center;
    /* margin: -1px; */
    /* background-color: aqua; */
    padding-bottom: 0px;
}

#kpi-table-col{
  padding-left: 20px;
}

/* #left_panel{
  display: flex;
  flex-direction: column;
  font-size: 18px;
} */

/* #geocell-options-div, #gwr-filters-div{
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(184, 184, 184);
    padding:2px;
} */

#cytoscape-hhdiv{
  /* float: left; */
  position: absolute;
  right: 2rem;
  bottom: 0rem;
}

#cytoscape-container{
  /* border: 1px solid black; */
  /* display: none; */
  padding-left: 20px;
  min-width: 99%;
  max-width: 99%;
}


#cytoscape-div{
  /* border: 1px solid black; */
  /* display: none; */
  /* padding-left: 25px; */
  position: absolute;
}

#cytoscape-triples{
  /* height: 100%; */
  /* min-height: 500px; */
  /* min-width: 750px; */
  min-width: 100%;
  max-width: 100%;
  /* width: 800px; */
  background-color: rgb(255, 255, 255);
  border: 1px solid black;
}

#cytoscape-buttons-div{
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  font-size: 15px;
}

/* table {
  padding: 40px;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}

th, td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  word-wrap: break-word;
  max-width: 300px;
} */

.table-display {
    font-size: 18px;
}


.ShowHideButton{
  float: right;
  border-radius: 5px;
}

.DivWithHideable{
  background-color: rgba(255,255,255,0.5);
  border-radius: 5px;
  /* border-style: solid; */
  /* border-width: 1px; */
}