td
{
  text-align: center;
}

h2
{
  color: grey;
}

p.box
{
  border-style: solid;
}

td
{
  overflow: auto;
  vertical-align: text-top;
  width: 100%;
}

td.heading
{
  height: 75px;
  overflow: hidden;
}

td.footer
{
  height 25px;
  text-align: left;
}

div.main
{
  border-top: 1px black solid;
  text-align: left;
  overflow: auto;
  width: 100%;
}

table
{
  width: 100%;
}

table.layout_frame
{
  width: 100%;
  table-layout: fixed;
}

textarea
{
  width: 100%;
  height: 50px;
  text-align: center;
  border-style: none;
  font-family: "Times New Roman", Times, serif;
  font-size: 15;
  background-color: transparent;
  resize: none;
}

span.app_name
{
  font-weight: bold;
  font-variant: small-caps;
}

span.company_name
{
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 75%;
  font-variant: small-caps;
}

span.country
{
  font-variant: small-caps;
}

progress
{
  width: 100%;
}
