body{
    font-size: 14px;
    background-color:#15141f;
}

.randomize {
    background-color: goldenrod;
    text-decoration: none; 
    color: #15141f;
    display: inline-flex;
    justify-content: center;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 0.375rem 1rem;
    font-size: 1rem;
    line-height: 2;
    min-width: 8rem;
    transition: all 0.1s ease-in-out;
}

.randomize:active {
    background-color: #cc9a06;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.chart {
    background-color: white;
}
.well {
    background-color: white;
    min-height: 600px;
}
.hero-unit{
    margin: 0;
}

.chart text {
    fill: #AAAAAA;
    font: 10px sans-serif;
}

.chart line {
    stroke: #EEEEEE;
}

.chart .best-fit{
    stroke: black;
}

.chart .error-line{
    stroke: black;
    stroke-width: 3;
    stroke-dasharray: 2,2;
}

.chart .datapoint{
    fill: blue;
}

h2{
    text-align: center;
    margin: 0;
}

.selected {
    stroke: black;
}

.x-adder {
    width:20%;
}
.y-adder {
    width:20%;
}

.point-error{
    position: absolute;
    z-index: 10;
    visibility: hidden;
    padding: 5;
    width: 100;
    height: 60;
    background: #F5F5F5;
    color: black;
/*    border: 2px solid black;*/
}

.x-display:hover {
    cursor: pointer;
}

.y-display:hover {
    cursor: pointer;
}
.a-display:hover {
    cursor: pointer;
}
.b-display:hover {
    cursor: pointer;
}

.a-slider{
    width:60%;
}
.b-slider{
    width:60%;
}

.point-number{
    width:20%;
}

div.data-table-main{
    overflow-x: hidden;
    overflow-y: auto;
    width:100%;
    height:341px;
   }