/*
 * $Id:$
 * 
 * A CSS file for dealing with the feedback message
 */


#feedback-message {
    color: black;
    background-color: yellow;
    font-weight: bold;
    font-size: 110%;
    padding: 4px;
    margin: 4px;
}
