body
{
    text-align: center;
}

table
{
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}
td
{
    border: 1px solid black;
}
input
{
    width: 100%;
}
#appcreateaction
{
    width: 100%;
}
#appcreateactionresponse
{
    color: red;
}
