      .rel-table
      {
        padding: 0;
        margin: 0;
        border-collapse: collapse;
        border: 1px solid #333;
        color: #000;
        background: #bcd0e4 url("images/rel-table-bgd.jpg") top left repeat-x;
      }
 
      .rel-table caption
      {
        caption-side: bottom;
        font-size: 0.9em;
        font-style: italic;
        text-align: right;
        padding: 0.5em 0;
      }
 
      .rel-table th, .rel-table td
      {
        border: 1px dotted #666;
        padding: 0.5em;
        text-align: left;
        color: #632a39;
        color: #008080;
      }
        
      .rel-table th[scope=col]
      {
        color: #000;
        background-color: #8fadcc;
        text-transform: uppercase;
        font-size: 12px;
        border-bottom: 2px solid #333;
        border-right: 2px solid #333;
      }
 
      .rel-table th+th[scope=col]
      {
        color: #fff;
        background-color: #7d98b3;
        border-right: 1px dotted #666;
      }
      
      .rel-table th[scope=row]
      {
        background-color: #b8cfe5;
        border-right: 2px solid #333;
      }
 
      .rel-table tr.alt th, .rel-table tr.alt td
      {
        color: #2a4763;
        
      }
 
      .rel-table tr:hover th[scope=row], .rel-table tr:hover td, .rel-table tr:hover th a
      {
        background-color: #632a2a;
        background-color: #404040;
        color: #fff;
      }
