/**
  * toneus_s3_calculator css
  */

.toneus_s3_smallinportrait {
	display: none;
  background: red;
  padding: 2px;
  color: white;
  text-align: center;
  border: 2px solid #aaa;
}

#tsc_upsmodule {
  display: inline-block;
  font-weight: bold;
  background: #000;
  color: #fff;
  text-align: center;
}

.tsc_power_input label {
  display: block;
  font-weight: bold;
}
#tsc_power {
  width: 100%;
}
#powerInKW {
  display: inline-block;
  font-weight: bold;
  margin-right: 1rem;
  width: 120px;
  border: 2px solid #eee;
  text-align: center;
  margin-bottom: 1rem;
  background-color: #000;
  color: #fff;
  position: relative;
  top: 1rem;
  
}
datalist {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  writing-mode: vertical-lr;
  width: 100%;
  margin-bottom: 1rem;
} 

option {
  padding: 0;
}

.tsc_clickable {
  cursor: pointer;
}

@media screen and (max-width: 600px) {
	.toneus_s3_smallinportrait {
		display: block;
	}
	.toneus_s3_calculator {
		display: none;
	}
}
@media screen and (max-width: 900px) {
  .toneus_s3_calculator {
    font-size: 0.8rem;
  }
  }
}
	