hr {
    margin: 5px 0;
}
.calc_in_text{
    width: 100%;
    color:#5b57db;
}
.calc_in_row{
    padding: 10px 0;
}

.otvet_num {
    width: 100%;
    max-width: 350px;
    height: 28px;
    line-height: 28px;
    border: solid 1px #CCC;
    font-size: 14px;
    text-align: center;
    background: #e3f3f8;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 2px 11px -7px inset;
}
#calc_wait{
    display:none;
}
.img_calc_wait{
    max-width: 32px;
    max-height: 32px;
}
.calc_button {cursor: pointer;padding: 15px 20px;border-radius: 10px;background: #e7a149;color: #272727;border: 0;min-width: 100px;max-width: 750px;display: inline-block;text-align: center;text-decoration: none; font-size: 1.1em;width: 90%;}
.calc_button:hover {background: #b76d10;color:#fff;}
.table_ceil{
	border: 1px solid #dfdfdf;
	width: 20px;
	text-align: center;
}
.nowrap{
    white-space: nowrap;
}
.block_input_num{
    border: solid 1px #d6e4ff;
    display: inline-block;
    border-radius: 5px;
    padding: 5px;
    margin: 0;
    width: 50px;
    background-color: #fff;
    padding: 0;
    font-size:0.8em;
}
.block_input_text{
    border: solid 1px #d6e4ff;
    border-radius: 5px;
    padding: 5px;
    margin: 0;
    max-width: 100px;
    background-color: #fff;
}
.block_row{
    display: inline-block;
}


.box_clear{
    float: right;
    margin-top: -14px;
    margin-right: -10px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 50%;
    background: #605F61;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 0px;
    padding: 8px 4px 11px 5px;
}

#keyboard{
    position: absolute;
    display:none;
    left: 0px;
    top: 10px;
    width: 105px;
    background-color: #fff;
    border: 1px solid black;
}
#keyboard > button{
    width: 25px;
    height: 25px;
    margin: 1px;
}

.figura_data  label{
    display:inline-block;
    width: 140px;
    text-align: left;
}
.otvet_text {
    font-size: 1.5em;
}