body {
    font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 20px;
    padding-left: 10px;
    -webkit-font-smoothing: antialiased;
    font-size: 1.125em;
    color: #333;
    line-height: 1.5em;
}

#app,
#notice {
    margin-left: 20px;
}
#app p {
    padding-right: 30px;
    font-weight: bold;
    font-size: 1.2em;
}

input.rebut,
button.rebut {
    background-color: #999;
    padding: 0 20px 0 20px;
    font-size: 0.9em;
    color: white;
    margin: 10px 0 20px 70px;
}
input [type="text"] {
    margin-top: 20px;
}

h1,
h2,
h3 {
    color: #000;
    margin-left: 20px;
}
h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.5em;
}

a {
    text-decoration: none;
    color: #09f;
}

a:hover {
    text-decoration: underline;
}

#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px; /* Height of the footer */
    background: #888;
    color: white;
    padding: 10px 0 0 100px;
    font-size: 14px;
}
#footer a {
    color: white;
}
table {
    margin: 8px 0 8px 5px;
}
table,
td {
    border: 1px solid #09f;
    border-collapse: collapse;
}
td {
    padding-left: 4px;
    padding-right: 4px;
}
td.s {
    font-size: 12px;
    color: red;
    width: 40px;
}
td.b {
    font-size: 2em;
    padding-top: 5px;
    text-align: left;
}
