

/* ======== OTHER / GLOBAL */

.hr {
  border-bottom:1px solid grey;
  margin-top:20px;
  margin-bottom:20px;
}

#linear-regression-wrapper {
  display:flex;
  flex-wrap:wrap;
  width:100%;
}

#linear-regression-wrapper #points-wrapper {
  margin-right:100px;
  min-width:385px;
  margin-bottom:50px;
}

/* ======== POINTS NUM WRAPPER */

.points-num-wrapper {
  display:flex;
  flex-direction: row;
  justify-content:start;
  align-items:center;
}

.points-num-lbl {
  font-size:24px;
  padding-right:20px;
}

.points-num-input {
  text-align:right;
}

.points-num-input input {
  border:1px solid #cccccc;
  border-bottom:2px solid grey;
  margin-right:20px;
  width:100px;
  font-size:24px;
  text-align:center;
}



/* ======== POINTS LABEL */
.point-label-td {
  text-align:right;
  padding-right:10px;
}
.point-label-p {
  display:inline-block;
  font-size:24px;
}
.point-label-n {
  display:inline-block;
  font-size:12px;
}
.point-label-d {
  display:inline-block;
  font-size:24px;
  padding-right:10px;
  padding-left:5px;
}


/* ======== POINTS TABLE */
.point-td-xy {
  padding-top:10px;
}


/* ======== POINTS INPUT */
.point-xy {
  border:1px solid #cccccc;
  border-bottom:2px solid grey;
  margin-right:20px;
  width:100px;
  font-size:24px;
}


/* ======== POINTS INPUTS LABELS */

.point-xy-l {
  display:inline-block;
  font-size:24px;
}
.point-xy-n {
  display:inline-block;
  font-size:12px;
}
.point-xy-e {
  display:inline-block;
  font-size:24px;
  padding-left:5px;
  padding-right:5px;
}


/* ======== BUTTONS */

.btn-change-td {
  padding-bottom:20px;
}

.btns-wrapper {
  display:table;
}
.btns-wrapper button {
  display:block;
  width:150px;
}
.btn-tr-wrapper button{
  width:100%;
  margin:20px 0px 0px 0px;
}



/* ======== STEPS */

#steps h3 {
  font-size:20px;
  text-decoration:underline;
  font-weight:normal;
}

.mjx-chtml {
  text-align:left !important;
  padding-left:20px;
}