
.divlayout{
    width:100%;
    background-color:#fff;
    text-align:justify;
    display: table;
}
.item_div_layout{
    margin-left:auto;
    margin-right:auto;
    width:1200px;
    line-height:1.8em;
}
.padding_top_bottom{
    padding-bottom:2%;
    padding-top:2%;
}
.padding_bottom{
    padding-bottom:2%;
}
.margin_top{
    margin-top:1%;
}
.calculator_title{
    font-size:1.5em;
    font-weight:bold;
    padding-left:2%;
    padding-bottom:0.5em;
}
.calculator_title span{
    color:#de7d60;
}
.calculator_title_line{
    border-top:2px solid #de7d60;
}
.calculator_title_semi_circle{
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid #de7d60;
    background-color: #fff;
    margin: -0.5em 0 0 2%;
    position: absolute;
    clip: rect(0px,25px,8px,0px);
}
.weight_info_table{
    border-collapse:separate;
    border-spacing:10px;
    width:100%;
    margin-top: 4%;
}
.weight_info{
    color:#fff;
    text-align: center;
}
.height_layout{
    width:50%;
    float:left;
}
.weight_info_table td:first-child{
    border-radius:60px;
    background-color:#de7d60;
}
.weight_info_table td:first-child input{
    border:0;
    border-radius:5px;
    text-align:center;
    width: 20%;
    margin: 0 1%;
    padding: 2% 0;
    vertical-align: middle;
}
.weight_info_table td:nth-child(2){
    width:12%;
}
.weight_info_table td:last-child{
    width:12%;
}
.start_test{
    background-color:#dcb96e;
    color:#fff;
    padding:16% 3%;
    border-radius:60px;
    text-align:center;
    cursor:pointer;
}
.reset{
    background-color:#bbb9b9;
    color:#fff;
    padding:16% 3%;
    border-radius:60px;
    text-align:center;
    cursor:pointer;
}
.test_result{
    border: 1px solid #de7d60;
    border-radius: 20px;
    padding: 1.5% 6%;
    margin: 3% auto 0 auto;
}
.test_result_ul{
    list-style:none;
    margin:0;
    padding:1.5% 0 3% 0;
}
.test_result_ul li {
    width: 25%;
    float: left;
}    
.test_result_title{
    color:#de7d60;
    font-size:1.2em;
    font-weight:bold;
    
}
.prompt{
    padding:1% 0 0 2%;
}
@media screen and (min-device-width:371px) and (max-device-width: 420px) {
    .divlayout{
        font-size:0.8em;
    }
    .item_div_layout{
        width:96%;
    }
    .weight_info_table{
        border-spacing:2px;
    }
    .weight_info_table td:nth-child(2),.weight_info_table td:last-child{
        width:18%;
    }
    .weight_info_table td:first-child{
        border-radius:10px;
    }
    .height_layout{
        width:100%;
    }
    .weight_info{
        border-radius: 10px;
    }
    .weight_info_table td:first-child input{
        width: 30%;
        margin: 2% 1%;
    }
    .start_test,.reset{
        border-radius: 10px;
    }
    .test_result{
        display:table;
    }
    .test_result_ul li{
        width:50%;
    }
    .calculator_title_semi_circle{
    	margin: -0.6em 0 0 2%;
    }
}
@media screen and (min-device-width:320px) and (max-device-width: 370px) {
    .divlayout{
        font-size:0.8em;
    }
    .item_div_layout{
        width:96%;
    }
    .weight_info_table{
        border-spacing:2px;
    }
    .weight_info_table td:nth-child(2),.weight_info_table td:last-child{
        width:18%;
    }
    .weight_info_table td:first-child{
        border-radius:10px;
    }
    .height_layout{
        width:100%;
    }
    .weight_info{
        border-radius: 10px;
    }
    .weight_info_table td:first-child input{
        width: 30%;
        margin: 2% 1%;
    }
    .start_test,.reset{
        border-radius: 10px;
    }
    .test_result{
        display:table;
    }
    .test_result_ul li{
        width:50%;
    }
    .calculator_title_semi_circle{
    	margin: -0.6em 0 0 2%;
    }
}