body
{       
  background-color: rgb(255, 255, 187);
  font-size: small;
}

p.title
{
  font-weight: bold;
  font-size: x-large;
  color: rgb(0, 0, 255);
  text-align: center;
}

p.thank-you
{
  font-weight: bold;
  font-size: large;
  color: rgb(0, 0, 0);
  text-align: center;
}

p.error
{
  font-weight: bold;
  font-size: large;
  color: rgb(255, 0, 0);
  text-align: center;
  background-color: rgb(255, 255, 255);
}

a.error-s
{
  font-size: small;
  color: rgb(255, 0, 0);
  text-align: center;
  background-color: rgb(255, 255, 255);
}

a.error
{
  color: rgb(255, 0, 0);
  background-color: rgb(255, 255, 255);
}

p.cookie
{
  font-family: courier;
  font-size: small;
  color: rgb(255, 0, 0);
  text-align: center;
}

a.comment
{
  font-size: small;
  font-family: times;
  color: rgb(0, 0, 0);
}

table.resource
{
  background-color: rgb(228, 85, 19);
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-width: 2;
}

table.instr-info
{
  background-color: rgb(228, 85, 19);
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-width: 2;
}

table.cookie
{
  background-color: rgb(255, 255, 255);
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-width: 2;
}

table.course-info
{
  background-color: rgb(243, 193, 18);
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-width: 2;
}

table.user-info
{
  background-color: rgb(166, 210, 245);
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-width: 2;
}

td.info-title
{
  font-weight: bold;
  font-size: large;
  color: rgb(0, 0, 0);
  text-align: center;
  border-bottom-style: solid;
  border-bottom-color: rgb(0, 0, 0);
  border-bottom-width: 2;
}

td.field-name
{
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}

td.field-value
{
  font-family: courier;
  text-align: left;
  vertical-align: top;
}

td.field-value-border
{
  background-color: rgb(240, 240, 240);
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-width: 1;
  font-family: courier;
  text-align: left;
}

td.field-value-border-version
{
  background-color: rgb(240, 240, 170);
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-width: 1;
  font-family: courier;
  text-align: left;
}

td.header
{
  text-align: center;
  font-weight: bold;
}

tr.enabled
{
  background-color: rgb(200, 255, 200);
  text-align: left;
}

tr.disabled
{
  background-color: rgb(200, 200, 200);
  text-align: left;
}

tr.new
{
  background-color: rgb(255, 200, 200);
  text-align: left;
}

