.drawerTog {

    position:absolute;
    position:inline-block;
    width:125px;
    height:50px;
    /*border:2px solid black;*/
    z-index:100;
    top:24px;
    left:50px;

}

.drawerButton {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        background-color: white;
        color: black;
        border-style: none;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: grey;
        font-family: 'Proxima Nova', sans-serif;
        font-weight: bold;
        font-size: 14px;
        text-align: left;
        padding-top: 7px;
        padding-bottom: 7px;
        letter-spacing: 1px;
}

.iconWrapper {
    position:absolute;
    top:5px;
    right:10px;
    bottom:0;
    margin:auto;

}

.mapShort {
    right: 0px;
    width:calc(55% - 162px);
    left:revert;
    /*left: 840px;*/
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }

  .drawerBody {
   /* right: 0px;
    left: 335px;
    width:calc(45% - 152px);
    padding-top:20px;
    height:60%;
    top: 150px;
    z-index: 0;
    bottom: 45px;
    cursor: move;*/
  }

  .drawerBody select {
      padding-left:20px;
  }

  #scatterplot {
    margin-top: 0px !important;
  }

  .svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 75%; /* aspect ratio */
    vertical-align: top;
    overflow: hidden;
  }

  .svg-content-responsive {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
  }

  .selectorStyle {
    border-radius:4px;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    background: white;
    width: 160px;
    padding-right: 20px;
    height: 29px;
    padding-top: 2px;
  }
#drawerToggleLower{
    display: none;
    position: absolute;
    width: 345px;
    height: 30px;
    text-align: left;
    top: 50px;
    font-family: 'Proxima Nova', sans-serif;
    color: black;
    font-weight: bold;
}
#drawerToggleLowerLeft{
  float:left;
}
#drawerToggleLowerRight{
  float:right;
}
.openGraphLabel{
  display: inline-block;
  margin-right: 20px;
  /* color: #ffb03b; */
  color: black;
}
.openGraphClass{
  display: block;
}
.closeGraphClass{
  display: none;
}

#drawer{
  background-color: white;
  z-index: 500;
  cursor: move;
  border-style: solid;
  border-color: black;
  border-width: 2px;
  background: white;
  border-radius: 4px;
}

.drawerClosed{
    display: none;
}
.drawerOpen{
    display: block;
}

.plotTitle{
  font-size: 14px;
  text-align: center;
}

.overlayDependent{
  display: none;
}
.statOutlier{
  display: none;
}

#correlationBox{
  margin-bottom: 5px;
  font-weight: bold;
}

#ylabel2{
    transform: rotate(
-90deg);
    transform-origin: right, top;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: right, top;
    -webkit-transform: rotate(
-90deg);
    -webkit-transform-origin: right, top;
    position: absolute;
    color: #ed217c;
    height: 92px;
    width: 280px;
    top: 30%;
    left: -20%;
    text-align: center;
    color: black;
    line-height: 15px;
}

#xlabel2{
    position: absolute;
    top: 85%;
    width: 305px;
    left: 18%;
    text-align: center;
}
