.sidebar-nav {
  margin-top: 20px;
  padding: 0;
  list-style: none;
}

table
{
  border-collapse: collapse;
}

td
{
  padding: 5px;
}

tr.title td
{
  font-weight: bold;
  color: #000080;
  text-align: center;
}

table.bordered
{
  border: 1px solid #808080;
}

table.bordered td
{
  vertical-align: middle;
  border: 1px solid #808080;
  text-align: center;
}

span.selected
{
  font-weight: bold;
  color: #000080;
}

span.error_result
{
  font-weight: bold;
  color: #FF0000;
}

span.good_result
{
  font-weight: bold;
  color: #008000;
}

span.small_text
{
  font-size: x-small;
}