/*

 * * * Foofurple's HTML5 Simple Fundraising Thermometer * * *

This website / Internet application, comprising the files:

 - index.html
 - thermometer.js
 - style.css

is dedicated to the Public Domain and may be used freely by anyone
for any purpose.

*/

/* General layout */



div#canvasImage {
    max-width:350px;
    float: left;
}
canvas {
    display: block;
}
#finalImage {
    display: none;
}
p#readyToDownload {
    font-weight: bold;
    color: blue;
    visibility: hidden;
}
button#saveImage {
    font-size: 1.2em;
}
