#data {
    height:500px;
    width:1000px;
}

#server_response {
    font-size: 30px;
    line-height: 30px;
}

.server_error_response {
    color:#f00;
}
.server_success_response {
    color:#0f0;
}