.test-wrapper {
    border: 2px solid grey;
    border-radius: 5px;
    display: flex;
    flex: 1;
    align-items: stretch;
    max-width: 99%;
}

textarea {
	font-family: 'Source Sans Pro', 'Helvetica', Arial, sans-serif;
	font-size: 12px;
	line-height: 1.25;
  width: 100%;
  height: 150px;
  min-height: 75px;
  min-width: 30px;
}

#reset {
  margin: 5px;
}

.text {
  width: 150px;
}

.hidden {
  display: none;
}

.bold {
  font-weight: bold;
  font-size: 1.25em;
}

.big {
  font-size: 1.4em;
}

.center {
  text-align: center;
}

.datasetContainer {
  float: left;
  width: 50%;
}

.clearFloat {
  clear: left;
}

#mergeCol {
  font-size: 14px;
  min-width: 200px;
  max-width: 100%;
  overflow: auto;
  text-align: center;
  height: 125px;
  line-height: 125px;
}

#delimiterVal {
  font-size: 15px;
  text-align: center;
}

/* 3498db ,3498db, 2980b9 */
/*
.geneseoButton button {
  background: #0427c2;
  background-image: -webkit-linear-gradient(top, #84ceff, #0427c2);
  background-image: -moz-linear-gradient(top, #84ceff, #0427c2);
  background-image: -ms-linear-gradient(top, #84ceff, #0427c2);
  background-image: -o-linear-gradient(top, #84ceff, #0427c2);
  background-image: linear-gradient(to bottom, #84ceff, #0427c2);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border-width: 0px;
  border-style: note;
  margin: 10px;
}*/
/*background: 3cb0fd */
/*3cb0fd   ---  3498db*/
/*
.geneseoButton button:hover { 
  background: #000000;
  color: #000000;
  background-image: -webkit-linear-gradient(top, #9ad7ff, #3b5ae6);
  background-image: -moz-linear-gradient(top, #9ad7ff, #3b5ae6);
  background-image: -ms-linear-gradient(top, #9ad7ff, #3b5ae6);
  background-image: -o-linear-gradient(top, #9ad7ff, #3b5ae6);
  background-image: linear-gradient(to bottom, #9ad7ff, #3b5ae6);
  text-decoration: none;
}*/

.checkbox {
  display: inline-flex;
  cursor: pointer;
  position: relative;
}

.checkbox > span {
  color: #34495E;
  padding: 0.5rem 0.25rem;
}

.checkbox > input[type="checkbox"] {
  height: 25px;
  width: 25px;
  margin: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #000000;
  border-radius: 4px;
  outline: none;
  transition-duration: 0.3s;
  background-color: #fff;
  cursor: pointer;
}

.checkbox > input[type="checkbox"]:checked {
  border: 1px solid #000;
  background-color: #fff;
}

.checkbox > input[type="checkbox"]:checked + span::before {
  content: '\2713';
  display: block;
  text-align: center;
  color: #345290;
  position: absolute;
  left: 0.7rem;
  top: 0.2rem;
}

.checkbox > input[type="checkbox"]:active,
.checkbox > input[type="checkbox"]:focus,
.checkbox > input[type="checkbox"]:hover,
.checkbox > input[type="checkbox"]:checked:hover,
.checkbox > input[type="checkbox"]:checked:active,
.checkbox > input[type="checkbox"]:checked:focus {
  border: 2px solid rgb(59, 153, 252);
  background-color: rgb(211, 206, 197);
}

.btn {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  color: #fff;
  background-color: #345290!important
}

/**
 * Edits submitted Adam Klinges
 */
.btn:hover,
.btn:focus {
  background-color: #86c1ea!important;
  color: #000;
}
