.image-box {
  position: relative;
  width: 100%;
  float: left;
  padding: 0px;
  z-index: 0;
  margin-bottom: 20px;
}

.image-box .inner {
  padding: 100px 40px 40px 40px;
  position: absolute;
  width: 100%;
  text-align: left;
  margin: 0px;
  z-index: 3;
}
.image-box img{
  width: 100%;
}

   
.text-white {
  color: #fff;
  font-size: 22px;
}
div.ColorTemperature div{
  margin-bottom: 20px;
}
div.ColorTemperature div h5{
  font-size: 16px;
}
div.ColorTemperature div img{
  width: 100%;
}
 
  

.InfoCalcResultHeader{
  font-size: 16px;
}
.InfoCalcResult{
  font-size: 16px;
  font-weight: bold;
  color: #00a651;
}

#iconline th{text-align: center;}
#iconline table tbody tr th:first-child {text-align: left!important;}

@media all and (min-width: 200px) and (max-width: 900px) {
  #iconline table{text-align: center; font-size: 10px;}
  #iconline img{max-width: 25px;}
  .InfoIp {
  	font-size: 12px;
  }
}

#none{background: #ffffff;}
#incandescent{background: #ff0000;}
#halogen{background: #ffcc00;}
#economic{background: #c2dd44;}
#led{background: #19b200;}


