table.ratetable {
    width: 100%;
    border-collapse: collapse;
  }

  table.ratetable tr:nth-child(even) {
    background: #CCC
  }

  table.ratetable tr:nth-child(odd) {
    background: #f1f1f1
  }

  table.ratetable th {
    background-color: #1283C1;
    color: #fff;
    padding: 10px;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
  }

  table.ratetable td {
    padding: 5px 10px;
    margin: 0;
    font-size: 11px;
    vertical-align: top;
  }

  table.ratetable td.col1 {
    width: 80%;
  }

  table.ratetable td.col2 {
    width: 20%;
  }

  table.bountytable {
    width: 100%;
    border-collapse: collapse;
  }

  table.bountytable tr:nth-child(even) {
    background: #CCC
  }

  table.bountytable tr:nth-child(odd) {
    background: #f1f1f1
  }

  table.bountytable th {
    background-color: #1283C1;
    color: #fff;
    padding: 10px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
  }

  table.bountytable td {
    padding: 5px 10px;
    margin: 0;
    font-size: 11px;
    vertical-align: top;
  }

  table.bountytable td.col1 {
    width: 10%;
  }

  table.bountytable td.col2 {
    width: 10%;
  }

  table.bountytable td.col3 {
    width: 30%;
  }

  table.bountytable td.col4 {
    width: 30%;
  }

  table.bountytable td.col5 {
    width: 10%;
  }

  table.bountytable td.col6 {
    width: 10%;
  }


  table.VCStable {
    width: 100%;
    border-collapse: collapse;
  }

  table.VCStable tr:nth-child(even) {
    background: #CCC
  }

  table.VCStable tr:nth-child(odd) {
    background: #f1f1f1
  }


  table.VCStable th {
    background-color: #1283C1;
    color: #fff;
    padding: 10px;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
  }

  table.VCStable td {
    padding: 5px 10px;
    margin: 0;
    font-size: 11px;
    vertical-align: top;
  }

  td.col1 {
    width: 40%;
  }

  td.col2 {
    width: 60%;
  }