#result_variables {
    position: relative;
    top     : 10%;
    margin  : 0px 180px;
}

#result_variables > div > * {
    display       : inline-block;
    vertical-align: top;
    height        : 60px;
    margin        : 12px;
    font-size     : 18px;
}

#result_variables > div > input {
    width: 300px;
}

.result_label {
    width      : 360px;
    line-height: 60px;
}

.result_unit {
    width      : 60px;
    line-height: 60px;
}

#result_report {
    position     : absolute;
    bottom       : 108px;
    height       : 60px;
    width        : 100%;
    margin-bottom: 24px;
}

#result_email {
    margin-right: 12px;
}

#result_more {
    position     : absolute;
    bottom       : 0px;
    height       : 60px;
    width        : 100%;
    margin-bottom: 48px;
}

#result_more > .button:nth-child(2) {
    margin-left: 12px;
}