body {

}



.content-mobile {
  display: none;
}

@media screen and (max-width: 800px) {

  .content-desktop {
    display: none;
  }

  .content-mobile {
    display: block;
  }


  #wiring {
    margin: 15px !important;
  }
}

h1 {
  /* position:absolute; */
  font-size: 44px;
  float:left;
  clear:none;
  display:inline;
  width: 50%;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform:uppercase;
}

.colorToggle {
  background-color: #000000 !important;
}

.howto {
  /* font-size: 3px; */
  /* clear:none;
  display:inline; */
  /* width: 50%; */
  text-align:center;
  font-family: 'Open Sans Condensed', sans-serif;
  /* text-transform:uppercase; */
}
.smallspans {
  /* position:absolute; */
  font-size: 20px;
  width: 70%;
  text-transform:lowercase;
}

@media (min-width: 768px) {
  .form-inline .form-control {
    width: auto;
  }
}

#navvishbar {
  /* position:absolute; */
  font-size: 25;
  margin-top: 10px;
  float: right;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform:uppercase;
}

#vis {
  min-height: 800px;
}

.active {
  stroke: orange;
}

#text_select {
  float:right;
  margin-top: 10px;
}

.tooltip {
	position: absolute;
	top: 100px;
	left: 100px;
  -moz-border-radius:5px;
	border-radius: 5px;
  border: 2px solid #000;
	/* background: #222222; */
  background: #fff;
	opacity: .9;
	/* color: #eeeeee; */
  color: black;
	padding: 10px;
	width: 300px;
	font-size: 12px;
	z-index: 10;
}

.tooltip .title {
	font-size: 18px;
}

.tooltip .name {
  font-weight:bold;
}

#footer p {
  text-align: center;
}

table {
  font-family: 'Open Sans Condensed', sans-serif;
  margin: 0px auto;
  border-collapse: collapse;
  border: 1px solid #eee;
  border-bottom: 2px solid #292929;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.10),
     0px 10px 20px rgba(0,0,0,0.05),
     0px 20px 20px rgba(0,0,0,0.05),
     0px 30px 20px rgba(0,0,0,0.05);
  }


tr:hover {
    background: #292929;
}
    
td:hover {
  color: #FFF;
}
  
th, td {
  color: #999;
  border: 1px solid #eee;
  padding: 5px;
  border-collapse: collapse;
  font-size: 18px;
}
  
th {
  background: #292929;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}

last {
    border-right: none;
}

#maintext {
  font-size: larger;
  margin-top: 50px;
  text-align: left;
}

.skimsel {
  /* text-decoration: underline; */
  background-color: rgba(251, 255, 0, 0.0) !important;
}

.skimsel_sent {
  /* text-decoration: underline; */
  background-color: rgba(239, 207, 79,0.4);
  
}

.sentence:hover {
  /* font-weight: bold; */
  background-color: rgba(76, 166, 76,0.3)
}

#start_form {
  float: right;
}

.header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
}

.progress-container {
  width: 100%;
  height: 12px;
  background: #ccc;
  margin:0px;
  padding:0px;
}


.progress-bar {
  width: 0%;
  border:0px;
}

.progress-bar-sum {
  /* height: 8px;
  background: #f8c026; */
  width: 0%;
  border:0px;
} 

#intro {
  padding-top:30px;
}

.header_title {
  color: black;
  text-decoration: none;
}

.header_title:hover {
  /* font-weight: bold; */
  color: black;
  text-decoration: none;

}

.notes {
  font-size: 1.0rem;
  line-height: 1.2rem;
  padding:0px;
  margin:0px;
}

#summ_btn {
  margin:5px;
}

#copy_btn {
  margin:5px;
}

#summ_row {
  display: none;
}