/**********CSS Will be start from here********/



.calc_form {

    list-style: none;

}



.align_left {

    float: left;

    width: 50%;

}

.align_right {

    float: left;

    width: 50%;

    padding-left: 5px;

}