.calc_in_text{
    width: 100%;
    color:#5b57db;
}
.calc_in_row{
    padding: 10px;
}
.input_num {
    width: 25%;
    min-width:50px;
    max-width:350px;
    border: solid 1px #0096cd;
    height: 28px;
    text-align: center;
    border-radius: 5px;
  }
#calc_wait{
    display:none;
}
.img_calc_wait{
    max-width: 32px;
    max-height: 32px;
}
.table_ceil{
	border: 1px solid #dfdfdf;
	width: 20px;
	text-align: center;
}