.bp-page-header {
    min-width:100%;
    background-color: #F59100;
    font-family:"sans-serif";
    color: #fff;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    margin-bottom: 0px;
    left: 0px;
    margin-left: 0;
}

.logo {
    width: 100px;
    margin-left: 20px;
    margin-right: 20px;
}

.clock {
    color: #fff;
    float: right;
    margin-left: auto;
    margin-right: 10px;
}

.edge{
    line-color:#f9e5c7,
    curve-style:straight,
    line-style:dashed,
    color: #fff,
    opacity: 0.8,
    target-arrow-color:#f9e5c7,
}

/* Checkbox Styles */
.round > div {
  position: relative;
  padding: 10px 0 10px 0px;
  text-align: left;
}

.powerGraph{
    #background-image: url("./back.jpg");
    background: #f2ede9;
    min-width:100%;
    display: flex;
    position: absolute;
    width: 100%;
    margin: 0;
    left: 0px;
    padding-bottom: 0;
    top: 85px;
    font-family:"sans-serif";
}

.powerGraph * {
color: #fff;
}

.divider{
    min-width:100%;
    background-color: #42ae37;
    display: flex;
    position: absolute;
    width: 100%;
    margin: 0;
    left: 0px;
    padding-bottom: 0;
    top: 685px;
    height: 20px;
}

.sidenav {
  height: 100%;
  width: 20%;
  position: absolute;
  margin: 0;
  z-index: 1;
  top: 685px;
  left: 0;
  background-color: #646363;
  overflow-x: scroll;
  overflow-y: scroll;
  padding-top: 10px;
  padding-left: 20px;
  font-family:"sans-serif";
}

.sidenav * {
    color: #fff;
}

.graphs {
  height: 100%;
  width: auto;
  float: right;
  top: 685px;
  left: 15%;
  right: 0;
  position: absolute;
  z-index: -1;
  font-family:"sans-serif";
  overflow-x: scroll;
  overflow-y: scroll;
  background: #fff;
}