/*****************************************************************************

  rfcs/local.css

*****************************************************************************/

table.rfclist {
  border-collapse: collapse;
  background-color: #f0f0f0;
  width: 100%;
  border: 1px solid #808080;
}

table.rfclist td {
  padding: 4px;
  vertical-align: top;
}

table.rfclist td.rfcnum {
  width: 5em;
}

/****************************************************************************/

div.rfcinfo table.rfcmeta {
  border: 1px dotted #707070;
  width: 100%;
  margin-bottom: 10px;
}

div.rfcinfo table.rfcmeta th {
  text-align: right;
}

div.rfcinfo table.rfcmeta td {
  width: 90%;
}

div.rfcinfo p.abstract {
  border: 1px dotted #707070;
  padding: 2px;
}

/****************************************************************************/

