@font-face {
  font-family: "opensans";
  src: url("OpenSans-Regular.ttf");
  font-weight:normal;
}

body {
  font-family: 'opensans' !important;
}

.title-text {
  position: absolute;
  right: 10px;
}

.logo {
  margin-left:20px;
}

#graph {
  min-width: 100%;
  min-height: 600px;
}

#extra-graph {
  min-width: 100%;
}


.dygraph-axis-label {
    color:white;
}

.dygraph-legend {
    background-color: #212529;
}

#send-button {
  min-width: 50px;
}

.picabutton {
  background-color: #d3dce6;
  color: black;
  border-radius: 0px !important;
  border-color: black !important;
  border-top-style: hidden !important;
  border-left-style: hidden !important;
  border-bottom-style: solid !important;
  border-right-style: solid !important;
  border-bottom-width: 2px !important;
  border-right-width: 2px !important;
  border-bottom-right-radius: 7px !important;
}

.interval-group{
  margin-top: 4px;
}