@import "default.css";
@import "table.css";

tbody td
{
  text-align: left;
  border: 0;
/*   border-radius: 15px !important; */
  padding: 0.7em;
}
tfoot td { height: 0.5em; }

p
{
  height: inherit;
  padding: 0.7em 0;
}

h2
{
  font-size: 1.3em;
  padding: 0.8em 0 0.1em 0;
}
h3
{
  font-size: 1em;
  padding: 0.8em 0 0.1em 0;
}
.logo
{
  background-color: hsl(196, 93%, 28%);
  display: inline-block;
  padding: 0.3em;
}
