body {
  background-color: grey;
}
[class*="col-"] {
  float: left;
  padding: 15px;
}
/* 
example:
grid-row: 1/2;
grid-column: 1/6;
*/

#wrapper {
  display: grid;
  margin-left: 12%;
  margin-right: 12%;
  margin-top: 3%;

  grid-template-columns: 300px, 500px, 600px;
  grid-template-rows: 100px, 300px, 326px;
  background-color: #bbb;
  border-radius: 8px;
}

#title {
  display: flex;
  font-size: 20px;
  justify-content: center;
  grid-row: 1/2;
  grid-column: 1/4;
  background-color: rgb(34, 33, 33);
  color: white;

  border: 25px solid rgb(126, 23, 5);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

#traceCanvas {
  display: flex;
  grid-row: 2/3;
  grid-column: 2/3;
  align-items: center;
  justify-content: center;
  background-color: #bbb;
  padding-top: 15px;
}

#Canvas_Trace {
  border: 5px double black;
}

#layerCanvas {
  display: flex;
  grid-row: 2/3;
  grid-column: 3/4;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #bbb;
  padding-top: 15px;
}

#Canvas_Layer {
  border: 5px double black;
}

#outputTable {
  display: flex;
  grid-row: 3/4;
  grid-column: 2/3;
  justify-content: center;
  align-items: center;
  background-color: #bbb;
  padding-bottom: 15px;
}

#controls {
  display: flex;
  grid-row: 3/4;
  grid-column: 3/4;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  background-color: #bbb;
  border-bottom-right-radius: 8px;
  padding-bottom: 15px;
}

#inputFrame {
  display: flex;
  align-items: center;
  flex-direction: column;
  grid-row: 2/4;
  grid-column: 1/2;
  background-color: #bbb;
  border-bottom-left-radius: 8px;
  padding-bottom: 15px;
  padding-top: 15px;
}

#textarea {
  border: 2px solid black;
  resize: none;
  height: 300px;
  width: 450px;
}

.textInstructions {
  height: 400px;
  width: 500px;
}

.NumofSources {
  width: 100px;
}
#stats {
  border: 2px double black;
}

.dataNumbers {
  width: 270px;
}

#stats td {
  border: 1px solid #ddd;
}
#stats tr:nth-child(even) {
  background-color: #e9e9e9;
}
#stats tr:nth-child(odd) {
  background-color: #ffffff;
}
#stats tr:hover {
  background-color: #bbb;
}

.slideGridContainer {
  display: grid;
  grid-template-columns: 350px;
  padding-left: 5px;
}

.slideGridItem {
  font-size: 14px;
  text-align: left;
}

.slidecontainer {
  width: 100%;
}

.slider {
  margin-top: 6px;
  width: 180px;
  -webkit-appearance: none;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 30px;
  background: #aa0000;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #aa0000;
  cursor: pointer;
}

.anomaly_slider {
  position: relative;
  left: 15%;
  margin-top: 6px;
  width: 530px;
  -webkit-appearance: none;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.anomaly_slider:hover {
  opacity: 1;
}

.anomaly_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 30px;
  background: #aa0000;
  cursor: pointer;
}

.anomaly_slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #aa0000;
  cursor: pointer;
}

.ArrowButtons_anomaly {
  background-color: #aa0000;
  border: none;
  color: white;
  padding-left: 6px;
  padding-right: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 25px;
  height: 25px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  left: 80px;
}

/* .gridItem {
} */

.slideGridContainer {
  display: grid;
  grid-template-columns: 350px;
  padding-left: 5px;
}

.slideGridItem {
  font-size: 14px;
  text-align: left;
}

.slidecontainer {
  width: 100%;
}

.slider {
  margin-top: 6px;
  width: 350px;
  -webkit-appearance: none;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 30px;
  background: #aa0000;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #aa0000;
  cursor: pointer;
}

.anomaly_slider {
  position: relative;
  left: 15%;
  margin-top: 6px;
  width: 530px;
  -webkit-appearance: none;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.anomaly_slider:hover {
  opacity: 1;
}

.anomaly_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 30px;
  background: #aa0000;
  cursor: pointer;
}

.anomaly_slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #aa0000;
  cursor: pointer;
}

.ArrowButtons_anomaly {
  background-color: #aa0000;
  border: none;
  color: white;
  padding-left: 6px;
  padding-right: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 25px;
  height: 25px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  left: 80px;
}

body {
  color: #444;
  font: 100%/30px "Helvetica Neue", helvetica, arial, sans-serif;

  background-color: #434343;
  background-position: center;
  background-size: cover;
  height: 100%;
}

.ArrowButtons {
  background-color: #aa0000;
  border: none;
  color: white;
  padding-left: 6px;
  padding-right: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 25px;
  height: 25px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
