body {
  background-color: #E6E6E6;
}

.title {
  width: 100vw;
  height: 45px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 24px;
  font-weight: bold;
}

.btn{
  background-color: #005091;
  border: 0px;
  border-radius: 0px;
  margin-top: 10px;
  margin-right: 5px;
}

.graph-wrapper {
  width: 100%;
  min-height: 487px;
  background-color: white;
  margin-top: 8px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-active {
  float: left;
  width: 46px;;
  height: 46px;
  border-radius: 0px;
  margin-top: 10px;
}

.line-wrapper {
  width: 100%;
  display: flex;
}

.description {
  height: 46px;
  line-height: 46px;
  vertical-align: middle;
  border-radius: 0px;
  margin-top: 10px;
  margin-right: 8px;
}