/* desktop tributes table */

div.tributes-table
{
  display: table;
  width: 500px;
  font-size: 11pt;
  text-align: left;
  vertical-align: top;
  background-color: white;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
}
div.tributes-row
{
  display: table-row;
}
div.tributes-left
{
  display: table-cell;
  width: 40%;
  font-size: 11pt;
  vertical-align: top;
  padding: 0px 0px 0px 0px;

  border-style: solid;
  border-color: green;
  border-width: 0px;
}
div.tributes-right
{
  display: table-cell;
  width: 60%;
  font-size: 12pt;
  vertical-align: top;
  padding: 10px 10px 10px 10px;

  border-style: solid;
  border-color: blue;
  border-width: 0px;
}