.vector input[type="text"] {
    width: 30px;
    height: 22px;
    float: left;
    margin-bottom: 0px;
    background: #DDDDDD;
    border: 3px solid white;
    text-align: center;
}

.vector output[type="text"] {
    width: 30px;
    height: 20px;
    float: left;
    margin-bottom: 0px;
    border: 3px solid white;
    text-align: center;
}

.vector label {
    position: absolute;
    left: -40px;
    top: 17px;
}

.vector:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 0;
    border: 1px solid #000;
    border-right: 0px;
    width: 6px;
    height: 100%;
}

.vector:after {
    content: "";
    position: absolute;
    right: -6px;
    top: 0;
    border: 1px solid #000;
    border-left: 0px;
    width: 6px;
    height: 100%;
}

.matrix input[type="text"] {
    width: 30px;
    height: 22px;
    float: left;
    margin-bottom: 0px;
    background: #DDDDDD;
    border: 3px solid white;
    text-align: center;
}

.matrix label {
    position: absolute;
    left: -40px;
    top: 17px;
}

.matrix:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 0;
    border: 1px solid #000;
    border-right: 0px;
    width: 6px;
    height: 100%;
}

.matrix:after {
    content: "";
    position: absolute;
    right: -6px;
    top: 0;
    border: 1px solid #000;
    border-left: 0px;
    width: 6px;
    height: 100%;
}

.rvector label {
    position: absolute;
    left: -40px;
    top: 0px;
}

.rvector:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 0;
    border: 1px solid #000;
    border-right: 0px;
    width: 6px;
    height: 100%;
}

.rvector:after {
    content: "";
    position: absolute;
    right: -6px;
    top: 0;
    border: 1px solid #000;
    border-left: 0px;
    width: 6px;
    height: 100%;
}

.slidecontainer {
    width: 200px;
    padding: 10px 5px 10px 5px;
}

.slider {
  width: 100%;
  height: 10px;
  border-radius: 6px;  
  background: #d3d3d3;
  outline: none;
}

.slider::-webkit-slider-thumb {
  appearance: none;
  width: 17px;
  height: 17px;
  border-radius: 30%; 
  background: #f29400 ;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 17px;
  height: 17px;
  border-radius: 30%;
  background: #f29400 ;
  cursor: pointer;
}

#Settings {
    display: inline-block;
    vertical-align: top;
    width: 215px;
    border-style: solid;
    border-width: 1px;
    border-color: lightgrey;
    border-radius: 5px;
    padding: 8px 5px 8px 5px;
}

#ContainerVis {
    width: 632px;
    border-style: solid;
    border-width: 1px;
    border-color: lightgrey;
    border-radius: 5px;
    padding: 8px 5px 8px 5px;    
}

#Settings2 {
    display: inline-block;
    vertical-align: top;
    width: 215px;
    border-style: solid;
    border-width: 1px;
    border-color: lightgrey;
    border-radius: 5px;
    padding: 8px 5px 8px 5px;
}

#ContainerVis2 {
    width: 632px;
    border-style: solid;
    border-width: 1px;
    border-color: lightgrey;
    border-radius: 5px;
    padding: 8px 5px 8px 5px;    
}

