#topImg img
{
    width: 100%;
}

#updateTable
{
    width: 90%;
    margin: 20px auto 0px auto;
}
#updateTable caption
{
    font-size: 140%;
}
#updateTable tr
{
    border-bottom: 1px dotted #222;
}
#updateTable th
{
    font-size: 110%;
}
#updateTable td
{
    padding: 8px 0px 1px 0;;
    text-align: center;
}
#updateTable td:nth-child(1)
{
    min-width: 110px;
    width: 30%;
}

#updateP
{
    margin: 10px 0px 0px 0px;
    font-size: 90%;
    text-align: right;
}