div#hailstoneTable {
    width: 70%;
/*    height: 400px;*/
    max-height: 300px;
    overflow-x: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

div#hailstoneTable td {
    padding: 5px;
    text-align: right;
}

/*
div#hailstoneTable tr:nth-child(even) {
    background-color: #FEF5BC;
}
*/

div#hailstoneTable th {
    background-color: #FF4F2F;
    color: white;
    padding: 5px;
}

div#hailstoneTable table {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

div#results {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

tr.even{
    background-color: #fef5bc;
}

tr.odd{
    background-color: white;
}

tr.max {
    background-color: chartreuse;
}

p.inline{
    display: inline;
    margin-right: 3px;
}

p#xGridInc{
    margin-top: 10px;
    margin-bottom: 2px;
    font-size: 12px;
}

p#yGridInc{
    margin-top: 0px;
    margin-bottom: 2px;
    font-size: 12px;
}

div#hailstoneTable table tr#initial {
    background-color: lightblue;
}

@media (min-width: 800px) {
    /*
    div#hailstoneTable {
        width: 700px;
    }

    div#results {
        width: 700px;
    }
*/
}
