.js-plotly-plot .plotly .modebar {
  padding-top: 5%;
  margin-right: 3.5%;
}

body {
  background-color: #f2f2f2;
  margin: 1% 5% 2% 5%;
}

/* .two.columns {
  width: 16.25%;
}

.column,
.columns {
  margin-left: 0.5%;
} */

#mainContainer {
  display: flex;
  flex-direction: column;
}

.banner {
  /* height: 5rem; */
  padding: 0rem 2rem 0rem 2rem;
  /* background-color: white; */
  width: 100%;
  /* display: flex;
  flex-direction: row;
  align-items: center; */
}

.banner Img {
  /* position: absolute; */
  float: right;
  height: 4rem;
  width: auto;
  margin-right: 1%;
}

#header {
  align-items: center;
}

#title {
  text-align: center;
}


.detail_box_title{
  margin-left: 10px;
  margin-top: 30px;
  text-align: center;
}

.pretty_container {
  border-radius: 5px;
  background-color: #f9f9f9;
  margin: 10px;
  padding: 15px;
  position: relative;
  box-shadow: 2px 2px 2px lightgrey;
}

.bare_container {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.dcc_control {
  margin: 0;
  padding: 5px;
  width: calc(100%-40px);
}

.control_label {
  margin: 0;
  padding: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  width: calc(100%-40px);
}

.rc-slider {
  margin-left: 0px;
  padding-left: 0px;
}

.flex-display {
  display: flex;
}

.container-display {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* height: 33.33%; */
}

.graph-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.detail-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 10px;
  border: 1px solid gray;
}

.detail_first {
  width: 40%;
  padding-left: 1rem;
  font-size: 15px;
}

.detail_second {
  width: 20%;
  padding-left: 1rem;
  font-size: 15px;
}

#individual_graph,
#aggregate_graph {
  width: calc(100% - 30px);
  position: absolute;
}

#count_graph {
  position: absolute;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
}

#countGraphContainer {
  flex: 5;
  position: relative;
}

#learn-more-button {
  text-align: center;
  height: 100%;
  padding: 0 20px;
  text-transform: none;
  font-size: 15px;
  float: right;
  margin-right: 10px;
  margin-top: 30px;
}

.mini_container {
  border-radius: 5px;
  background-color: #f9f9f9;
  min-width: 27%;
  margin: 10px;
  padding-left: 30px;
  position: relative;
  box-shadow: 2px 2px 2px lightgrey;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

#right-column {
  display: flex;
  flex-direction: column;
}

#aggregate_data {
  align-items: center;
}


#tripleContainer {
  display: flex;
  flex: 3;
}


#pie_graph > div > div > svg:nth-child(3) > g.infolayer > g.legend {
  pointer-events: all;
  transform: translate(30px, 349px);
}

#ts-selector-outer {
  margin-bottom: 1rem;
  width: 50%;
}

#gauge-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  /* margin-top: 5vh; */
  /* align-items: center; */
}

.gauges {
  margin-bottom: -50px;
  padding-bottom: 0px;
}

.sc-VigVT.dHABtm {
  font-size: 12pt;
}

#sel_coordinates {
  margin-top: 5px;
  display: flex;
  flex-direction: row;
}

#sel_coordinates > div{
  margin-right: 1rem;
}
