.boiler {
width: 100%;
padding: 10px;
border: 2px solid #E9DDAD;
border-radius: 5px;
background: #fdfcf7;
font-family: sans-serif;
box-sizing: border-box;
}
.boiler-title {
font-size: 20px;
color: #dd9933;
font-weight: bold;
}
.boiler-desc {
font-size: 16px;
margin: 7px 0;
color: #000000;
}
.boiler-desc.boiler-under-desc {
font-size: 16px;
margin: 7px 0;
color: #000000;
}
input.boiler-input {
border: 1px solid #dece8f;
border-radius: 5px;
background: #ffffff;
height: 25px;
font-size: 12px;
color: #666;
text-indent: 5px;
width: 100%;
box-sizing: border-box;
margin: 0 0 7px 0;
font-family: sans-serif;
}
.boiler-result {
font-size: 16px;
color: #016000;
font-weight: bold;
margin: 7px 0;
}