#savings-result .big-euro {
    font-size: 36px;
    font-weight: bold;
    color: #2E8B57;
    margin: 10px 0;
}
#savings-result .actions .button {
    display: inline-block;
    margin: 10px;
    padding: 10px 20px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
}
#savings-result .actions .button:hover {
    background: #005f8a;
}
form#energy-savings-form label {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    color: #000;
}
form#energy-savings-form button {
    float: left;
}