
#forsvg{background-color: white;}

.Axis{
    margin-left: 30px;
}
.container {width: 1000px;}

#lableformat{margin-left:20px}

#htmcontainer {    
    display:inblock;
    display:flex;
}

#sidebar {
  margin-top: 50px;
  margin-left:30px;
  height: 450px;
  width: 150px;
  border: 1px solid #5ba545;
  /* border: 1px solid #f1f4f1; */
  border-radius: 25px;

}

.colordiv {
    margin-top: 5px;
    text-align: center;
    margin-bottom: 5px;
}
.colordiv {
    width:130px;
    height:30px;
    margin-top:10px;
    margin-left:10px;
    cursor:pointer;
    border-radius: 15px;
    border: 1px solid transparent;
}
.colordiv:hover {
    border-color: rgb(78, 77, 77);
    }
.colorplate{
    width:100%;
    height:100%;
    border-radius: 15px;
 }

#dtndiv{
    position: fixed;
    left: 450px;
    top:1%;
    display:inblock;
    display:flex;
    margin:auto;
    }

button {
    padding:5px 15px;
    background:#5ba545;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 10px;
    color: #fff;
    margin-left:15px;
    }


button:hover {
    color: black;
    box-shadow: 0 0 30px 0 transparentize(0.5);
    }

label{
    display: inblock;
    padding-right:5px;
    padding-top: 0px; /*This needs to be modified to fit */
    }
#pos label{
    float:left;
    }
#files {
margin-top:20px;
display:flex;
}
#tutor {margin-right: 20px}

/* #xband .tick text {
 transform: rotate(45deg);
 text-anchor: start;
} */