﻿body {
    font-family: "Bookman Old Style", "Times New Roman", serif;
    background-color: #97B0D4;
    font-size: 12pt;
}

.button {
    padding: 5pt;
    border: 1px solid #cd0000;
    background-color: #ff0000;
    margin: 5pt;
    border-radius: 5pt;
    font-weight: bold;
    font-size: 10pt;
}

.button:hover {
    background-color: #ff34cd;
}

.button:disabled {
    background-color: #cd0000;
    color: #AAA;
}

#progressBar {
    width: 100%;
    height: 50pt;
}

.attribution {
    font-size: 8pt;
    position: fixed;
    bottom: 0;
    margin: 10pt;
}
.attribution p {
    margin: 0;
}