/* temporary styles */
#results .close_button {
    font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    display: block;
    line-height: 100%;
    background-color: lightgrey;
    padding: 10px;
    float: right;
    cursor: pointer;
}
#results .hidden_explanation {
    display: none;
}
#results .savings_total {
    font-size: 40px;
    display: inline-block;
}
#results .per_month {
    display: inline-block;
}
#results .small {
    color: lightgrey;
    font-size: small;
}

#csc_form label {
    display: block;
}
#csc_form input[type="number"] {
    width: 80px;
}
#csc_form p {
    margin: 20px 0;
}
#enquiry_error {
    margin-top: 15px;
    padding: 10px 15px;
    border-left: 4px solid red;
    background-color: #eeeeee;
}